Skip to content

Commit

Permalink
Bump base image (ubi-minimal) version 8.7 -> 8.8
Browse files Browse the repository at this point in the history
Signed-off-by: bharathappali <[email protected]>
  • Loading branch information
bharathappali committed Oct 12, 2023
1 parent d56a15f commit 9792276
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.autotune
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
##########################################################
# Build Docker Image
##########################################################
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.7 as mvnbuild-jdk17
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.8 as mvnbuild-jdk17
ARG USER=autotune
ARG AUTOTUNE_HOME=/home/$USER

Expand Down Expand Up @@ -47,7 +47,7 @@ RUN jlink --strip-debug --compress 2 --no-header-files --no-man-pages --module-p
# Runtime Docker Image
##########################################################
# Use ubi-minimal as the base image
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.7
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.8

ARG AUTOTUNE_VERSION
ARG USER=autotune
Expand Down

0 comments on commit 9792276

Please sign in to comment.