Skip to content

Releases: patrikjuvonen/docker-nginx-http3

v2.0.7

17 Mar 10:10
23eed92
Compare
Choose a tag to compare

Changelog

nginx version info

$ nginx -V

nginx version: nginx/1.23.3 (docker-nginx-http3-23eed92-2023-03-17T10:11:31Z-refs/tags/v2.0.7-4446413055-68-1 ModSecurity-1feaa7d2 ModSecurity-nginx-d59e4ad coreruleset-9932d08 quiche-2a6ee1c5 ngx_brotli-6e975bc headers-more-nginx-module-33b646d njs-2cf7325 nginx_cookie_flag_module-c4ff449)
built by gcc 12.2.1 20220924 (Alpine 12.2.1_git20220924-r9) 
built with OpenSSL 1.1.1 (compatible; BoringSSL) (running with BoringSSL)
TLS SNI support enabled
configure arguments: --prefix=/etc/nginx --sbin-path=/usr/sbin/nginx --modules-path=/usr/lib/nginx/modules --conf-path=/etc/nginx/nginx.conf --error-log-path=/var/log/nginx/error.log --http-log-path=/var/log/nginx/access.log --pid-path=/var/run/nginx.pid --lock-path=/var/run/nginx.lock --http-client-body-temp-path=/var/cache/nginx/client_temp --http-proxy-temp-path=/var/cache/nginx/proxy_temp --http-fastcgi-temp-path=/var/cache/nginx/fastcgi_temp --http-uwsgi-temp-path=/var/cache/nginx/uwsgi_temp --http-scgi-temp-path=/var/cache/nginx/scgi_temp --user=nginx --group=nginx --with-pcre-jit --with-http_ssl_module --with-http_realip_module --with-http_addition_module --with-http_sub_module --with-http_dav_module --with-http_flv_module --with-http_mp4_module --with-http_gunzip_module --with-http_gzip_static_module --with-http_random_index_module --with-http_secure_link_module --with-http_stub_status_module --with-http_auth_request_module --with-http_xslt_module=dynamic --with-http_image_filter_module=dynamic --with-http_geoip_module=dynamic --with-http_perl_module=dynamic --with-threads --with-stream --with-stream_ssl_module --with-stream_ssl_preread_module --with-stream_realip_module --with-stream_geoip_module=dynamic --with-http_slice_module --with-mail --with-mail_ssl_module --with-compat --with-file-aio --with-http_v2_module --with-http_v2_hpack_enc --with-http_v3_module --with-openssl=/usr/src/quiche/quiche/deps/boringssl --with-quiche=/usr/src/quiche --add-module=/usr/src/ngx_brotli --add-module=/usr/src/headers-more-nginx-module --add-module=/usr/src/njs/nginx --add-module=/usr/src/nginx_cookie_flag_module --add-module=/usr/src/ModSecurity-nginx --with-cc-opt=-Wno-error --with-select_module --with-poll_module --build='docker-nginx-http3-23eed92-2023-03-17T10:11:31Z-refs/tags/v2.0.7-4446413055-68-1 ModSecurity-1feaa7d2 ModSecurity-nginx-d59e4ad coreruleset-9932d08 quiche-2a6ee1c5 ngx_brotli-6e975bc headers-more-nginx-module-33b646d njs-2cf7325 nginx_cookie_flag_module-c4ff449'

apk list diff

$ comm -3 \
  <(docker run --rm patrikjuvonen/docker-nginx-http3@sha256:ecf375c6756816222b4437715ade7e8c7bf4a6e200576e71cad31b04593dc085 apk list --installed --quiet | sort) \
  <(docker run --rm patrikjuvonen/docker-nginx-http3@sha256:c11f4e8c6222642c94c1214e4eb907579520f1da1aa5fed91f3888da7f79bd4b apk list --installed --quiet | sort)

# no changes

https://hub.docker.com/r/patrikjuvonen/docker-nginx-http3
https://github.com/patrikjuvonen/docker-nginx-http3/pkgs/container/docker-nginx-http3

v2.0.6

13 Mar 12:48
Compare
Choose a tag to compare

Changelog

nginx version info

$ nginx -V

