Bug fixes for GCP modules (#56764)

This commit is contained in:
The Magician
2019-05-28 10:41:51 -07:00
committed by ansibot
parent 70ac35da3e
commit 0ff62fd5c4
20 changed files with 107 additions and 210 deletions

View File

@@ -161,7 +161,7 @@ options:
be run directly. If not, the host will attempt to pull the image first,
using the builder service account's credentials if necessary.
- The Docker daemon's cache will already have the latest versions of all
of the officially supported build steps (U(https://github.com/GoogleCloudPlatform/cloud-builders).)
of the officially supported build steps (U(https://github.com/GoogleCloudPlatform/cloud-builders)).
- The Docker daemon will also have cached many of the layers for some
popular images, like "ubuntu", "debian", but they will be refreshed
at the time you attempt to use them.
@@ -418,7 +418,7 @@ build:
be run directly. If not, the host will attempt to pull the image first,
using the builder service account's credentials if necessary.
- The Docker daemon's cache will already have the latest versions of all
of the officially supported build steps (U(https://github.com/GoogleCloudPlatform/cloud-builders).)
of the officially supported build steps (U(https://github.com/GoogleCloudPlatform/cloud-builders)).
- The Docker daemon will also have cached many of the layers for some popular
images, like "ubuntu", "debian", but they will be refreshed at the time
you attempt to use them.