File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
FROM --platform=$BUILDPLATFORM node:16.8.0 AS builder
2
- ARG TARGET_BRANCH=release-1.6 .0
2
+ ARG TARGET_BRANCH=release-1.7 .0
3
3
4
4
RUN apt-get install -y git
5
5
RUN git clone https://github.com/IBM/ibm-storage-odf-console.git
@@ -23,7 +23,7 @@ CMD ["/usr/libexec/s2i/run"]
23
23
24
24
LABEL maintainer="IBM Support <support@ibm.com>"
25
25
LABEL name="ibm-storage-odf-console"
26
- LABEL version="1.6 .0"
26
+ LABEL version="1.7 .0"
27
27
LABEL description="IBM Flashsystem Console Plugin"
28
28
LABEL summary="Provides the IBM flashsystem console for OpenShift Data Foundation."
29
29
LABEL io.k8s.display-name="IBM Flashsystem Console"
Original file line number Diff line number Diff line change 1
1
REGISTRY =quay.io/ibmodffs
2
- IMAGE_TAG =1.6 .0
2
+ IMAGE_TAG =1.7 .0
3
3
PLATFORM =linux/amd64,linux/ppc64le,linux/s390x
4
- TARGET_BRANCH =release-1.6 .0
4
+ TARGET_BRANCH =release-1.7 .0
5
5
CONSOLE_NAME =ibm-storage-odf-plugin
6
6
7
7
CONSOLE_IMAGE =$(REGISTRY ) /$(CONSOLE_NAME ) :$(IMAGE_TAG )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ibm-storage-odf-plugin" ,
3
- "version" : " 1.6 .0" ,
3
+ "version" : " 1.7 .0" ,
4
4
"description" : " IBM Storage Plugin Openshift ODF" ,
5
5
"author" : " IBM Support <support@ibm.com>" ,
6
6
"private" : true ,
78
78
},
79
79
"consolePlugin" : {
80
80
"name" : " ibm-storage-odf-plugin" ,
81
- "version" : " 1.6 .0" ,
81
+ "version" : " 1.7 .0" ,
82
82
"displayName" : " IBM Storage Plugin" ,
83
83
"description" : " IBM Storage Plugin for Openshift ODF" ,
84
84
"dependencies" : {
You can’t perform that action at this time.
0 commit comments