From 50c6bfeac024553677517aa9bf67423b3e73221b Mon Sep 17 00:00:00 2001 From: shockrah Date: Sun, 10 Sep 2023 15:21:27 -0700 Subject: [PATCH] switching to borderline vanilla nginx docker image --- docker/beta/Dockerfile | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/docker/beta/Dockerfile b/docker/beta/Dockerfile index a49b771..00b4971 100644 --- a/docker/beta/Dockerfile +++ b/docker/beta/Dockerfile @@ -1,10 +1,5 @@ -FROM ghcr.io/nginxinc/nginx-s3-gateway/nginx-oss-s3-gateway:latest +FROM nginx:latest + +COPY nginx.conf /etc/nginx/nginx.conf -# Prepopulate some of the more generic settings for the proxy -ENV AWS_SIGS_VERSION=2 \ - S3_STYLE=virtual \ - PROVIDE_INDEX_PAGE=true \ - S3_SERVER_PORT=443 \ - S3_SERVER_PROTO=https \ - ALLOW_DIRECTORY_LIST=false