Skip to content
Snippets Groups Projects
Commit 0dd3b210 authored by OZGCloud's avatar OZGCloud
Browse files

rename artifact

parent 3d0713f8
Branches
No related tags found
No related merge requests found
#!/bin/bash
mvn -Pnative spring-boot:build-image
......@@ -9,9 +9,9 @@
<relativePath/> <!-- lookup parent from repository -->
</parent>
<groupId>de.ozgcloud</groupId>
<artifactId>operator</artifactId>
<artifactId>ozg-operator</artifactId>
<version>0.0.1-SNAPSHOT</version>
<name>ozg-operator</name>
<name>OZG Cloud Operator</name>
<description>OZG Cloud Operator</description>
<properties>
<java.version>17</java.version>
......@@ -35,6 +35,10 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.graalvm.buildtools</groupId>
<artifactId>native-maven-plugin</artifactId>
</plugin>
</plugins>
</build>
......
#!/bin/bash
docker run --rm -p 8080:8080 docker.io/library/operator:0.0.1-SNAPSHOT
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment