File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
# This is for CI test and should build on x86_64 environment
2
2
3
- FROM registry.access.redhat.com/ubi9/ubi :9.4-947 as base
3
+ FROM registry.access.redhat.com/ubi9:9.4-1214.1729773476 as base
4
4
5
5
# ## Pre-install dependencies
6
6
# These packages will end up in the final image
@@ -10,7 +10,7 @@ RUN yum --assumeyes install \
10
10
&& yum clean all;
11
11
12
12
# ## Build backplane-cli
13
- FROM registry.access.redhat.com/ubi9/ubi:9.4-947 as bp-cli-builder
13
+ FROM registry.access.redhat.com/ubi9/ubi:9.4-1214.1729773476 as bp-cli-builder
14
14
15
15
RUN yum install --assumeyes \
16
16
make \
@@ -38,7 +38,7 @@ RUN cp ./ocm-backplane /out
38
38
RUN chmod -R +x /out
39
39
40
40
# ## Build dependencies
41
- FROM registry.access.redhat.com/ubi9/ubi:9.4-947 as dep-builder
41
+ FROM registry.access.redhat.com/ubi9/ubi:9.4-1214.1729773476 as dep-builder
42
42
43
43
RUN yum install --assumeyes \
44
44
jq \
You can’t perform that action at this time.
0 commit comments