[VIEWER-IFC] Docker labels
This commit is contained in:
parent
7ba5008c8c
commit
cfc468243c
2 changed files with 9 additions and 9 deletions
|
|
@ -53,16 +53,17 @@ RUN chmod 644 /go/src/code.gitea.io/gitea/contrib/autocompletion/bash_autocomple
|
|||
|
||||
FROM code.forgejo.org/oci/alpine:3.20
|
||||
ARG RELEASE_VERSION
|
||||
LABEL maintainer="contact@forgejo.org" \
|
||||
org.opencontainers.image.authors="Forgejo" \
|
||||
org.opencontainers.image.url="https://forgejo.org" \
|
||||
org.opencontainers.image.documentation="https://forgejo.org/download/#container-image" \
|
||||
org.opencontainers.image.source="https://codeberg.org/forgejo/forgejo" \
|
||||
LABEL maintainer="contact@gitaec.org" \
|
||||
org.opencontainers.image.authors="GitAEC" \
|
||||
org.opencontainers.image.url="https://gitaec.org" \
|
||||
org.opencontainers.image.documentation="https://gitaec.org/docs/" \
|
||||
org.opencontainers.image.source="https://gitaec.org/rvba/forgejo" \
|
||||
org.opencontainers.image.version="${RELEASE_VERSION}" \
|
||||
org.opencontainers.image.vendor="Forgejo" \
|
||||
org.opencontainers.image.vendor="GitAEC" \
|
||||
org.opencontainers.image.licenses="GPL-3.0-or-later" \
|
||||
org.opencontainers.image.title="Forgejo. Beyond coding. We forge." \
|
||||
org.opencontainers.image.description="Forgejo is a self-hosted lightweight software forge. Easy to install and low maintenance, it just does the job."
|
||||
org.opencontainers.image.title="GitAEC is Git for AEC" \
|
||||
org.opencontainers.image.description="GitAEC is a Forge for AEC. Let's \
|
||||
build the future of openCDE"
|
||||
|
||||
EXPOSE 22 3000
|
||||
|
||||
|
|
|
|||
|
|
@ -1 +0,0 @@
|
|||
10.0
|
||||
Loading…
Add table
Reference in a new issue