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

builder error on recent update #247

Open
dusty opened this issue Mar 28, 2020 · 2 comments
Open

builder error on recent update #247

dusty opened this issue Mar 28, 2020 · 2 comments

Comments

@dusty
Copy link

dusty commented Mar 28, 2020

I'm getting an error on builds I haven't seen before, I see there was a new release 17 days ago, wondering if that has something to do with it.

FROM abiosoft/caddy:builder as caddy
ENV ENABLE_TELEMETRY=false
ARG CADDY_VERSION="1.0.3"
ARG CADDY_PLUGINS="cors"
RUN VERSION=${CADDY_VERSION} PLUGINS=${CADDY_PLUGINS} /bin/sh /usr/bin/builder.sh
COPY ./Caddyfile /install/Caddyfile

Screen Shot 2020-03-27 at 22 19 39

@dusty
Copy link
Author

dusty commented Mar 28, 2020

On that note, it would be awesome if you could tag releases with a version or an sha. I just built a new container out of a previous build of mine for now. But, it would be nice to pin automated builds to a release.

PS: Thanks for this project!

@lindelleric
Copy link

@abiosoft
I get this error as well.

I can't even build the basic image. docker build github.com/abiosoft/caddy-docker.git
Even if I remove my local builder image. docker rmi abiosoft/caddy:builder

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