Add common label to Dockerfiles (#10803)
This commit is contained in:
parent
4b832de985
commit
1a7112e063
3 changed files with 7 additions and 0 deletions
|
|
@ -125,4 +125,6 @@ RUN pip install "yamllint==$YAML_LINT_VERSION"
|
|||
# Install Yamale YAML schema validator
|
||||
RUN pip install "yamale==$YAMALE_VERSION"
|
||||
|
||||
LABEL org.opencontainers.image.source=https://github.com/kubernetes/ingress-nginx
|
||||
|
||||
WORKDIR $GOPATH
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue