-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Pull 'cache-from' images on Google Cloud Build #958
Conversation
Fixes GoogleContainerTools#936 Signed-off-by: David Gageot <david@gageot.net>
Codecov Report
@@ Coverage Diff @@
## master #958 +/- ##
==========================================
+ Coverage 43.78% 43.93% +0.14%
==========================================
Files 63 64 +1
Lines 2654 2661 +7
==========================================
+ Hits 1162 1169 +7
Misses 1370 1370
Partials 122 122
Continue to review full report at Codecov.
|
desc := builder.buildDescription(artifact, "bucket", "object") | ||
|
||
expected := []*cloudbuild.BuildStep{{ | ||
Name: "docker/docker", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is unrelated to your change, but should we be using https://github.com/GoogleCloudPlatform/cloud-builders/tree/master/docker instead of docker/docker as the image?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
By default, we do. This is just a test
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah, great.
desc := builder.buildDescription(artifact, "bucket", "object") | ||
|
||
expected := []*cloudbuild.BuildStep{{ | ||
Name: "docker/docker", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah, great.
Fixes #936
Signed-off-by: David Gageot david@gageot.net