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

Add jq during build of the docker image #184

Open
DennisGaida opened this issue Feb 22, 2023 · 0 comments
Open

Add jq during build of the docker image #184

DennisGaida opened this issue Feb 22, 2023 · 0 comments
Labels
question Further information is requested

Comments

@DennisGaida
Copy link

DennisGaida commented Feb 22, 2023

I don't quite understand why jq is added via apk add jq in the entrypoint in all examples, e.g. here: https://github.com/ldez/traefik-certs-dumper/blob/master/docs/docker-compose-traefik-v2.yml making image startup slow because jq is downloaded / installed on each start.

jq doesn't add much to the base image, so why not just add it to the Dockerfile https://github.com/ldez/traefik-certs-dumper/blob/master/tmpl.Dockerfile? This way the container could skip all networking networking: none for just exporting certs to file.

@ldez ldez added the question Further information is requested label Feb 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants