Skip to content

Commit d4d16a9

Browse files
chore: Update base images for ubi8/ubi9 assemblies
Signed-off-by: Roman Nikitenko <rnikiten@redhat.com>
1 parent b1adceb commit d4d16a9

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

build/dockerfiles/assembly.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2021-2024 Red Hat, Inc.
1+
# Copyright (c) 2021-2026 Red Hat, Inc.
22
# This program and the accompanying materials are made
33
# available under the terms of the Eclipse Public License 2.0
44
# which is available at https://www.eclipse.org/legal/epl-2.0/

build/dockerfiles/linux-libc-ubi8.Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2021-2024 Red Hat, Inc.
1+
# Copyright (c) 2021-2026 Red Hat, Inc.
22
# This program and the accompanying materials are made
33
# available under the terms of the Eclipse Public License 2.0
44
# which is available at https://www.eclipse.org/legal/epl-2.0/
@@ -7,7 +7,7 @@
77
#
88

99
# https://registry.access.redhat.com/ubi8/nodejs-20
10-
FROM registry.access.redhat.com/ubi8/nodejs-22:1-1760420951 as linux-libc-ubi8-builder
10+
FROM registry.access.redhat.com/ubi8/nodejs-22:1-1770051037 as linux-libc-ubi8-builder
1111

1212
USER root
1313

build/dockerfiles/linux-libc-ubi9.Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2024 Red Hat, Inc.
1+
# Copyright (c) 2024-2026 Red Hat, Inc.
22
# This program and the accompanying materials are made
33
# available under the terms of the Eclipse Public License 2.0
44
# which is available at https://www.eclipse.org/legal/epl-2.0/
@@ -7,7 +7,7 @@
77
#
88

99
# https://registry.access.redhat.com/ubi9/nodejs-20
10-
FROM registry.access.redhat.com/ubi9/nodejs-22:9.6-1760386551 as linux-libc-ubi9-builder
10+
FROM registry.access.redhat.com/ubi9/nodejs-22:9.7-1770021428 as linux-libc-ubi9-builder
1111

1212
USER root
1313

0 commit comments

Comments
 (0)