|
|
|
@ -7,20 +7,11 @@ |
|
|
|
# |
|
|
|
# Then, build the image with: |
|
|
|
# |
|
|
|
# docker build -f src/main/docker/Dockerfile.jvm -t quarkus/slack-bot-jvm . |
|
|
|
# podman build -f src/main/docker/Dockerfile.jvm -t quay.io/madroadshowfrance2023/tekton-pipeline-slack-bot:latest . |
|
|
|
# |
|
|
|
# Then run the container using: |
|
|
|
# |
|
|
|
# docker run -i --rm -p 8080:8080 quarkus/slack-bot-jvm |
|
|
|
# |
|
|
|
# If you want to include the debug port into your docker image |
|
|
|
# you will have to expose the debug port (default 5005 being the default) like this : EXPOSE 8080 5005. |
|
|
|
# Additionally you will have to set -e JAVA_DEBUG=true and -e JAVA_DEBUG_PORT=*:5005 |
|
|
|
# when running the container |
|
|
|
# |
|
|
|
# Then run the container using : |
|
|
|
# |
|
|
|
# docker run -i --rm -p 8080:8080 quarkus/slack-bot-jvm |
|
|
|
# docker run -i --rm -e quarkus/slack-bot-jvm |
|
|
|
# |
|
|
|
# This image uses the `run-java.sh` script to run the application. |
|
|
|
# This scripts computes the command line to execute your Java application, and |
|
|
|
@ -77,7 +68,7 @@ |
|
|
|
# accessed directly. (example: "foo.example.com,bar.example.com") |
|
|
|
# |
|
|
|
### |
|
|
|
FROM registry.access.redhat.com/ubi8/openjdk-17:1.15 |
|
|
|
FROM registry.access.redhat.com/ubi8/openjdk-11:1.15 |
|
|
|
|
|
|
|
ENV LANGUAGE='en_US:en' |
|
|
|
|
|
|
|
|