-
Notifications
You must be signed in to change notification settings - Fork 293
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
How do you create a builder in a CI? #209
Comments
The pack CLI only requires a Docker daemon for two things:
So |
Awesome thanks! |
So it seems like
|
That’s very surprising. While Could you provide the command you executed and all of the output? |
I created a BuildTemplate (knative) that uses an image with
The build fails. The logs are:
|
OK, I've made some progress on this. It works as you say if I build |
@ekcasey Sounds good. One thing to note, it did work with master. Can we get a new release with this fix? |
@poy we hope to ship pack v0.3.0 in approximately one week |
I am going to close this given that the bug is fixed on master, feel free to reopen @poy if you have any additional questions |
According to the README,
pack
is intended forHowever, pack also requires the
docker
CLI. This implies it won't easily fit into a CI. So what is the correct way for a buildpacks developer to create (via automation) buildpack builders?The text was updated successfully, but these errors were encountered: