diff --git a/Dockerfile.latest-njs b/Dockerfile.latest-njs index 8fdd969b..cf63f770 100644 --- a/Dockerfile.latest-njs +++ b/Dockerfile.latest-njs @@ -1,7 +1,7 @@ # This container image removes the existing njs package from the inherited image # (which could be OSS NGINX or NGINX Plus), builds njs from the latest # source, and installs it. -FROM nginxinc/nginx-s3-gateway@sha256:8aa48324479b3653b5936183cc97f2ca1aa9078d229042f1bca357834bd906f4 +FROM nginxinc/nginx-s3-gateway RUN set -eux \ export DEBIAN_FRONTEND=noninteractive; \ diff --git a/Dockerfile.unprivileged b/Dockerfile.unprivileged index f928d974..38f3356b 100644 --- a/Dockerfile.unprivileged +++ b/Dockerfile.unprivileged @@ -3,7 +3,7 @@ # to allow running NGINX S3 Gateway as a non root user. # Steps are based on the official unprivileged container: # https://github.com/nginxinc/docker-nginx-unprivileged/blob/main/Dockerfile-debian.template -FROM nginxinc/nginx-s3-gateway@sha256:8aa48324479b3653b5936183cc97f2ca1aa9078d229042f1bca357834bd906f4 +FROM nginxinc/nginx-s3-gateway # Implement changes required to run NGINX as an unprivileged user RUN sed -i "/^server {/a \ listen 8080;" /etc/nginx/templates/default.conf.template \ diff --git a/examples/brotli-compression/Dockerfile.oss b/examples/brotli-compression/Dockerfile.oss index c325e24e..74989128 100644 --- a/examples/brotli-compression/Dockerfile.oss +++ b/examples/brotli-compression/Dockerfile.oss @@ -1,5 +1,4 @@ -FROM nginxinc/nginx-s3-gateway@sha256:8aa48324479b3653b5936183cc97f2ca1aa9078d229042f1bca357834bd906f4@sha256:8aa48324479b3653b5936183cc97f2ca1aa9078d229042f1bca357834bd906f4@sha256:8aa48324479b3653b5936183cc97f2ca1aa9078d229042f1bca357834bd906f4@sha256:8aa48324479b3653b5936183cc97f2ca1aa9078d229042f1bca357834bd906f4@sha256:8aa48324479b3653b5936183cc97f2ca1aa9078d229042f1bca357834bd906f4 - +FROM nginxinc/nginx-s3-gateway@sha256:8aa48324479b3653b5936183cc97f2ca1aa9078d229042f1bca357834bd906f4 ENV BROTLI_VERSION "v1.0.0rc" # Build Brotli module from source because there is no repository package