abiosoft / caddy-docker

Docker container for Caddy
https://hub.docker.com/r/abiosoft/caddy/
MIT License
768 stars 315 forks source link

Custom builds no longer work #194

Closed rochdev closed 5 years ago

rochdev commented 5 years ago

It is no longer possible to build a custom image with (or without) plugins since the command throws an error:

fatal: could not read Username for 'https://github.com': No such device or address
stat build.go: no such file or directory

This was using this very simple command:

docker build \
  -t rochdev/caddy-proxy \
  github.com/abiosoft/caddy-docker.git
abiosoft commented 5 years ago

Run docker rmi abiosoft/caddy:builder and try again.

rochdev commented 5 years ago

That solved this issue. I am getting a different error now but only with custom plugins. I'll open a different issue for that if I can't figure it out.

Thanks!

rochdev commented 5 years ago

The new error turned out to be because of https://github.com/abiosoft/caddy-docker/issues/185