nginx version: nginx/1.23.3 (docker-nginx-http3-92f82de-2023-03-13T12:48:29Z-refs/tags/v2.0.6-4405059128-66-1 ModSecurity-5f632a5e ModSecurity-nginx-d59e4ad coreruleset-b53ba74 quiche-c9311a18 ngx_brotli-6e975bc headers-more-nginx-module-33b646d njs-2cf7325 nginx_cookie_flag_module-c4ff449)
built by gcc 12.2.1 20220924 (Alpine 12.2.1_git20220924-r9) 
built with OpenSSL 1.1.1 (compatible; BoringSSL) (running with BoringSSL)
TLS SNI support enabled
configure arguments: --prefix=/etc/nginx --sbin-path=/usr/sbin/nginx --modules-path=/usr/lib/nginx/modules --conf-path=/etc/nginx/nginx.conf --error-log-path=/var/log/nginx/error.log --http-log-path=/var/log/nginx/access.log --pid-path=/var/run/nginx.pid --lock-path=/var/run/nginx.lock --http-client-body-temp-path=/var/cache/nginx/client_temp --http-proxy-temp-path=/var/cache/nginx/proxy_temp --http-fastcgi-temp-path=/var/cache/nginx/fastcgi_temp --http-uwsgi-temp-path=/var/cache/nginx/uwsgi_temp --http-scgi-temp-path=/var/cache/nginx/scgi_temp --user=nginx --group=nginx --with-pcre-jit --with-http_ssl_module --with-http_realip_module --with-http_addition_module --with-http_sub_module --with-http_dav_module --with-http_flv_module --with-http_mp4_module --with-http_gunzip_module --with-http_gzip_static_module --with-http_random_index_module --with-http_secure_link_module --with-http_stub_status_module --with-http_auth_request_module --with-http_xslt_module=dynamic --with-http_image_filter_module=dynamic --with-http_geoip_module=dynamic --with-http_perl_module=dynamic --with-threads --with-stream --with-stream_ssl_module --with-stream_ssl_preread_module --with-stream_realip_module --with-stream_geoip_module=dynamic --with-http_slice_module --with-mail --with-mail_ssl_module --with-compat --with-file-aio --with-http_v2_module --with-http_v2_hpack_enc --with-http_v3_module --with-openssl=/usr/src/quiche/quiche/deps/boringssl --with-quiche=/usr/src/quiche --add-module=/usr/src/ngx_brotli --add-module=/usr/src/headers-more-nginx-module --add-module=/usr/src/njs/nginx --add-module=/usr/src/nginx_cookie_flag_module --add-module=/usr/src/ModSecurity-nginx --with-cc-opt=-Wno-error --with-select_module --with-poll_module --build='docker-nginx-http3-92f82de-2023-03-13T12:48:29Z-refs/tags/v2.0.6-4405059128-66-1 ModSecurity-5f632a5e ModSecurity-nginx-d59e4ad coreruleset-b53ba74 quiche-c9311a18 ngx_brotli-6e975bc headers-more-nginx-module-33b646d njs-2cf7325 nginx_cookie_flag_module-c4ff449'

apk list diff

$ comm -3 \
  <(docker run --rm patrikjuvonen/docker-nginx-http3@sha256:0ab40752bf4e4fddc0695e18708fab57bf9bb7b39e3c74072eee8eec68157158 apk list --installed --quiet | sort) \
  <(docker run --rm patrikjuvonen/docker-nginx-http3@sha256:ecf375c6756816222b4437715ade7e8c7bf4a6e200576e71cad31b04593dc085 apk list --installed --quiet | sort)

libintl-0.21.1-r1 x86_64 {gettext} (LGPL-2.1-or-later) [installed]
	libintl-0.21.1-r2 x86_64 {gettext} (LGPL-2.1-or-later) [installed]

https://hub.docker.com/r/patrikjuvonen/docker-nginx-http3
https://github.com/patrikjuvonen/docker-nginx-http3/pkgs/container/docker-nginx-http3

v2.0.5

10 Mar 14:16
9404fe8
Compare
Choose a tag to compare

Changelog

nginx version info

$ nginx -V

nginx version: nginx/1.23.3 (docker-nginx-http3-9404fe8-2023-03-10T14:16:41Z-refs/tags/v2.0.5-4385365502-63-1 ModSecurity-5f632a5e ModSecurity-nginx-d59e4ad coreruleset-b7506b0 quiche-f8bfeabe ngx_brotli-6e975bc headers-more-nginx-module-33b646d njs-2cf7325 nginx_cookie_flag_module-c4ff449)
built by gcc 12.2.1 20220924 (Alpine 12.2.1_git20220924-r9) 
built with OpenSSL 1.1.1 (compatible; BoringSSL) (running with BoringSSL)
TLS SNI support enabled
configure arguments: --prefix=/etc/nginx --sbin-path=/usr/sbin/nginx --modules-path=/usr/lib/nginx/modules --conf-path=/etc/nginx/nginx.conf --error-log-path=/var/log/nginx/error.log --http-log-path=/var/log/nginx/access.log --pid-path=/var/run/nginx.pid --lock-path=/var/run/nginx.lock --http-client-body-temp-path=/var/cache/nginx/client_temp --http-proxy-temp-path=/var/cache/nginx/proxy_temp --http-fastcgi-temp-path=/var/cache/nginx/fastcgi_temp --http-uwsgi-temp-path=/var/cache/nginx/uwsgi_temp --http-scgi-temp-path=/var/cache/nginx/scgi_temp --user=nginx --group=nginx --with-pcre-jit --with-http_ssl_module --with-http_realip_module --with-http_addition_module --with-http_sub_module --with-http_dav_module --with-http_flv_module --with-http_mp4_module --with-http_gunzip_module --with-http_gzip_static_module --with-http_random_index_module --with-http_secure_link_module --with-http_stub_status_module --with-http_auth_request_module --with-http_xslt_module=dynamic --with-http_image_filter_module=dynamic --with-http_geoip_module=dynamic --with-http_perl_module=dynamic --with-threads --with-stream --with-stream_ssl_module --with-stream_ssl_preread_module --with-stream_realip_module --with-stream_geoip_module=dynamic --with-http_slice_module --with-mail --with-mail_ssl_module --with-compat --with-file-aio --with-http_v2_module --with-http_v2_hpack_enc --with-http_v3_module --with-openssl=/usr/src/quiche/quiche/deps/boringssl --with-quiche=/usr/src/quiche --add-module=/usr/src/ngx_brotli --add-module=/usr/src/headers-more-nginx-module --add-module=/usr/src/njs/nginx --add-module=/usr/src/nginx_cookie_flag_module --add-module=/usr/src/ModSecurity-nginx --with-cc-opt=-Wno-error --with-select_module --with-poll_module --build='docker-nginx-http3-9404fe8-2023-03-10T14:16:41Z-refs/tags/v2.0.5-4385365502-63-1 ModSecurity-5f632a5e ModSecurity-nginx-d59e4ad coreruleset-b7506b0 quiche-f8bfeabe ngx_brotli-6e975bc headers-more-nginx-module-33b646d njs-2cf7325 nginx_cookie_flag_module-c4ff449'

apk list diff

$ comm -3 \
  <(docker run --rm patrikjuvonen/docker-nginx-http3@sha256:d0960049192c61b383d013b96aa72fadd6d84c9ac640ad2f65fa501611860578 apk list --installed --quiet | sort) \
  <(docker run --rm patrikjuvonen/docker-nginx-http3@sha256:0ab40752bf4e4fddc0695e18708fab57bf9bb7b39e3c74072eee8eec68157158 apk list --installed --quiet | sort)

lmdb-0.9.30-r0 x86_64 {lmdb} (OLDAP-2.8) [installed]
	lmdb-0.9.30-r1 x86_64 {lmdb} (OLDAP-2.8) [installed]
lmdb-dev-0.9.30-r0 x86_64 {lmdb} (OLDAP-2.8) [installed]
	lmdb-dev-0.9.30-r1 x86_64 {lmdb} (OLDAP-2.8) [installed]

https://hub.docker.com/r/patrikjuvonen/docker-nginx-http3
https://github.com/patrikjuvonen/docker-nginx-http3/pkgs/container/docker-nginx-http3

v2.0.4

16 Feb 22:43
3de2a84
Compare
Choose a tag to compare

