Skip to content

Instantly share code, notes, and snippets.

@kadel
Created October 26, 2018 14:13
Show Gist options
  • Select an option

  • Save kadel/271729265fb7dd53d07d8bda66eebbcb to your computer and use it in GitHub Desktop.

Select an option

Save kadel/271729265fb7dd53d07d8bda66eebbcb to your computer and use it in GitHub Desktop.
apiVersion: image.openshift.io/v1
kind: ImageStream
metadata:
name: openjdk18
spec:
lookupPolicy:
local: false
tags:
- annotations:
tags: builder
from:
kind: DockerImage
name: registry.access.redhat.com/redhat-openjdk-18/openjdk18-openshift
generation: 1
importPolicy: {}
name: latest
referencePolicy:
type: Source
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment