![JAR search and dependency download from the Maven repository](/logo.png)
archetype-resources.Dockerfile Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of template-test-service
Show all versions of template-test-service
Maven archetype for the generation of a GITB-compliant test service application.
#set($dollar = '$')
FROM eclipse-temurin:21-jre-jammy
VOLUME /tmp
ARG JAR_FILE
COPY ${dollar}{JAR_FILE} app.jar
ENTRYPOINT ["java","-Djava.security.egd=file:/dev/./urandom","-jar","/app.jar"]
© 2015 - 2025 Weber Informatics LLC | Privacy Policy