-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Dockerfile is buggy: modules/Dockerfile.alpine #518
Comments
Hi @AnubhavUjjawal, Can you try the following patch on top of Dockerfile.alpine:
With your proposal, checking out a correct revision is also a good option; the reason it's not there is I wanted to have "latest and greatest" modules versions available, and not specifically tied to a specific release. Maybe we should make it configurable somehow. |
@thresheek I am using a custom version of /modules/Dockerfile.alpine. However, according to me, docker images built using |
Many thanks for your feedback! I agree, I'll fix the Dockerfiles to be reproducible. |
The root clause is The simple hot fix for docker-nginx/modules/Dockerfile.alpine Lines 21 to 22 in dcaaf66
is
|
In the line
docker-nginx/modules/Dockerfile.alpine
Line 21 in dcaaf66
For example, If I use the current mainline-alpine (1.19.7-alpine) as builder, build fails.
To mitigate this, we can checkout to a specific revision using
hg update -r <rev>
after clone.The text was updated successfully, but these errors were encountered: