Skip to content

Commit ea96377

Browse files
committed
Chore: Added opencontainerer annotations to the nginx-utils image
* https://specs.opencontainers.org/image-spec/annotations/
1 parent c70c569 commit ea96377

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

nginx-utils/Dockerfile

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11
FROM alpine:latest
2+
3+
LABEL org.opencontainers.image.description="Container image including various troubleshooting tools such as curl, tcpdump, iperf, netcat to name a few not available in the target container"
4+
LABEL org.opencontainers.image.vendor="NGINX"
5+
LABEL org.opencontainers.image.authors="NGINX <[email protected]>"
6+
LABEL org.opencontainers.image.url="https://github.com/nginx/nginx-supportpkg-for-k8s/pkgs/container/nginx-utils"
7+
LABEL org.opencontainers.image.documentation="https://github.com/nginx/nginx-supportpkg-for-k8s/pkgs/container/nginx-utils"
8+
LABEL org.opencontainers.image.source="https://github.com/nginx/nginx-supportpkg-for-k8s/tree/main/nginx-utils"
9+
LABEL org.opencontainers.image.licenses="Apache-2.0"
10+
211
COPY --chmod=744 nginx-utils/api_stats.sh /root/api_stats.sh
312

413
RUN set -ex \

0 commit comments

Comments
 (0)