You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm sure you've solved this already. But I ran into the same issue last year some time, and I contacted support and they gave me the dockerfile. It is quite minimal, it starts off with nginxinc/nginx-unprivileged as a base and then adds the headers-more module.
regarding point 4, you can grab those scripts from the existing published container, it's a bit blah but works.
In executing the Docker build script, you'll notice a few issues.
development
which does not exist in the Dockerfile.build-arg
values being passed in, which makes theFROM
instruction have invalid syntax.nginx-unprivileged-headers-more
does not exist on Docker hub.Dockerfile
references scripts that do not exist.variable_replacement.sh
,entrypoint.sh
Can these be shared?The text was updated successfully, but these errors were encountered: