mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-10-31 22:58:59 +01:00
[CI] implementation: forgejo container images
(cherry picked from commitdd1971d4e6
) (cherry picked from commit3981dbaf8c
) (cherry picked from commit8dff3cc2d1
) (cherry picked from commite7673e5d22
) (cherry picked from commit326174064b
) (cherry picked from commiteb769dbde4
) (cherry picked from commit335829ade2
) (cherry picked from commit5e8e4f549d
) Conflicts: Dockerfile Dockerfile.rootless (cherry picked from commitb777fc91d0
) (cherry picked from commit02cda642ec
) (cherry picked from commit96ef93f3bc
) (cherry picked from commitaa424551f2
) Conflicts: Dockerfile Dockerfile.rootless (cherry picked from commite54fa86e49
) (cherry picked from commit043fa6d664
) (cherry picked from commit805b162480
) (cherry picked from commit86bf362a3c
) (cherry picked from commit13e0007959
) (cherry picked from commit00ff6f7cb3
) (cherry picked from commit95c7d8e883
) (cherry picked from commit8b3e3f0cde
) (cherry picked from commitc9d8b4bb27
)
This commit is contained in:
parent
8a9ff9b0a4
commit
32d86e74b3
2 changed files with 2 additions and 2 deletions
|
@ -24,7 +24,7 @@ RUN if [ -n "${GITEA_VERSION}" ]; then git checkout "${GITEA_VERSION}"; fi \
|
|||
RUN go build contrib/environment-to-ini/environment-to-ini.go
|
||||
|
||||
FROM docker.io/library/alpine:3.18
|
||||
LABEL maintainer="maintainers@gitea.io"
|
||||
LABEL maintainer="contact@forgejo.org"
|
||||
|
||||
EXPOSE 22 3000
|
||||
|
||||
|
|
|
@ -24,7 +24,7 @@ RUN if [ -n "${GITEA_VERSION}" ]; then git checkout "${GITEA_VERSION}"; fi \
|
|||
RUN go build contrib/environment-to-ini/environment-to-ini.go
|
||||
|
||||
FROM docker.io/library/alpine:3.18
|
||||
LABEL maintainer="maintainers@gitea.io"
|
||||
LABEL maintainer="contact@forgejo.org"
|
||||
|
||||
EXPOSE 2222 3000
|
||||
|
||||
|
|
Loading…
Reference in a new issue