Skip to content

Commit 7d081bb

Browse files
authored
ci: bump container build to ubi10 (#378)
* ci: bump container build to ubi10 * add sha256 of manifest list
1 parent 093278f commit 7d081bb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build/Containerfile.builder

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
#
1616
# SPDX-License-Identifier: Apache-2.0
1717

18-
FROM registry.access.redhat.com/ubi9/nodejs-22
18+
# tag 10.1-1764649731
19+
FROM registry.access.redhat.com/ubi10/nodejs-22@sha256:38c62c09f82794dcf4588cbc0f9a92b614ec865da5eaed67f81e7d2faf3f0913
1920

2021
USER root
2122
RUN dnf install -y jq

0 commit comments

Comments
 (0)