Browse Source

Added Docker image tags

pull/1259/head
Tim McCarthy 5 years ago
parent
commit
dae146a4b2
3 changed files with 29 additions and 0 deletions
  1. +10
    -0
      deploy/aro/openshift-templates/infrastructure/mongo-db-deploy-template.yml
  2. +9
    -0
      deploy/aro/openshift-templates/infrastructure/mssql-server-deploy-template.yml
  3. +10
    -0
      deploy/aro/openshift-templates/infrastructure/rabbitmq-deploy-template.yml

+ 10
- 0
deploy/aro/openshift-templates/infrastructure/mongo-db-deploy-template.yml 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


+ 9
- 0
deploy/aro/openshift-templates/infrastructure/mssql-server-deploy-template.yml 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


+ 10
- 0
deploy/aro/openshift-templates/infrastructure/rabbitmq-deploy-template.yml 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


Loading…
Cancel
Save