Skip to content

Commit

Permalink
Adding image source label (streamshub#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
daveconde authored Aug 31, 2023
1 parent d6b5e73 commit 9b2ab02
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/docker/Dockerfile.jvm
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
FROM registry.access.redhat.com/ubi9/openjdk-17:1.16

ENV LANGUAGE='en_US:en'
LABEL org.opencontainers.image.source="https://github.com/eyefloaters/console-api"


# We make four distinct layers so if there are application changes the library layers can be re-used
Expand All @@ -70,4 +71,4 @@ ENV AB_JOLOKIA_OFF=""
ENV JAVA_OPTS="-Dquarkus.http.host=0.0.0.0 -Djava.util.logging.manager=org.jboss.logmanager.LogManager"
ENV JAVA_APP_JAR="/deployments/quarkus-run.jar"

ENTRYPOINT [ "/opt/jboss/container/java/run/run-java.sh" ]
ENTRYPOINT [ "/opt/jboss/container/java/run/run-java.sh" ]

0 comments on commit 9b2ab02

Please sign in to comment.