A social media server acting as part of the fediverse
ADD alpine-minirootfs-3.21.3-x86_64.tar.gz / # buildkit |
CMD ["/bin/sh"] |
COPY /app/linstrom /linstrom # buildkit |
ENTRYPOINT ["/linstrom"] |
LABEL org.opencontainers.image.authors=Melody Becker/m* |
LABEL org.opencontainers.image.source=https://git.mstar.dev/mstar/linstrom |
LABEL org.opencontainers.image.version=0.0.1 |
LABEL org.opencontainers.image.licenses=EUPL-1.2 |
LABEL org.opencontainers.image.title=Linstrom |
LABEL org.opencontainers.image.description=A social media server acting as part of the fediverse |
LABEL org.opencontainers.image.base.name=gcr.io/distroless/static-debian12:latest |
Key |
Value |
org.opencontainers.image.authors |
Melody Becker/m* |
org.opencontainers.image.base.name |
gcr.io/distroless/static-debian12:latest |
org.opencontainers.image.description |
A social media server acting as part of the fediverse |
org.opencontainers.image.licenses |
EUPL-1.2 |
org.opencontainers.image.source |
https://git.mstar.dev/mstar/linstrom |
org.opencontainers.image.title |
Linstrom |
org.opencontainers.image.version |
0.0.1 |