mirror of
https://github.com/dockersrc/archlinux
synced 2024-11-21 05:23:03 -05:00
🗃️ Committing everything that changed 🗃️
Some checks failed
release-tag / release-image (push) Failing after 20s
Some checks failed
release-tag / release-image (push) Failing after 20s
Dockerfile
This commit is contained in:
parent
5cb99f5d34
commit
08e0935604
14
Dockerfile
14
Dockerfile
@ -223,19 +223,19 @@ WORKDIR /root
|
|||||||
|
|
||||||
LABEL maintainer="CasjaysDev <docker-admin@casjaysdev.pro>"
|
LABEL maintainer="CasjaysDev <docker-admin@casjaysdev.pro>"
|
||||||
LABEL org.opencontainers.image.vendor="CasjaysDev"
|
LABEL org.opencontainers.image.vendor="CasjaysDev"
|
||||||
LABEL org.opencontainers.image.authors="CasjaysDev"
|
LABEL org.opencontainers.image.authors="CasjaysDev <docker-admin@casjaysdev.pro"
|
||||||
LABEL org.opencontainers.image.description="Containerized version of ${IMAGE_NAME}"
|
LABEL org.opencontainers.image.description="Containerized version of ${IMAGE_NAME}"
|
||||||
LABEL org.opencontainers.image.name="${IMAGE_NAME}"
|
LABEL org.opencontainers.image.title="${IMAGE_NAME}"
|
||||||
LABEL org.opencontainers.image.base.name="${IMAGE_NAME}"
|
LABEL org.opencontainers.image.base.name="${IMAGE_NAME}"
|
||||||
LABEL org.opencontainers.image.license="${LICENSE}"
|
LABEL org.opencontainers.image.authors="${LICENSE}"
|
||||||
LABEL org.opencontainers.image.build-date="${BUILD_DATE}"
|
LABEL org.opencontainers.image.created="${BUILD_DATE}"
|
||||||
LABEL org.opencontainers.image.version="${BUILD_VERSION}"
|
LABEL org.opencontainers.image.version="${BUILD_VERSION}"
|
||||||
LABEL org.opencontainers.image.schema-version="${BUILD_VERSION}"
|
LABEL org.opencontainers.image.schema-version="${BUILD_VERSION}"
|
||||||
LABEL org.opencontainers.image.url="https://hub.docker.com/r/casjaysdev/archlinux"
|
LABEL org.opencontainers.image.url="https://hub.docker.com/r/casjaysdev/archlinux"
|
||||||
LABEL org.opencontainers.image.url.source="https://hub.docker.com/r/casjaysdev/archlinux"
|
LABEL org.opencontainers.image.source="https://hub.docker.com/r/casjaysdev/archlinux"
|
||||||
LABEL org.opencontainers.image.vcs-type="Git"
|
LABEL org.opencontainers.image.vcs-type="Git"
|
||||||
LABEL org.opencontainers.image.vcs-ref="${BUILD_VERSION}"
|
LABEL org.opencontainers.image.revision="${BUILD_VERSION}"
|
||||||
LABEL org.opencontainers.image.vcs-url="https://github.com/dockersrc/archlinux"
|
LABEL org.opencontainers.image.source="https://github.com/dockersrc/archlinux"
|
||||||
LABEL org.opencontainers.image.documentation="https://github.com/dockersrc/archlinux"
|
LABEL org.opencontainers.image.documentation="https://github.com/dockersrc/archlinux"
|
||||||
LABEL com.github.containers.toolbox="false"
|
LABEL com.github.containers.toolbox="false"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user