Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Licensed under the Apache Software License version 2.0, available at http://www.apache.org/licenses/LICENSE-2.0
#

FROM registry.access.redhat.com/ubi9/openjdk-21:1.24-2.1773186566@sha256:78b159c0db6eb947775ad682a04dbe5cea07c16d8f5635ddd94b6cf468ab8577 AS builder
FROM registry.access.redhat.com/ubi9/openjdk-21:1.24-2.1774011803@sha256:15c5052ae2d9f48b8876c895200e0468c3b1cc40b9727fdd41bd1d5a6152d891 AS builder

ARG TARGETOS
ARG TARGETARCH
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.operator
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Licensed under the Apache Software License version 2.0, available at http://www.apache.org/licenses/LICENSE-2.0
#

FROM registry.access.redhat.com/ubi9/openjdk-21:1.24-2.1773186566@sha256:78b159c0db6eb947775ad682a04dbe5cea07c16d8f5635ddd94b6cf468ab8577 AS builder
FROM registry.access.redhat.com/ubi9/openjdk-21:1.24-2.1774011803@sha256:15c5052ae2d9f48b8876c895200e0468c3b1cc40b9727fdd41bd1d5a6152d891 AS builder

ARG TARGETOS=linux
ARG TARGETARCH
Expand Down
2 changes: 1 addition & 1 deletion kroxylicious-openmessaging-benchmarks/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
ARG OMB_COMMIT=85599891321cafa2fb7065a63f009b4bb5374288

# ---------- Stage 1: build ----------
FROM registry.access.redhat.com/ubi9/openjdk-21:1.24-2.1773186566@sha256:78b159c0db6eb947775ad682a04dbe5cea07c16d8f5635ddd94b6cf468ab8577 AS builder
FROM registry.access.redhat.com/ubi9/openjdk-21:1.24-2.1774011803@sha256:15c5052ae2d9f48b8876c895200e0468c3b1cc40b9727fdd41bd1d5a6152d891 AS builder
USER root

ARG OMB_COMMIT
Expand Down