All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.jreleaser.templates.flat-binary.docker.Dockerfile.tpl Maven / Gradle / Ivy

The newest version!
# {{jreleaserCreationStamp}}
FROM {{dockerBaseImage}}

{{#dockerLabels}}
LABEL {{.}}
{{/dockerLabels}}

{{#dockerPreCommands}}
{{.}}
{{/dockerPreCommands}}

COPY assembly/ /
RUN chmod +x /{{distributionExecutableName}}

{{#dockerPostCommands}}
{{.}}
{{/dockerPostCommands}}

ENV PATH="${PATH}:/"

ENTRYPOINT ["/{{distributionExecutableName}}"]




© 2015 - 2024 Weber Informatics LLC | Privacy Policy