emote-pirate (sha256:8c7058da6be15541fc952a68c330da205419556995253066c7ee46239c8acb89)
Published 2026-04-10 19:21:17 +00:00 by Foxite
Installation
docker pull git.foxite.dev/foxite/emote-pirate@sha256:8c7058da6be15541fc952a68c330da205419556995253066c7ee46239c8acb89sha256:8c7058da6be15541fc952a68c330da205419556995253066c7ee46239c8acb89Image layers
| # debian.sh --arch 'amd64' out/ 'bullseye' '@1736726400' |
| ENV ASPNETCORE_URLS=http://+:80 DOTNET_RUNNING_IN_CONTAINER=true |
| RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates libc6 libgcc1 libgssapi-krb5-2 libicu67 libssl1.1 libstdc++6 zlib1g && rm -rf /var/lib/apt/lists/* # buildkit |
| ENV DOTNET_VERSION=6.0.36 |
| COPY /dotnet /usr/share/dotnet # buildkit |
| RUN /bin/sh -c ln -s /usr/share/dotnet/dotnet /usr/bin/dotnet # buildkit |
| WORKDIR /app |
| WORKDIR /app |
| COPY /app/publish . # buildkit |
| ENTRYPOINT ["./EmotePirate"] |
Labels
| Key | Value |
|---|---|
| org.opencontainers.image.created | 2026-04-10T19:21:11.694Z |
| org.opencontainers.image.description | |
| org.opencontainers.image.licenses | |
| org.opencontainers.image.revision | 8c7555833b6b0c3511f8991174bd0c8d62aa8463 |
| org.opencontainers.image.source | https://git.foxite.dev/Foxite/EmotePirate |
| org.opencontainers.image.title | EmotePirate |
| org.opencontainers.image.url | https://git.foxite.dev/Foxite/EmotePirate |
| org.opencontainers.image.version | master |