fridge-bot (sha256:629b9247ea51eba52e4278035fba19e97e914393f8baf772d6baa14cc07e4984)
Published 2026-03-04 10:26:06 +00:00 by Foxite
Installation
docker pull git.foxite.dev/foxite/fridge-bot@sha256:629b9247ea51eba52e4278035fba19e97e914393f8baf772d6baa14cc07e4984sha256:629b9247ea51eba52e4278035fba19e97e914393f8baf772d6baa14cc07e4984About this package
Starboard bot for discord with support for multiple emotes
Image 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 |
| ARG FRIDGEBOT_VERSION=fecd8d94 |
| WORKDIR /app |
| COPY /app/publish . # buildkit |
| ENV FRIDGEBOT_VERSION=fecd8d94 |
| ENTRYPOINT ["./FridgeBot"] |
Labels
| 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 |