From ad0c6e50aeb5aab0bb04845f1101883e6030c916 Mon Sep 17 00:00:00 2001 From: Alexander Stepchenko Date: Fri, 15 Nov 2024 16:40:48 +0300 Subject: [PATCH] replace multiple LABEL commands with one --- Dockerfile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index dbab0c30..3155a1cb 100755 --- a/Dockerfile +++ b/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