Skip to content

Commit 0905030

Browse files
Update registry.access.redhat.com/ubi9/ubi Docker tag to v9.8-1777460305
Signed-off-by: konflux-internal-p02 <170854209+konflux-internal-p02[bot]@users.noreply.github.com>
1 parent 0ea965e commit 0905030

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Dockerfile.konflux

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# limitations under the License.
1515
#
1616

17-
ARG BASE_IMAGE=registry.access.redhat.com/ubi9/ubi:9.7
17+
ARG BASE_IMAGE=registry.access.redhat.com/ubi9/ubi:9.8-1777460305
1818
ARG BUILD_IMAGE=build
1919
ARG PKG_IMAGE=pkg
2020
ARG RELEASE_BASE_IMAGE=registry.access.redhat.com/ubi9/ubi-minimal:9.7

Dockerfile.redhat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# limitations under the License.
1515
#
1616

17-
ARG BASE_IMAGE=registry.access.redhat.com/ubi9/ubi:9.7
17+
ARG BASE_IMAGE=registry.access.redhat.com/ubi9/ubi:9.8-1777460305
1818
ARG BUILD_IMAGE=build
1919
ARG PKG_IMAGE=pkg
2020
ARG RELEASE_BASE_IMAGE=registry.access.redhat.com/ubi9/ubi-minimal:9.7

demos/c_api_minimal_app/capi_files/Dockerfile.redhat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# limitations under the License.
1515
#
1616

17-
ARG BASE_IMAGE=registry.access.redhat.com/ubi9/ubi:9.7
17+
ARG BASE_IMAGE=registry.access.redhat.com/ubi9/ubi:9.8-1777460305
1818
FROM $BASE_IMAGE as base_build
1919
SHELL ["/bin/bash", "-c"]
2020
RUN yum install -y xz git shadow-utils make gcc gcc-c++

0 commit comments

Comments
 (0)