Skip to content

Commit 639eebb

Browse files
committed
Fix the native build
1 parent 01f3781 commit 639eebb

File tree

4 files changed

+13
-121
lines changed

4 files changed

+13
-121
lines changed

pom.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -403,5 +403,17 @@
403403
</plugins>
404404
</build>
405405
</profile>
406+
<profile>
407+
<id>native</id>
408+
<activation>
409+
<property>
410+
<name>native</name>
411+
</property>
412+
</activation>
413+
<properties>
414+
<quarkus.native.enabled>true</quarkus.native.enabled>
415+
<quarkus.package.jar.enabled>false</quarkus.package.jar.enabled>
416+
</properties>
417+
</profile>
406418
</profiles>
407419
</project>

src/main/docker/Dockerfile.legacy-jar

Lines changed: 0 additions & 90 deletions
This file was deleted.

src/main/docker/Dockerfile.native

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# docker run -i --rm -p 8080:8080 quarkus/open-data-smn
1515
#
1616
###
17-
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.5
17+
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.5
1818
WORKDIR /work/
1919
RUN chown 1001 /work \
2020
&& chmod "g+rwX" /work \

src/main/docker/Dockerfile.native-micro

Lines changed: 0 additions & 30 deletions
This file was deleted.

0 commit comments

Comments
 (0)