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
- FROM registry.access.redhat.com/ubi9/ubi:9.4-1214 as base
2
+ FROM registry.access.redhat.com/ubi9/ubi:9.4-1214.1729773476 as base
3
3
4
4
# ## Pre-install dependencies
5
5
# These packages will end up in the final image
@@ -9,7 +9,7 @@ RUN yum --assumeyes install \
9
9
&& yum clean all;
10
10
11
11
# ## Build backplane-cli
12
- FROM registry.access.redhat.com/ubi9/ubi:9.4-1214 as bp-cli-builder
12
+ FROM registry.access.redhat.com/ubi9/ubi:9.4-1214.1729773476 as bp-cli-builder
13
13
14
14
RUN yum install --assumeyes \
15
15
make \
@@ -33,7 +33,7 @@ RUN cp ./ocm-backplane /out
33
33
RUN chmod -R +x /out
34
34
35
35
# ## Build dependencies
36
- FROM registry.access.redhat.com/ubi9/ubi:9.4-1214 as dep-builder
36
+ FROM registry.access.redhat.com/ubi9/ubi:9.4-1214.1729773476 as dep-builder
37
37
38
38
RUN yum install --assumeyes \
39
39
jq \
You can’t perform that action at this time.
0 commit comments