Fix broken link (#4411) (#365)

Signed-off-by: Modular Magician <magic-modules@google.com>
This commit is contained in:
The Magician 2021-01-19 14:25:39 -08:00 committed by GitHub
parent c48fc6a7c6
commit a611202049
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 3 deletions

View file

@ -411,7 +411,8 @@ 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 (see U(https://github.com/GoogleCloudPlatform/cloud-builders)
for images and examples).
- 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.
@ -1118,7 +1119,8 @@ 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 (see U(https://github.com/GoogleCloudPlatform/cloud-builders)
for images and examples).
- 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.

View file

@ -465,7 +465,8 @@ resources:
will 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)).
all of the officially supported build steps (see U(https://github.com/GoogleCloudPlatform/cloud-builders)
for images and examples).
- 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.