-
Notifications
You must be signed in to change notification settings - Fork 92
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
Support cloudbuild.yaml #14
Comments
Good question. I have some repos that use |
Agreed. Based on my experience, the |
As #85 points out, one use case for this is builds that use Jib. It doesn't make sense with those to use docker or buildpacks so having a |
As far as implementation... Like other commands we should tell the user the |
It seems like we want to support cloudbuild.yaml in addition to Dockerfiles, and there's a plan to support buildpacks via app.json (#3).
@jamesward What's the primary reason we want to have cloudbuild.yaml? Does it do something potentially we can’t do via
docker build
with multi-stage Dockerfiles?I suppose it enables tools where you don't want to use
docker
and still end up with a docker image (ko
,pack
etc.), but should we treat this as a priority –especially given the adoption levels of cloudbuild.yaml vs Dockerfiles?The text was updated successfully, but these errors were encountered: