We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acb19d6 commit 40eaf6eCopy full SHA for 40eaf6e
Dockerfile
@@ -25,7 +25,7 @@ RUN mkdir targets && \
25
echo "package info:("$(ls cli-*/target/cli-*.jar)")" >> VERSION.txt
26
27
#DEV FROM $IMAGE_BASE
28
-FROM registry.access.redhat.com/ubi9/openjdk-17-runtime:1.14-2.1681917142
+FROM registry.access.redhat.com/ubi9/openjdk-17-runtime:1.15-1
29
30
LABEL name="Red Hat Messagign QE - Java CLI Image" \
31
run="podman run --rm -ti <image_name:tag> /bin/bash cli-*"
0 commit comments