Skip to content

Instantly share code, notes, and snippets.

@erikerlandson
Created January 14, 2021 21:31
Show Gist options
  • Save erikerlandson/c013f2235eb3678d87b8ed29569c6fc2 to your computer and use it in GitHub Desktop.
Save erikerlandson/c013f2235eb3678d87b8ed29569c6fc2 to your computer and use it in GitHub Desktop.
example imagestream from dockerfile with reference policy
apiVersion: image.openshift.io/v1
kind: ImageStream
metadata:
name: spark-app-s2i
spec:
lookupPolicy:
local: true
tags:
- name: latest
from:
kind: DockerImage
name: quay.io/erikerlandson/spark-app-s2i:latest
referencePolicy:
type: Local
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment