mirror of
https://github.com/spritsail/alpine.git
synced 2024-12-20 11:34:36 +00:00
Replace label-schema labels with opencontainers
org.label-schema.* labels are officially deprecated and replaced by the opencontainers labels defined by the opencontainers image-spec at https://github.com/opencontainers/image-spec/blob/main/annotations.md Signed-off-by: Joe Groocock <me@frebib.net>
This commit is contained in:
parent
4b67afe49d
commit
ed8af085db
12
Dockerfile
12
Dockerfile
@ -4,12 +4,12 @@ FROM alpine:$ALPINE_TAG
|
|||||||
|
|
||||||
ARG ALPINE_TAG
|
ARG ALPINE_TAG
|
||||||
|
|
||||||
LABEL maintainer="Spritsail <alpine@spritsail.io>" \
|
LABEL org.opencontainers.image.authors="Spritsail <alpine@spritsail.io>" \
|
||||||
org.label-schema.vendor="Spritsail" \
|
org.opencontainers.image.title="Alpine Linux" \
|
||||||
org.label-schema.name="Alpine Linux" \
|
org.opencontainers.image.url="https://github.com/gliderlabs/docker-alpine" \
|
||||||
org.label-schema.url="https://github.com/gliderlabs/docker-alpine" \
|
org.opencontainers.image.source="https://github.com/spritsail/alpine" \
|
||||||
org.label-schema.description="Alpine Linux base image" \
|
org.opencontainers.image.description="Alpine Linux base image" \
|
||||||
org.label-schema.version=${ALPINE_TAG}
|
org.opencontainers.image.version=${ALPINE_TAG}
|
||||||
|
|
||||||
# Override shell for sh-y debugging goodness
|
# Override shell for sh-y debugging goodness
|
||||||
SHELL ["/bin/sh", "-exc"]
|
SHELL ["/bin/sh", "-exc"]
|
||||||
|
Loading…
Reference in New Issue
Block a user