Added Docker image tags
This commit is contained in:
parent
f68f9091b9
commit
dae146a4b2
@ -96,6 +96,16 @@ objects:
|
|||||||
spec:
|
spec:
|
||||||
lookupPolicy:
|
lookupPolicy:
|
||||||
local: false
|
local: false
|
||||||
|
tags:
|
||||||
|
- annotations:
|
||||||
|
openshift.io/imported-from: mongo
|
||||||
|
from:
|
||||||
|
kind: DockerImage
|
||||||
|
name: mongo
|
||||||
|
importPolicy: {}
|
||||||
|
name: latest
|
||||||
|
referencePolicy:
|
||||||
|
type: Source
|
||||||
parameters:
|
parameters:
|
||||||
- description: The name for the application.
|
- description: The name for the application.
|
||||||
displayName: Application Name
|
displayName: Application Name
|
||||||
|
@ -117,6 +117,15 @@ objects:
|
|||||||
spec:
|
spec:
|
||||||
lookupPolicy:
|
lookupPolicy:
|
||||||
local: false
|
local: false
|
||||||
|
tags:
|
||||||
|
- annotations: null
|
||||||
|
from:
|
||||||
|
kind: DockerImage
|
||||||
|
name: 'mcr.microsoft.com/mssql/server:2017-latest-ubuntu'
|
||||||
|
importPolicy: {}
|
||||||
|
name: latest
|
||||||
|
referencePolicy:
|
||||||
|
type: Source
|
||||||
parameters:
|
parameters:
|
||||||
- description: The name for the application.
|
- description: The name for the application.
|
||||||
displayName: Application Name
|
displayName: Application Name
|
||||||
|
@ -123,6 +123,16 @@ objects:
|
|||||||
spec:
|
spec:
|
||||||
lookupPolicy:
|
lookupPolicy:
|
||||||
local: false
|
local: false
|
||||||
|
tags:
|
||||||
|
- annotations:
|
||||||
|
openshift.io/imported-from: 'rabbitmq:3-management-alpine'
|
||||||
|
from:
|
||||||
|
kind: DockerImage
|
||||||
|
name: 'rabbitmq:3-management-alpine'
|
||||||
|
importPolicy: {}
|
||||||
|
name: 3-management-alpine
|
||||||
|
referencePolicy:
|
||||||
|
type: Source
|
||||||
parameters:
|
parameters:
|
||||||
- description: The name for the application.
|
- description: The name for the application.
|
||||||
displayName: Application Name
|
displayName: Application Name
|
||||||
|
Loading…
x
Reference in New Issue
Block a user