Skip to content

Commit

Permalink
use local reference policy for tags
Browse files Browse the repository at this point in the history
  • Loading branch information
bparees authored and omron93 committed Mar 20, 2018
1 parent 55b9bb8 commit 3db7c88
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
9 changes: 9 additions & 0 deletions imagestreams/mariadb-centos7.json
Expand Up @@ -21,6 +21,9 @@
"from": {
"kind": "ImageStreamTag",
"name": "10.2"
},
"referencePolicy": {
"type": "Local"
}
},
{
Expand All @@ -36,6 +39,9 @@
"from": {
"kind": "DockerImage",
"name": "docker.io/centos/mariadb-101-centos7:latest"
},
"referencePolicy": {
"type": "Local"
}
},
{
Expand All @@ -51,6 +57,9 @@
"from": {
"kind": "DockerImage",
"name": "docker.io/centos/mariadb-102-centos7:latest"
},
"referencePolicy": {
"type": "Local"
}
}
]
Expand Down
9 changes: 9 additions & 0 deletions imagestreams/mariadb-rhel7.json
Expand Up @@ -21,6 +21,9 @@
"from": {
"kind": "ImageStreamTag",
"name": "10.2"
},
"referencePolicy": {
"type": "Local"
}
},
{
Expand All @@ -36,6 +39,9 @@
"from": {
"kind": "DockerImage",
"name": "registry.access.redhat.com/rhscl/mariadb-101-rhel7:latest"
},
"referencePolicy": {
"type": "Local"
}
},
{
Expand All @@ -51,6 +57,9 @@
"from": {
"kind": "DockerImage",
"name": "registry.access.redhat.com/rhscl/mariadb-102-rhel7:latest"
},
"referencePolicy": {
"type": "Local"
}
}
]
Expand Down

0 comments on commit 3db7c88

Please sign in to comment.