Skip to content

Commit dfc62eb

Browse files
Add label org.opencontainers.image.source
1 parent afa829a commit dfc62eb

File tree

23 files changed

+38
-0
lines changed

23 files changed

+38
-0
lines changed

Dockerfile-alpine-otel.template

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
FROM nginx:%%NGINX_VERSION%%-alpine
22

3+
LABEL org.opencontainers.image.source="https://github.com/nginx/nginx"
4+
35
ENV OTEL_VERSION %%OTEL_VERSION%%
46

57
RUN set -x \

Dockerfile-alpine-perl.template

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
FROM nginx:%%NGINX_VERSION%%-alpine
22

3+
LABEL org.opencontainers.image.source="https://github.com/nginx/nginx"
4+
35
RUN set -x \
46
&& apkArch="$(cat /etc/apk/arch)" \
57
&& nginxPackages="%%PACKAGES%%

Dockerfile-alpine-slim.template

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
FROM alpine:%%ALPINE_VERSION%%
22

33
LABEL maintainer="NGINX Docker Maintainers <[email protected]>"
4+
LABEL org.opencontainers.image.source="https://github.com/nginx/nginx"
45

56
ENV NGINX_VERSION %%NGINX_VERSION%%
67
ENV PKG_RELEASE %%PKG_RELEASE%%

Dockerfile-alpine.template

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
FROM nginx:%%NGINX_VERSION%%-alpine-slim
22

3+
LABEL org.opencontainers.image.source="https://github.com/nginx/nginx"
4+
35
ENV NJS_VERSION %%NJS_VERSION%%
46
ENV NJS_RELEASE %%NJS_RELEASE%%
57

Dockerfile-debian-otel.template

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
FROM nginx:%%NGINX_VERSION%%
22

3+
LABEL org.opencontainers.image.source="https://github.com/nginx/nginx"
4+
35
ENV OTEL_VERSION %%OTEL_VERSION%%
46

57
RUN set -x; \

Dockerfile-debian-perl.template

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
FROM nginx:%%NGINX_VERSION%%
22

3+
LABEL org.opencontainers.image.source="https://github.com/nginx/nginx"
4+
35
RUN set -x; \
46
NGINX_GPGKEY_PATH=/etc/apt/keyrings/nginx-archive-keyring.gpg; \
57
dpkgArch="$(dpkg --print-architecture)" \

Dockerfile-debian.template

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
FROM debian:%%DEBIAN_VERSION%%-slim
22

33
LABEL maintainer="NGINX Docker Maintainers <[email protected]>"
4+
LABEL org.opencontainers.image.source="https://github.com/nginx/nginx"
45

56
ENV NGINX_VERSION %%NGINX_VERSION%%
67
ENV NJS_VERSION %%NJS_VERSION%%

mainline/alpine-otel/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
#
66
FROM nginx:1.29.4-alpine
77

8+
LABEL org.opencontainers.image.source="https://github.com/nginx/nginx"
9+
810
ENV OTEL_VERSION 0.1.2
911

1012
RUN set -x \

mainline/alpine-perl/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
#
66
FROM nginx:1.29.4-alpine
77

8+
LABEL org.opencontainers.image.source="https://github.com/nginx/nginx"
9+
810
RUN set -x \
911
&& apkArch="$(cat /etc/apk/arch)" \
1012
&& nginxPackages=" \

mainline/alpine-slim/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
FROM alpine:3.23
77

88
LABEL maintainer="NGINX Docker Maintainers <[email protected]>"
9+
LABEL org.opencontainers.image.source="https://github.com/nginx/nginx"
910

1011
ENV NGINX_VERSION 1.29.4
1112
ENV PKG_RELEASE 1

0 commit comments

Comments
 (0)