ote.com.io7m.quixote.oci.1.3.0.source-code.Containerfile Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of com.io7m.quixote.oci Show documentation
Show all versions of com.io7m.quixote.oci Show documentation
Embedded test suite web server (OCI image)
The newest version!
FROM docker.io/library/eclipse-temurin:${com.io7m.oci.versionTemurin}
ENV PATH="/quixote/bin:/sbin:/bin:/usr/sbin:/usr/bin:/opt/java/openjdk/bin"
ENV QUIXOTE_HOME="/quixote"
COPY quixote /quixote
LABEL "org.opencontainers.image.authors"="Mark Raynsford"
LABEL "org.opencontainers.image.description"="Embedded test suite web server"
LABEL "org.opencontainers.image.licenses"="ISC"
LABEL "org.opencontainers.image.source"="https://www.github.com/io7m-com/quixote"
LABEL "org.opencontainers.image.title"="Quixote"
LABEL "org.opencontainers.image.url"="https://www.io7m.com/software/quixote"
LABEL "org.opencontainers.image.version"="${project.version}"
LABEL "org.opencontainers.image.revision"="${buildNumber}"
ENTRYPOINT ["/quixote/bin/quixote"]
© 2015 - 2024 Weber Informatics LLC | Privacy Policy