Skip to content
Snippets Groups Projects
Commit 5358e416 authored by Sören Henning's avatar Sören Henning
Browse files

Merge branch 'rename-gradle-project' into 'theodolite-kotlin'

Rename Theodolite Gradle project

See merge request !161
parents ba4e8fba 881b6cc7
Branches
Tags
2 merge requests!161Rename Theodolite Gradle project,!159Re-implementation of Theodolite with Kotlin/Quarkus
Pipeline #3919 passed
Showing
with 9 additions and 9 deletions
File moved
File moved
File moved
...@@ -8,4 +8,4 @@ pluginManagement { ...@@ -8,4 +8,4 @@ pluginManagement {
id "${quarkusPluginId}" version "${quarkusPluginVersion}" id "${quarkusPluginId}" version "${quarkusPluginVersion}"
} }
} }
rootProject.name='theodolite-quarkus' rootProject.name='theodolite'
...@@ -7,18 +7,18 @@ ...@@ -7,18 +7,18 @@
# #
# Then, build the image with: # Then, build the image with:
# #
# docker build -f src/main/docker/Dockerfile.fast-jar -t quarkus/theodolite-quarkus-fast-jar . # docker build -f src/main/docker/Dockerfile.fast-jar -t quarkus/theodolite-fast-jar .
# #
# Then run the container using: # Then run the container using:
# #
# docker run -i --rm -p 8080:8080 quarkus/theodolite-quarkus-fast-jar # docker run -i --rm -p 8080:8080 quarkus/theodolite-fast-jar
# #
# If you want to include the debug port into your docker image # If you want to include the debug port into your docker image
# you will have to expose the debug port (default 5005) like this : EXPOSE 8080 5050 # you will have to expose the debug port (default 5005) like this : EXPOSE 8080 5050
# #
# Then run the container using : # Then run the container using :
# #
# docker run -i --rm -p 8080:8080 -p 5005:5005 -e JAVA_ENABLE_DEBUG="true" quarkus/theodolite-quarkus-fast-jar # docker run -i --rm -p 8080:8080 -p 5005:5005 -e JAVA_ENABLE_DEBUG="true" quarkus/theodolite-fast-jar
# #
### ###
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.3 FROM registry.access.redhat.com/ubi8/ubi-minimal:8.3
......
...@@ -7,18 +7,18 @@ ...@@ -7,18 +7,18 @@
# #
# Then, build the image with: # Then, build the image with:
# #
# docker build -f src/main/docker/Dockerfile.jvm -t quarkus/theodolite-quarkus-jvm . # docker build -f src/main/docker/Dockerfile.jvm -t quarkus/theodolite-jvm .
# #
# Then run the container using: # Then run the container using:
# #
# docker run -i --rm -p 8080:8080 quarkus/theodolite-quarkus-jvm # docker run -i --rm -p 8080:8080 quarkus/theodolite-jvm
# #
# If you want to include the debug port into your docker image # If you want to include the debug port into your docker image
# you will have to expose the debug port (default 5005) like this : EXPOSE 8080 5050 # you will have to expose the debug port (default 5005) like this : EXPOSE 8080 5050
# #
# Then run the container using : # Then run the container using :
# #
# docker run -i --rm -p 8080:8080 -p 5005:5005 -e JAVA_ENABLE_DEBUG="true" quarkus/theodolite-quarkus-jvm # docker run -i --rm -p 8080:8080 -p 5005:5005 -e JAVA_ENABLE_DEBUG="true" quarkus/theodolite-jvm
# #
### ###
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.3 FROM registry.access.redhat.com/ubi8/ubi-minimal:8.3
......
...@@ -7,11 +7,11 @@ ...@@ -7,11 +7,11 @@
# #
# Then, build the image with: # Then, build the image with:
# #
# docker build -f src/main/docker/Dockerfile.native -t quarkus/theodolite-quarkus . # docker build -f src/main/docker/Dockerfile.native -t quarkus/theodolite .
# #
# Then run the container using: # Then run the container using:
# #
# docker run -i --rm -p 8080:8080 quarkus/theodolite-quarkus # docker run -i --rm -p 8080:8080 quarkus/theodolite
# #
### ###
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.3 FROM registry.access.redhat.com/ubi8/ubi-minimal:8.3
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment