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 6f98109 commit 5fce128Copy full SHA for 5fce128
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.15-1
+FROM registry.access.redhat.com/ubi9/openjdk-17-runtime:1.15-1.1686736681
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