Starboard bot for discord with support for multiple emotes
| # 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 |
| ARG FRIDGEBOT_VERSION=fecd8d94 |
| WORKDIR /app |
| COPY /app/publish . # buildkit |
| ENV FRIDGEBOT_VERSION=fecd8d94 |
| ENTRYPOINT ["./FridgeBot"] |
| Key |
Value |
| org.opencontainers.image.created |
2026-03-04T10:25:44.628Z |
| org.opencontainers.image.description |
Starboard bot for discord with support for multiple emotes |
| org.opencontainers.image.licenses |
|
| org.opencontainers.image.revision |
fecd8d946cc8c917f5343b809d321f6b0262e96a |
| org.opencontainers.image.source |
https://git.foxite.dev/Foxite/FridgeBot |
| org.opencontainers.image.title |
FridgeBot |
| org.opencontainers.image.url |
https://git.foxite.dev/Foxite/FridgeBot |
| org.opencontainers.image.version |
master |