File tree 4 files changed +6
-6
lines changed
4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ COPY controllers/tests/requirements.txt ./requirements-tests.txt
39
39
RUN pip3 install -r ./requirements-tests.txt
40
40
41
41
42
- FROM registry.access.redhat.com/ubi8/python-39:1-209.1739760684
42
+ FROM registry.access.redhat.com/ubi8/python-39:1-210.1742347048
43
43
44
44
COPY --from=builder /opt/app-root /opt/app-root
45
45
COPY ./common /driver/common
Original file line number Diff line number Diff line change 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
15
- FROM registry.access.redhat.com/ubi8/python-39:1-209.1739760684 AS builder
15
+ FROM registry.access.redhat.com/ubi8/python-39:1-210.1742347048 AS builder
16
16
17
17
USER root
18
18
RUN if [[ "$(uname -m)" != "x86"* ]]; then yum install -y rust-toolset; fi
@@ -32,7 +32,7 @@ RUN chmod +x csi_pb2.sh
32
32
RUN ./csi_pb2.sh
33
33
RUN pip3 install .
34
34
35
- FROM registry.access.redhat.com/ubi8/python-39:1-209.1739760684
35
+ FROM registry.access.redhat.com/ubi8/python-39:1-210.1742347048
36
36
MAINTAINER IBM Storage
37
37
38
38
ARG VERSION=1.12.3
Original file line number Diff line number Diff line change 1
- FROM registry.access.redhat.com/ubi8/python-39:1-209.1739760684 AS builder
1
+ FROM registry.access.redhat.com/ubi8/python-39:1-210.1742347048 AS builder
2
2
3
3
USER root
4
4
RUN yum update -y
@@ -18,7 +18,7 @@ RUN chmod +x csi_pb2.sh
18
18
RUN ./csi_pb2.sh
19
19
RUN pip3 install .
20
20
21
- FROM registry.access.redhat.com/ubi8/python-39:1-209.1739760684
21
+ FROM registry.access.redhat.com/ubi8/python-39:1-210.1742347048
22
22
23
23
ARG VERSION=1.12.3
24
24
ARG BUILD_NUMBER=0
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ COPY . .
27
27
RUN make ibm-block-csi-driver
28
28
29
29
# Final stage
30
- FROM registry.access.redhat.com/ubi9-minimal:9.5-1739420147
30
+ FROM registry.access.redhat.com/ubi9-minimal:9.5-1742914212
31
31
MAINTAINER IBM Storage
32
32
33
33
ARG VERSION=1.12.3
You can’t perform that action at this time.
0 commit comments