From d8cbf4566e6302013a31c91631b02c74b2ee7604 Mon Sep 17 00:00:00 2001 From: Luke Powlett Date: Thu, 21 Mar 2019 09:56:14 +0000 Subject: [PATCH] 9.1.2 manifest update --- manifests/dockerhub/manifest-9.1.2.yaml | 29 +++++++++++++++++++++++ manifests/dockerhub/manifest-latest.yaml | 6 ++--- manifests/dockerstore/manifest-9.1.2.yaml | 29 +++++++++++++++++++++++ 3 files changed, 61 insertions(+), 3 deletions(-) create mode 100644 manifests/dockerhub/manifest-9.1.2.yaml create mode 100644 manifests/dockerstore/manifest-9.1.2.yaml diff --git a/manifests/dockerhub/manifest-9.1.2.yaml b/manifests/dockerhub/manifest-9.1.2.yaml new file mode 100644 index 0000000..dace8e7 --- /dev/null +++ b/manifests/dockerhub/manifest-9.1.2.yaml @@ -0,0 +1,29 @@ +# © Copyright IBM Corporation 2018 +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +image: ibmcom/mq:9.1.2.0 +manifests: + - image: ibmcom/mq:9.1.2.0-x86_64 + platform: + architecture: amd64 + os: linux + - image: ibmcom/mq:9.1.2.0-ppc64le + platform: + architecture: ppc64le + os: linux + - image: ibmcom/mq:9.1.2.0-s390x + platform: + architecture: s390x + os: linux + diff --git a/manifests/dockerhub/manifest-latest.yaml b/manifests/dockerhub/manifest-latest.yaml index 453184d..2525971 100644 --- a/manifests/dockerhub/manifest-latest.yaml +++ b/manifests/dockerhub/manifest-latest.yaml @@ -14,15 +14,15 @@ image: ibmcom/mq:latest manifests: - - image: ibmcom/mq:9.1.1.0-x86_64 + - image: ibmcom/mq:9.1.2.0-x86_64 platform: architecture: amd64 os: linux - - image: ibmcom/mq:9.1.1.0-ppc64le + - image: ibmcom/mq:9.1.2.0-ppc64le platform: architecture: ppc64le os: linux - - image: ibmcom/mq:9.1.1.0-s390x + - image: ibmcom/mq:9.1.2.0-s390x platform: architecture: s390x os: linux diff --git a/manifests/dockerstore/manifest-9.1.2.yaml b/manifests/dockerstore/manifest-9.1.2.yaml new file mode 100644 index 0000000..bfdf3e1 --- /dev/null +++ b/manifests/dockerstore/manifest-9.1.2.yaml @@ -0,0 +1,29 @@ +# © Copyright IBM Corporation 2018 +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +image: ibmcorp/mqadvanced-server-dev:9.1.2.0 +manifests: + - image: ibmcorp/mqadvanced-server-dev:9.1.2.0-x86_64 + platform: + architecture: amd64 + os: linux + - image: ibmcorp/mqadvanced-server-dev:9.1.2.0-ppc64le + platform: + architecture: ppc64le + os: linux + - image: ibmcorp/mqadvanced-server-dev:9.1.2.0-s390x + platform: + architecture: s390x + os: linux +