We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9a5ce1 commit bbb76cfCopy full SHA for bbb76cf
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM bitnami/wildfly:26.0.1
+FROM quay.io/wildfly/wildfly:27.0.0.Final-jdk17
2
VOLUME /tmp
3
ARG EAR_FILE
4
-ADD carrental-ear/target/${EAR_FILE} opt/bitnami/wildfly/standalone/deployments/app.ear
+ADD carrental-ear/target/${EAR_FILE} /opt/jboss/wildfly/standalone/deployments/
0 commit comments