-
Notifications
You must be signed in to change notification settings - Fork 183
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
Failed to build caddy-docke-proxy/[email protected] on custom caddy docker build #694
Comments
false alarm |
I am having exactly the same error, I too am trying to install docker proxy + crowdsec bouncer modules. Can you tell how you fixed it ? |
I am getting the same error. Using: RUN xcaddy build \
--with github.com/yroc92/postgres-storage \
--with github.com/caddy-dns/desec \
--with github.com/lucaslorentz/caddy-docker-proxy/v2 \
--with github.com/sablierapp/sablier/plugins/caddy=/sablier/plugins/caddy \
--with github.com/fabriziosalmi/caddy-waf=/caddy-waf \
--with github.com/hslatman/caddy-crowdsec-bouncer/http |
You can see it in my PR #696 |
I'm puzzled. The above PR has been merged into main yet I still have that exact same error message when I try to create my custom image. My Dockerfile is almost identical:
So, what's wrong and how can I diagnose in more details? |
Replying to myself. |
Could we then make a new release? |
Here's the error:
Here's my custom build:
when I remove the caddy-docker-proxy, everything is good. Last time I use 2.8.4 is working fine. Buti when I upgrade to 2.9.1, i got this error. I use every image tag (builder, builder-alpine, 2.9.1-builder, etc) on docker hub and the result was the same.
The text was updated successfully, but these errors were encountered: