let users pin messages without granting them manage messages
| # 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 |
| CMD ["/app/PinBot"] |
| Key |
Value |
| org.opencontainers.image.created |
2026-03-04T10:29:23.486Z |
| org.opencontainers.image.description |
let users pin messages without granting them manage messages |
| org.opencontainers.image.licenses |
|
| org.opencontainers.image.revision |
bd1b2f67603903ff5c8a078eb28dd06909e0e6a4 |
| org.opencontainers.image.source |
https://git.foxite.dev/Foxite/PinBot |
| org.opencontainers.image.title |
PinBot |
| org.opencontainers.image.url |
https://git.foxite.dev/Foxite/PinBot |
| org.opencontainers.image.version |
master |