Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docker Scripts Do Not Work #8

Open
ghost opened this issue Dec 9, 2021 · 3 comments
Open

Docker Scripts Do Not Work #8

ghost opened this issue Dec 9, 2021 · 3 comments

Comments

@ghost
Copy link

ghost commented Dec 9, 2021

In executing the Docker build script, you'll notice a few issues.

  1. It is targeting development which does not exist in the Dockerfile.
  2. There are no build-arg values being passed in, which makes the FROM instruction have invalid syntax.
  3. The image nginx-unprivileged-headers-more does not exist on Docker hub.
  4. The Dockerfile references scripts that do not exist. variable_replacement.sh, entrypoint.sh Can these be shared?
@ghost
Copy link
Author

ghost commented Jan 4, 2022

I do see nginx-unprivileged on Docker hub.

@pearj
Copy link

pearj commented Apr 21, 2022

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.

@pearj
Copy link

pearj commented Apr 23, 2022

I just noticed that they've added the nginx-unprivileged-headers-more on the master branch

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant