Skip to content

Commit

Permalink
external-images: clarify temporal requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
bbguimaraes committed Mar 10, 2022
1 parent d5a9e5b commit 79fe838
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion content/en/docs/how-tos/external-images.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,12 @@ If the source image is open to the public, we can mirror the image by adding it
gcr.io/k8s-staging-boskos/boskos:latest registry.ci.openshift.org/ci/boskos:latest
{{< / highlight >}}

The hourly periodic job `periodic-image-mirroring-supplemental-ci-images` mirrors all the images defined in the mapping files.
The hourly periodic job [`periodic-image-mirroring-supplemental-ci-images`](https://prow.ci.openshift.org/?job=periodic-image-mirroring-supplemental-ci-images)
mirrors all the images defined in the mapping files. Note that it operates on
the contents of the `master` branch, so the changes to the files have to be
merged before the images can be used in jobs and/or pull request rehearsals.
Once it is mirrored, you can use the image like this:

{{< highlight yaml >}}
base_images:
my-external-image:
Expand Down

0 comments on commit 79fe838

Please sign in to comment.