Changelog

  • v2.0.3 was a broken image, hence it is no longer available (#5)
    • Fixed missing pcre2 package in v2.0.3
    • Added check for obvious errors after build process
  • Notable changes

nginx version info

$ nginx -V

nginx version: nginx/1.23.3 (docker-nginx-http3-3de2a84-2023-02-16T22:43:32Z-refs/tags/v2.0.4-4198844986-54-1 ModSecurity-ea80d316 ModSecurity-nginx-d59e4ad coreruleset-4a5cc0f quiche-30b83cd1 ngx_brotli-6e975bc headers-more-nginx-module-33b646d njs-e946c8a nginx_cookie_flag_module-c4ff449)
built by gcc 12.2.1 20220924 (Alpine 12.2.1_git20220924-r9) 
built with OpenSSL 1.1.1 (compatible; BoringSSL) (running with BoringSSL)
TLS SNI support enabled
configure arguments: --prefix=/etc/nginx --sbin-path=/usr/sbin/nginx --modules-path=/usr/lib/nginx/modules --conf-path=/etc/nginx/nginx.conf --error-log-path=/var/log/nginx/error.log --http-log-path=/var/log/nginx/access.log --pid-path=/var/run/nginx.pid --lock-path=/var/run/nginx.lock --http-client-body-temp-path=/var/cache/nginx/client_temp --http-proxy-temp-path=/var/cache/nginx/proxy_temp --http-fastcgi-temp-path=/var/cache/nginx/fastcgi_temp --http-uwsgi-temp-path=/var/cache/nginx/uwsgi_temp --http-scgi-temp-path=/var/cache/nginx/scgi_temp --user=nginx --group=nginx --with-pcre-jit --with-http_ssl_module --with-http_realip_module --with-http_addition_module --with-http_sub_module --with-http_dav_module --with-http_flv_module --with-http_mp4_module --with-http_gunzip_module --with-http_gzip_static_module --with-http_random_index_module --with-http_secure_link_module --with-http_stub_status_module --with-http_auth_request_module --with-http_xslt_module=dynamic --with-http_image_filter_module=dynamic --with-http_geoip_module=dynamic --with-http_perl_module=dynamic --with-threads --with-stream --with-stream_ssl_module --with-stream_ssl_preread_module --with-stream_realip_module --with-stream_geoip_module=dynamic --with-http_slice_module --with-mail --with-mail_ssl_module --with-compat --with-file-aio --with-http_v2_module --with-http_v2_hpack_enc --with-http_v3_module --with-openssl=/usr/src/quiche/quiche/deps/boringssl --with-quiche=/usr/src/quiche --add-module=/usr/src/ngx_brotli --add-module=/usr/src/headers-more-nginx-module --add-module=/usr/src/njs/nginx --add-module=/usr/src/nginx_cookie_flag_module --add-module=/usr/src/ModSecurity-nginx --with-cc-opt=-Wno-error --with-select_module --with-poll_module --build='docker-nginx-http3-3de2a84-2023-02-16T22:43:32Z-refs/tags/v2.0.4-4198844986-54-1 ModSecurity-ea80d316 ModSecurity-nginx-d59e4ad coreruleset-4a5cc0f quiche-30b83cd1 ngx_brotli-6e975bc headers-more-nginx-module-33b646d njs-e946c8a nginx_cookie_flag_module-c4ff449'

apk list diff

$ comm -3 \
  <(docker run --rm patrikjuvonen/docker-nginx-http3@sha256:c31e1932744d4d87e50612b41a2c93a8f4cf3fdb284d32357749c23362308bae apk list --installed --quiet | sort) \
  <(docker run --rm patrikjuvonen/docker-nginx-http3@sha256:d0960049192c61b383d013b96aa72fadd6d84c9ac640ad2f65fa501611860578 apk list --installed --quiet | sort)

apk-tools-2.12.10-r1 x86_64 {apk-tools} (GPL-2.0-only) [installed]
	apk-tools-2.12.11-r0 x86_64 {apk-tools} (GPL-2.0-only) [installed]
busybox-1.35.0-r27 x86_64 {busybox} (GPL-2.0-only) [installed]
	busybox-1.36.0-r3 x86_64 {busybox} (GPL-2.0-only) [installed]
busybox-binsh-1.35.0-r27 x86_64 {busybox} (GPL-2.0-only) [installed]
	busybox-binsh-1.36.0-r3 x86_64 {busybox} (GPL-2.0-only) [installed]
ca-certificates-bundle-20220614-r2 x86_64 {ca-certificates} (MPL-2.0 AND MIT) [installed]
	ca-certificates-bundle-20230106-r0 x86_64 {ca-certificates} (MPL-2.0 AND MIT) [installed]
geoip-1.6.12-r3 x86_64 {geoip} (GPL) [installed]
	geoip-1.6.12-r4 x86_64 {geoip} (LGPL-2.1-or-later) [installed]
geoip-dev-1.6.12-r3 x86_64 {geoip} (GPL) [installed]
	geoip-dev-1.6.12-r4 x86_64 {geoip} (LGPL-2.1-or-later) [installed]
libc-utils-0.7.2-r3 x86_64 {libc-dev} (BSD-2-Clause AND BSD-3-Clause) [installed]
	libc-utils-0.7.2-r4 x86_64 {libc-dev} (BSD-2-Clause AND BSD-3-Clause) [installed]
libcrypto3-3.0.7-r0 x86_64 {openssl} (Apache-2.0) [installed]
	libcrypto3-3.0.8-r0 x86_64 {openssl} (Apache-2.0) [installed]
libgcc-12.2.1_git20220924-r5 x86_64 {gcc} (GPL-2.0-or-later LGPL-2.1-or-later) [installed]
	libgcc-12.2.1_git20220924-r9 x86_64 {gcc} (GPL-2.0-or-later AND LGPL-2.1-or-later) [installed]
libssl3-3.0.7-r0 x86_64 {openssl} (Apache-2.0) [installed]
	libssl3-3.0.8-r0 x86_64 {openssl} (Apache-2.0) [installed]
libstdc++-12.2.1_git20220924-r5 x86_64 {gcc} (GPL-2.0-or-later LGPL-2.1-or-later) [installed]
	libstdc++-12.2.1_git20220924-r9 x86_64 {gcc} (GPL-2.0-or-later AND LGPL-2.1-or-later) [installed]
lmdb-0.9.29-r2 x86_64 {lmdb} (OLDAP-2.8) [installed]
	lmdb-0.9.30-r0 x86_64 {lmdb} (OLDAP-2.8) [installed]
lmdb-dev-0.9.29-r2 x86_64 {lmdb} (OLDAP-2.8) [installed]
	lmdb-dev-0.9.30-r0 x86_64 {lmdb} (OLDAP-2.8) [installed]
musl-1.2.3-r3 x86_64 {musl} (MIT) [installed]
	musl-1.2.3-r4 x86_64 {musl} (MIT) [installed]
musl-utils-1.2.3-r3 x86_64 {musl} (MIT AND BSD-2-Clause AND GPL-2.0-or-later) [installed]
	musl-utils-1.2.3-r4 x86_64 {musl} (MIT AND BSD-2-Clause AND GPL-2.0-or-later) [installed]
	+ pcre2-10.42-r0 x86_64 {pcre2} (BSD-3-Clause) [installed]
pkgconf-1.9.3-r1 x86_64 {pkgconf} (ISC) [installed]
	pkgconf-1.9.4-r0 x86_64 {pkgconf} (ISC) [installed]
scanelf-1.3.5-r1 x86_64 {pax-utils} (GPL-2.0-only) [installed]
	scanelf-1.3.7-r0 x86_64 {pax-utils} (GPL-2.0-only) [installed]
ssl_client-1.35.0-r27 x86_64 {busybox} (GPL-2.0-only) [installed]
	ssl_client-1.36.0-r3 x86_64 {busybox} (GPL-2.0-only) [installed]
	+ xz-5.4.1-r0 x86_64 {xz} (GPL-2.0-or-later AND Public-Domain AND LGPL-2.1-or-later) [installed]
xz-dev-5.4.0-r0 x86_64 {xz} (GPL-2.0-or-later AND Public-Domain AND LGPL-2.1-or-later) [installed]
	xz-dev-5.4.1-r0 x86_64 {xz} (GPL-2.0-or-later AND Public-Domain AND LGPL-2.1-or-later) [installed]
xz-libs-5.4.0-r0 x86_64 {xz} (GPL-2.0-or-later AND Public-Domain AND LGPL-2.1-or-later) [installed]
	xz-libs-5.4.1-r0 x86_64 {xz} (GPL-2.0-or-later AND Public-Domain AND LGPL-2.1-or-later) [installed]

https://hub.docker.com/r/patrikjuvonen/docker-nginx-http3
https://github.com/patrikjuvonen/docker-nginx-http3/pkgs/container/docker-nginx-http3

v2.0.2

14 Dec 17:29
d1bda2d
Compare
Choose a tag to compare

Changelog

  • Notable changes
  • Fixed this repository's Git commit hash, build time and GitHub job IDs in nginx -V build info

nginx version info

$ nginx -V

nginx version: nginx/1.23.3 (docker-nginx-http3-d1bda2d-2022-12-14T17:29:49Z-refs/tags/v2.0.2-3697239239-50-1 ModSecurity-12e6e325 ModSecurity-nginx-d59e4ad coreruleset-431557d quiche-24a959ab ngx_brotli-6e975bc headers-more-nginx-module-33b646d njs-9645655 nginx_cookie_flag_module-c4ff449)
built by gcc 12.2.1 20220924 (Alpine 12.2.1_git20220924-r5) 
built with OpenSSL 1.1.1 (compatible; BoringSSL) (running with BoringSSL)
TLS SNI support enabled
configure arguments: --prefix=/etc/nginx --sbin-path=/usr/sbin/nginx --modules-path=/usr/lib/nginx/modules --conf-path=/etc/nginx/nginx.conf --error-log-path=/var/log/nginx/error.log --http-log-path=/var/log/nginx/access.log --pid-path=/var/run/nginx.pid --lock-path=/var/run/nginx.lock --http-client-body-temp-path=/var/cache/nginx/client_temp --http-proxy-temp-path=/var/cache/nginx/proxy_temp --http-fastcgi-temp-path=/var/cache/nginx/fastcgi_temp --http-uwsgi-temp-path=/var/cache/nginx/uwsgi_temp --http-scgi-temp-path=/var/cache/nginx/scgi_temp --user=nginx --group=nginx --with-pcre-jit --with-http_ssl_module --with-http_realip_module --with-http_addition_module --with-http_sub_module --with-http_dav_module --with-http_flv_module --with-http_mp4_module --with-http_gunzip_module --with-http_gzip_static_module --with-http_random_index_module --with-http_secure_link_module --with-http_stub_status_module --with-http_auth_request_module --with-http_xslt_module=dynamic --with-http_image_filter_module=dynamic --with-http_geoip_module=dynamic --with-http_perl_module=dynamic --with-threads --with-stream --with-stream_ssl_module --with-stream_ssl_preread_module --with-stream_realip_module --with-stream_geoip_module=dynamic --with-http_slice_module --with-mail --with-mail_ssl_module --with-compat --with-file-aio --with-http_v2_module --with-http_v2_hpack_enc --with-http_v3_module --with-openssl=/usr/src/quiche/quiche/deps/boringssl --with-quiche=/usr/src/quiche --add-module=/usr/src/ngx_brotli --add-module=/usr/src/headers-more-nginx-module --add-module=/usr/src/njs/nginx --add-module=/usr/src/nginx_cookie_flag_module --add-module=/usr/src/ModSecurity-nginx --with-cc-opt=-Wno-error --with-select_module --with-poll_module --build='docker-nginx-http3-d1bda2d-2022-12-14T17:29:49Z-refs/tags/v2.0.2-3697239239-50-1 ModSecurity-12e6e325 ModSecurity-nginx-d59e4ad coreruleset-431557d quiche-24a959ab ngx_brotli-6e975bc headers-more-nginx-module-33b646d njs-9645655 nginx_cookie_flag_module-c4ff449'

apk list diff

$ diff \
  --side-by-side \
  --ignore-all-space \
  --suppress-common-lines \
  --width 204 \
  <(docker run --rm patrikjuvonen/docker-nginx-http3:c166424 apk list --installed --quiet) \
  <(docker run --rm patrikjuvonen/docker-nginx-http3:d1bda2d apk list --installed --quiet)

pkgconf-1.9.3-r0 x86_64 {pkgconf} (ISC) [installed]						     |  pkgconf-1.9.3-r1 x86_64 {pkgconf} (ISC) [installed]
xz-libs-5.2.9-r0 x86_64 {xz} (GPL-2.0-or-later AND Public-Domain AND LGPL-2.1-or-later) [installed]  |  xz-libs-5.4.0-r0 x86_64 {xz} (GPL-2.0-or-later AND Public-Domain AND LGPL-2.1-or-later) [installed]
xz-dev-5.2.9-r0 x86_64 {xz} (GPL-2.0-or-later AND Public-Domain AND LGPL-2.1-or-later) [installed]   |  xz-dev-5.4.0-r0 x86_64 {xz} (GPL-2.0-or-later AND Public-Domain AND LGPL-2.1-or-later) [installed]

https://hub.docker.com/r/patrikjuvonen/docker-nginx-http3
https://github.com/patrikjuvonen/docker-nginx-http3/pkgs/container/docker-nginx-http3

v2.0.1

09 Dec 09:47
c166424
Compare
Choose a tag to compare

Changelog

  • Removed some stale Docker meta labels

nginx version info

$ nginx -V

nginx version: nginx/1.23.2 (docker-nginx-http3-- ModSecurity-12e6e325 ModSecurity-nginx-d59e4ad coreruleset-e1bea92 quiche-24a959ab ngx_brotli-6e975bc headers-more-nginx-module-33b646d njs-9645655 nginx_cookie_flag_module-c4ff449)
built by gcc 12.2.1 20220924 (Alpine 12.2.1_git20220924-r5) 
built with OpenSSL 1.1.1 (compatible; BoringSSL) (running with BoringSSL)
TLS SNI support enabled
configure arguments: --prefix=/etc/nginx --sbin-path=/usr/sbin/nginx --modules-path=/usr/lib/nginx/modules --conf-path=/etc/nginx/nginx.conf --error-log-path=/var/log/nginx/error.log --http-log-path=/var/log/nginx/access.log --pid-path=/var/run/nginx.pid --lock-path=/var/run/nginx.lock --http-client-body-temp-path=/var/cache/nginx/client_temp --http-proxy-temp-path=/var/cache/nginx/proxy_temp --http-fastcgi-temp-path=/var/cache/nginx/fastcgi_temp --http-uwsgi-temp-path=/var/cache/nginx/uwsgi_temp --http-scgi-temp-path=/var/cache/nginx/scgi_temp --user=nginx --group=nginx --with-pcre-jit --with-http_ssl_module --with-http_realip_module --with-http_addition_module --with-http_sub_module --with-http_dav_module --with-http_flv_module --with-http_mp4_module --with-http_gunzip_module --with-http_gzip_static_module --with-http_random_index_module --with-http_secure_link_module --with-http_stub_status_module --with-http_auth_request_module --with-http_xslt_module=dynamic --with-http_image_filter_module=dynamic --with-http_geoip_module=dynamic --with-http_perl_module=dynamic --with-threads --with-stream --with-stream_ssl_module --with-stream_ssl_preread_module --with-stream_realip_module --with-stream_geoip_module=dynamic --with-http_slice_module --with-mail --with-mail_ssl_module --with-compat --with-file-aio --with-http_v2_module --with-http_v2_hpack_enc --with-http_v3_module --with-openssl=/usr/src/quiche/quiche/deps/boringssl --with-quiche=/usr/src/quiche --add-module=/usr/src/ngx_brotli --add-module=/usr/src/headers-more-nginx-module --add-module=/usr/src/njs/nginx --add-module=/usr/src/nginx_cookie_flag_module --add-module=/usr/src/ModSecurity-nginx --with-cc-opt=-Wno-error --with-select_module --with-poll_module --build='docker-nginx-http3-- ModSecurity-12e6e325 ModSecurity-nginx-d59e4ad coreruleset-e1bea92 quiche-24a959ab ngx_brotli-6e975bc headers-more-nginx-module-33b646d njs-9645655 nginx_cookie_flag_module-c4ff449'

apk list diff

$ diff \
  --side-by-side \
  --ignore-all-space \
  --suppress-common-lines \
  --width 240 \
  <(docker run --rm patrikjuvonen/docker-nginx-http3:519e20d apk list --installed --quiet) \
  <(docker run --rm patrikjuvonen/docker-nginx-http3:c166424 apk list --installed --quiet)

# no changes

https://hub.docker.com/r/patrikjuvonen/docker-nginx-http3
https://github.com/patrikjuvonen/docker-nginx-http3/pkgs/container/docker-nginx-http3

v2.0.0

08 Dec 14:50
519e20d
Compare
Choose a tag to compare

Changelog

  • Set up semantic versioning
  • Replaced some stale Docker meta labels

nginx version info

$ nginx -V

nginx version: nginx/1.23.2 (docker-nginx-http3-519e20d-2022-12-08T14:50:52Z ModSecurity-12e6e325 ModSecurity-nginx-d59e4ad coreruleset-e1bea92 quiche-24a959ab ngx_brotli-6e975bc headers-more-nginx-module-33b646d njs-9645655 nginx_cookie_flag_module-c4ff449)
built by gcc 12.2.1 20220924 (Alpine 12.2.1_git20220924-r5) 
built with OpenSSL 1.1.1 (compatible; BoringSSL) (running with BoringSSL)
TLS SNI support enabled
configure arguments: --prefix=/etc/nginx --sbin-path=/usr/sbin/nginx --modules-path=/usr/lib/nginx/modules --conf-path=/etc/nginx/nginx.conf --error-log-path=/var/log/nginx/error.log --http-log-path=/var/log/nginx/access.log --pid-path=/var/run/nginx.pid --lock-path=/var/run/nginx.lock --http-client-body-temp-path=/var/cache/nginx/client_temp --http-proxy-temp-path=/var/cache/nginx/proxy_temp --http-fastcgi-temp-path=/var/cache/nginx/fastcgi_temp --http-uwsgi-temp-path=/var/cache/nginx/uwsgi_temp --http-scgi-temp-path=/var/cache/nginx/scgi_temp --user=nginx --group=nginx --with-pcre-jit --with-http_ssl_module --with-http_realip_module --with-http_addition_module --with-http_sub_module --with-http_dav_module --with-http_flv_module --with-http_mp4_module --with-http_gunzip_module --with-http_gzip_static_module --with-http_random_index_module --with-http_secure_link_module --with-http_stub_status_module --with-http_auth_request_module --with-http_xslt_module=dynamic --with-http_image_filter_module=dynamic --with-http_geoip_module=dynamic --with-http_perl_module=dynamic --with-threads --with-stream --with-stream_ssl_module --with-stream_ssl_preread_module --with-stream_realip_module --with-stream_geoip_module=dynamic --with-http_slice_module --with-mail --with-mail_ssl_module --with-compat --with-file-aio --with-http_v2_module --with-http_v2_hpack_enc --with-http_v3_module --with-openssl=/usr/src/quiche/quiche/deps/boringssl --with-quiche=/usr/src/quiche --add-module=/usr/src/ngx_brotli --add-module=/usr/src/headers-more-nginx-module --add-module=/usr/src/njs/nginx --add-module=/usr/src/nginx_cookie_flag_module --add-module=/usr/src/ModSecurity-nginx --with-cc-opt=-Wno-error --with-select_module --with-poll_module --build='docker-nginx-http3-519e20d-2022-12-08T14:50:52Z ModSecurity-12e6e325 ModSecurity-nginx-d59e4ad coreruleset-e1bea92 quiche-24a959ab ngx_brotli-6e975bc headers-more-nginx-module-33b646d njs-9645655 nginx_cookie_flag_module-c4ff449'

apk list diff

$ diff \
  --side-by-side \
  --ignore-all-space \
  --suppress-common-lines \
  --width 190 \
  <(docker run --rm patrikjuvonen/docker-nginx-http3:2c90f11 apk list --installed --quiet) \
  <(docker run --rm patrikjuvonen/docker-nginx-http3:519e20d apk list --installed --quiet)

libstdc++-12.2.1_git20220924-r4 x86_64 {gcc} (GPL-2.0-or-later LGPL-2.1-or-later) [installed] |	libstdc++-12.2.1_git20220924-r5 x86_64 {gcc} (GPL-2.0-or-later LGPL-2.1-or-later) [installed]
libgcc-12.2.1_git20220924-r4 x86_64 {gcc} (GPL-2.0-or-later LGPL-2.1-or-later) [installed]    |	libgcc-12.2.1_git20220924-r5 x86_64 {gcc} (GPL-2.0-or-later LGPL-2.1-or-later) [installed]

https://hub.docker.com/r/patrikjuvonen/docker-nginx-http3
https://github.com/patrikjuvonen/docker-nginx-http3/pkgs/container/docker-nginx-http3