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

Publish debug images to Docker Hub #213

Open
mschfh opened this issue Sep 6, 2022 · 1 comment
Open

Publish debug images to Docker Hub #213

mschfh opened this issue Sep 6, 2022 · 1 comment

Comments

@mschfh
Copy link

mschfh commented Sep 6, 2022

Please consider publishing -debug images to Docker Hub.

nginx includes a nginx-debug binary in all images:
https://github.com/docker-library/docs/tree/master/nginx#running-nginx-in-debug-mode

@yvess
Copy link

yvess commented Jun 26, 2023

I also needed a debug image. Ubuntu main nginx has debug always build in. I also needed a openresty debug image.
You can easy build one, but not ideal if you need one sometimes in production.

git clone https://github.com/openresty/docker-openresty.git
cd docker-openresty
docker build --build-arg RESTY_CONFIG_OPTIONS_MORE="--with-debug" -t openresty-debug -f jammy/Dockerfile .

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

2 participants