Skip to content

Commit f8427a5

Browse files
committed
nginx
nginx, fix license
1 parent 54a85fc commit f8427a5

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

static-nginx.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ LABEL org.opencontainers.image.title="Static NGINX" \
370370
org.opencontainers.image.description="Static NGINX${NGINX_VERSION:+ ${NGINX_VERSION}} build with pcre2${PCRE2_VERSION:+-${PCRE2_VERSION}}, zlib${ZLIB_VERSION:+-${ZLIB_VERSION}} and openssl${OPENSSL_VERSION:+-${OPENSSL_VERSION}}" \
371371
org.opencontainers.image.documentation="https://github.com/Tob1as/docker-tools/" \
372372
org.opencontainers.image.base.name="scratch" \
373-
org.opencontainers.image.licenses="WTFPL" \
373+
org.opencontainers.image.licenses="BSD-2-Clause license" \
374374
org.opencontainers.image.url="https://hub.docker.com/r/tobi312/tools" \
375375
org.opencontainers.image.source="https://github.com/Tob1as/docker-tools/"
376376

static-nginx.unprivileged-nginxuser.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ LABEL org.opencontainers.image.title="Static NGINX" \
366366
org.opencontainers.image.description="Static NGINX${NGINX_VERSION:+ ${NGINX_VERSION}} (unprivileged/nginxuser) build with pcre2${PCRE2_VERSION:+-${PCRE2_VERSION}}, zlib${ZLIB_VERSION:+-${ZLIB_VERSION}} and openssl${OPENSSL_VERSION:+-${OPENSSL_VERSION}}" \
367367
org.opencontainers.image.documentation="https://github.com/Tob1as/docker-tools/" \
368368
org.opencontainers.image.base.name="scratch" \
369-
org.opencontainers.image.licenses="WTFPL" \
369+
org.opencontainers.image.licenses="BSD-2-Clause license" \
370370
org.opencontainers.image.url="https://hub.docker.com/r/tobi312/tools" \
371371
org.opencontainers.image.source="https://github.com/Tob1as/docker-tools/"
372372

static-nginx.unprivileged.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ LABEL org.opencontainers.image.title="Static NGINX" \
3939
org.opencontainers.image.description="Static NGINX${NGINX_VERSION:+ ${NGINX_VERSION}} (unprivileged) build with pcre2${PCRE2_VERSION:+-${PCRE2_VERSION}}, zlib${ZLIB_VERSION:+-${ZLIB_VERSION}} and openssl${OPENSSL_VERSION:+-${OPENSSL_VERSION}}" \
4040
org.opencontainers.image.documentation="https://github.com/Tob1as/docker-tools/" \
4141
org.opencontainers.image.base.name="scratch" \
42-
org.opencontainers.image.licenses="WTFPL" \
42+
org.opencontainers.image.licenses="BSD-2-Clause license" \
4343
org.opencontainers.image.url="https://hub.docker.com/r/tobi312/tools" \
4444
org.opencontainers.image.source="https://github.com/Tob1as/docker-tools/"
4545

0 commit comments

Comments
 (0)