Added Docker image tags

This commit is contained in:
Tim McCarthy 2020-02-18 15:08:44 -08:00
parent f68f9091b9
commit dae146a4b2
3 changed files with 29 additions and 0 deletions

View File

@ -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

View File

@ -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

View File

@ -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