replace multiple LABEL commands with one
Some checks failed
Building zot from binaries with patch for login page / build-process (push) Has been cancelled
Some checks failed
Building zot from binaries with patch for login page / build-process (push) Has been cancelled
This commit is contained in:
parent
809bc37ef9
commit
ad0c6e50ae
10
Dockerfile
10
Dockerfile
@ -28,11 +28,11 @@ RUN export ARCH=$(go env GOARCH); bin/zot-linux-$ARCH completion bash > zot.bash
|
||||
FROM registry.altlinux.org/alt/alt:sisyphus
|
||||
MAINTAINER alt-cloud
|
||||
|
||||
LABEL org.opencontainers.image.title="zot"
|
||||
LABEL org.opencontainers.image.description="A production-ready vendor-neutral OCI-native container image registry (purely based on OCI Distribution Specification)"
|
||||
LABEL org.opencontainers.image.source="https://github.com/project-zot/zot"
|
||||
LABEL org.opencontainers.image.licenses="Apache-2.0"
|
||||
LABEL org.opencontainers.image.vendor="ALT Linux Team"
|
||||
LABEL org.opencontainers.image.title="zot" \
|
||||
org.opencontainers.image.description="A production-ready vendor-neutral OCI-native container image registry (purely based on OCI Distribution Specification)" \
|
||||
org.opencontainers.image.source="https://github.com/project-zot/zot" \
|
||||
org.opencontainers.image.licenses="Apache-2.0" \
|
||||
org.opencontainers.image.vendor="ALT Linux Team"
|
||||
|
||||
COPY --from=builder /workdir/zot/bin/zot-linux-* /usr/bin/zot
|
||||
COPY --from=builder /workdir/zot/bin/zli-linux-* /usr/bin/zli
|
||||
|
Loading…
x
Reference in New Issue
Block a user