-
Notifications
You must be signed in to change notification settings - Fork 314
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
Can't build container #209
Comments
Run |
It's either still or again broken. In my case with a different, but similar error, related to import / module paths. The image is the newest, see:
Then I want to build an image with the
|
Ah my bad I think. Building with an empty plugin list Maybe the error message can be improved. For exmple when building with |
@philippgille yeah, the message can be better. You can open a separate issue to address that. |
I'm having the same issue but with the default plugin list. I added some debug to builder.sh, and I believe the error is now caused by caddyplug not using the Caddy version as requested by the image. Here's the interesting part of the log:
My intuition is the I'm willing to spend some time fixing this, but need your guidance. |
docker build
is failing for me today with the error:go: github.com/mholt/caddy@v1.0.1: parsing go.mod: unexpected module path "github.com/caddyserver/caddy"
Full logs below:
The text was updated successfully, but these errors were encountered: