Skip to content

Commit

Permalink
revert to ubi8
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewazores committed Sep 30, 2024
1 parent 63204fd commit e8204e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/docker/Dockerfile.jvm
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
# docker run -i --rm -p 8080:8080 -p 5005:5005 -e JAVA_DEBUG="true" quarkus/cryostat-reports-jvm
#
###
FROM registry.access.redhat.com/ubi9/openjdk-21-runtime:1.20-2.1725851019
FROM registry.access.redhat.com/ubi8/openjdk-21-runtime:1.20-2.1724181173

ENV LANG='en_US.UTF-8' LANGUAGE='en_US:en'

Expand Down
2 changes: 1 addition & 1 deletion src/main/docker/Dockerfile.legacy-jar
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
# docker run -i --rm -p 8080:8080 -p 5005:5005 -e JAVA_DEBUG="true" quarkus/cryostat-reports-legacy-jar
#
###
FROM registry.access.redhat.com/ubi9/openjdk-21:1.20-2.1725851019
FROM registry.access.redhat.com/ubi8/openjdk-21:1.20-3.1724181172

ENV LANG='en_US.UTF-8' LANGUAGE='en_US:en'

Expand Down

0 comments on commit e8204e2

Please sign in to comment.