add imagestream
This commit is contained in:
parent
33ad8d6d2a
commit
8f170ff3dd
1 changed files with 19 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
||||||
|
---
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: ImageStream
|
kind: ImageStream
|
||||||
metadata:
|
metadata:
|
||||||
|
@ -7,3 +8,21 @@ spec:
|
||||||
local: false
|
local: false
|
||||||
status:
|
status:
|
||||||
dockerImageRepository: ""
|
dockerImageRepository: ""
|
||||||
|
---
|
||||||
|
apiVersion: v1
|
||||||
|
kind: ImageStream
|
||||||
|
metadata:
|
||||||
|
name: s2i-golang
|
||||||
|
spec:
|
||||||
|
lookupPolicy:
|
||||||
|
local: false
|
||||||
|
tags:
|
||||||
|
- from:
|
||||||
|
kind: DockerImage
|
||||||
|
name: quay.io/osas/s2i-golang
|
||||||
|
importPolicy: {}
|
||||||
|
name: latest
|
||||||
|
referencePolicy:
|
||||||
|
type: Source
|
||||||
|
status:
|
||||||
|
dockerImageRepository: ""
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue