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

FEATURE REQUEST: add Curl to the admin docker container image #1255

Open
qdrddr opened this issue Feb 8, 2025 · 0 comments
Open

FEATURE REQUEST: add Curl to the admin docker container image #1255

qdrddr opened this issue Feb 8, 2025 · 0 comments

Comments

@qdrddr
Copy link

qdrddr commented Feb 8, 2025

Please add apk add curl --no-interactive --quiet to the docker container image as in the production environment we need to push generated config & cert files into configMap from the init hatchet-admin container via k8s API and for the PUT (Update) we need curl to be baked into the image since build-in wget does not support PUT HTTP requests.

The current workaround is to manually install apk add curl --no-interactive --quiet each time the container runs which requires internet connections.

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

No branches or pull requests

1 participant