File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1414#
1515FROM ghcr.io/airlift/jvmkill:latest AS jvmkill
1616
17- FROM registry.access. redhat.com/ubi9/ubi -minimal:latest AS jdk-download
17+ FROM redhat/ubi10 -minimal:latest AS jdk-download
1818ARG JDK_DOWNLOAD_LINK
1919ARG JDK_VERSION
2020ENV JAVA_HOME="/usr/lib/jvm/${JDK_VERSION}"
2727 mkdir -p "${JAVA_HOME}" && \
2828 curl -#LfS "${JDK_DOWNLOAD_LINK}" | tar -zx --strip 1 -C "${JAVA_HOME}"
2929
30- FROM registry.access. redhat.com/ubi9/ubi:latest AS packages
30+ FROM redhat/ubi10 AS packages
3131
3232RUN \
3333 set -xeuo pipefail && \
4444 tar `# required to support kubectl cp` && \
4545 rm -rf /tmp/overlay/var/cache/*
4646
47- # Use ubi9 minimal as it's more secure
48- FROM registry.access. redhat.com/ubi9/ubi -micro:latest
47+ # Use ubi10 micro as it's more secure
48+ FROM redhat/ubi10 -micro:latest
4949ARG JDK_VERSION
5050ARG ARCH
5151ENV JAVA_HOME="/usr/lib/jvm/${JDK_VERSION}"
You can’t perform that action at this time.
0 commit comments