Rename to fluidcms

This commit is contained in:
2024-06-16 20:06:26 +02:00
parent 8095fa3601
commit 030c91e8a1
6 changed files with 13 additions and 13 deletions

View File

@ -7,11 +7,11 @@
#
# Then, build the image with:
#
# docker build -f src/main/docker/Dockerfile.jvm -t quarkus/contentking-jvm .
# docker build -f src/main/docker/Dockerfile.jvm -t quarkus/fluidcms-jvm .
#
# Then run the container using:
#
# docker run -i --rm -p 8080:8080 quarkus/contentking-jvm
# docker run -i --rm -p 8080:8080 quarkus/fluidcms-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.
@ -20,7 +20,7 @@
#
# Then run the container using :
#
# docker run -i --rm -p 8080:8080 quarkus/contentking-jvm
# docker run -i --rm -p 8080:8080 quarkus/fluidcms-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

View File

@ -7,11 +7,11 @@
#
# Then, build the image with:
#
# docker build -f src/main/docker/Dockerfile.legacy-jar -t quarkus/contentking-legacy-jar .
# docker build -f src/main/docker/Dockerfile.legacy-jar -t quarkus/fluidcms-legacy-jar .
#
# Then run the container using:
#
# docker run -i --rm -p 8080:8080 quarkus/contentking-legacy-jar
# docker run -i --rm -p 8080:8080 quarkus/fluidcms-legacy-jar
#
# 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.
@ -20,7 +20,7 @@
#
# Then run the container using :
#
# docker run -i --rm -p 8080:8080 quarkus/contentking-legacy-jar
# docker run -i --rm -p 8080:8080 quarkus/fluidcms-legacy-jar
#
# This image uses the `run-java.sh` script to run the application.
# This scripts computes the command line to execute your Java application, and

View File

@ -7,11 +7,11 @@
#
# Then, build the image with:
#
# docker build -f src/main/docker/Dockerfile.native -t quarkus/contentking .
# docker build -f src/main/docker/Dockerfile.native -t quarkus/fluidcms .
#
# Then run the container using:
#
# docker run -i --rm -p 8080:8080 quarkus/contentking
# docker run -i --rm -p 8080:8080 quarkus/fluidcms
#
###
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.9

View File

@ -10,11 +10,11 @@
#
# Then, build the image with:
#
# docker build -f src/main/docker/Dockerfile.native-micro -t quarkus/contentking .
# docker build -f src/main/docker/Dockerfile.native-micro -t quarkus/fluidcms .
#
# Then run the container using:
#
# docker run -i --rm -p 8080:8080 quarkus/contentking
# docker run -i --rm -p 8080:8080 quarkus/fluidcms
#
###
FROM quay.io/quarkus/quarkus-micro-image:2.0