Add common label to Dockerfiles (#10803)

This commit is contained in:
Ricardo Katz 2023-12-25 19:38:42 -06:00 committed by GitHub
parent 4b832de985
commit 1a7112e063
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 0 deletions

View file

@ -32,6 +32,8 @@ COPY --from=builder /usr/local /usr/local
COPY --from=builder /opt /opt
COPY --from=builder /etc/nginx /etc/nginx
LABEL org.opencontainers.image.source=https://github.com/kubernetes/ingress-nginx
RUN apk update \
&& apk upgrade \
&& apk add -U --no-cache \