Add common label to Dockerfiles (#10803)
This commit is contained in:
parent
4b832de985
commit
1a7112e063
3 changed files with 7 additions and 0 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue