sp2023c-example (latest)
Published 2024-09-10 12:05:25 +00:00 by pcvolkmer
Installation
docker pull git.pcvolkmer.de/pcvolkmer/sp2023c-example:latest
sha256:19850485738dc44dde71820f0532bcc6ada32308b105520133fe158485ab8fe4
About this package
Concept-Demonstration - Beispiel Studienprotokoll 2023 - Teil C
Image Layers
LABEL org.opencontainers.image.source=https://github.com/pcvolkmer/sp2023c-example |
LABEL org.opencontainers.image.licenses=AGPL-3.0-or-later |
LABEL org.opencontainers.image.description=Concept-Demonstration - Beispiel Studienprotokoll 2023 - Teil C |
COPY /build/target/release/sp2023c-example . # buildkit |
USER 65532 |
EXPOSE map[3000/tcp:{}] |
CMD ["./sp2023c-example"] |
Labels
Key | Value |
---|---|
org.opencontainers.image.description | Concept-Demonstration - Beispiel Studienprotokoll 2023 - Teil C |
org.opencontainers.image.licenses | AGPL-3.0-or-later |
org.opencontainers.image.source | https://github.com/pcvolkmer/sp2023c-example |