Created
August 22, 2023 16:01
-
-
Save flavianmissi/0518239edd6f51d54b5633212f2b2ac9 to your computer and use it in GitHub Desktop.
ImageStream pull-through example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apiVersion: image.openshift.io/v1 | |
kind: ImageStream | |
metadata: | |
annotations: | |
openshift.io/image.dockerRepositoryCheck: "2023-08-22T15:59:52Z" | |
creationTimestamp: "2023-08-22T15:59:51Z" | |
generation: 2 | |
name: test-1 | |
namespace: test | |
resourceVersion: "32104" | |
uid: 7112c60d-6783-4a7b-9764-5155fd421512 | |
spec: | |
lookupPolicy: | |
local: false | |
tags: | |
- annotations: null | |
from: | |
kind: DockerImage | |
name: quay.io/podman/hello:latest | |
generation: 2 | |
importPolicy: | |
importMode: PreserveOriginal | |
name: latest | |
referencePolicy: | |
type: Local |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment