mirror of
https://codeberg.org/forgejo-aneksajo/forgejo-aneksajo.git
synced 2025-04-22 14:16:44 +02:00
[CI] implementation: forgejo container images
(cherry picked from commit dd1971d4e60f37fb76daeb6cef8b1defcc957a34) (cherry picked from commit 3981dbaf8c0dd74b0e82a7afc36809998ac775a2) (cherry picked from commit b6ae4ba25544df5f93a803c8fef7c7dcde3aad92) (cherry picked from commit e91c7e1fb6074e3f82a0c73668fd080851e5f936) (cherry picked from commit 7639646fb5c5bc1df221d74701fddac2a919fee8) (cherry picked from commit737c6afa4a
) (cherry picked from commit 03ebf57f0303ed9768fbbaa66748822410d46482) (cherry picked from commite40c1dfbe1
) Conflicts: Dockerfile Dockerfile.rootless (cherry picked from commit8b5a02e79a
) (cherry picked from commit6a5d91f36b
) (cherry picked from commit0d56d09028
)
This commit is contained in:
parent
d25afba4ad
commit
5b47d843ff
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.17
|
||||
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.17
|
||||
LABEL maintainer="maintainers@gitea.io"
|
||||
LABEL maintainer="contact@forgejo.org"
|
||||
|
||||
EXPOSE 2222 3000
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue