highlight-bot (sha256:8252ed287062f61f91427c531c42f823afc2b050801bf11f82c017c0bbdf97e4)
Published 2026-03-04 10:28:55 +00:00 by Foxite
Installation
docker pull git.foxite.dev/foxite/highlight-bot@sha256:8252ed287062f61f91427c531c42f823afc2b050801bf11f82c017c0bbdf97e4sha256:8252ed287062f61f91427c531c42f823afc2b050801bf11f82c017c0bbdf97e4About this package
Discord bot that sends you a ping when someone says one of your highlighted words
Image layers
| ADD alpine-minirootfs-3.20.5-x86_64.tar.gz / # buildkit |
| CMD ["/bin/sh"] |
| ENV ASPNETCORE_URLS=http://+:80 DOTNET_RUNNING_IN_CONTAINER=true DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=true |
| RUN /bin/sh -c apk add --upgrade --no-cache ca-certificates krb5-libs libgcc libintl libssl3 libstdc++ zlib # buildkit |
| ENV DOTNET_VERSION=6.0.36 |
| RUN /bin/sh -c wget -O dotnet.tar.gz https://dotnetcli.azureedge.net/dotnet/Runtime/$DOTNET_VERSION/dotnet-runtime-$DOTNET_VERSION-linux-musl-x64.tar.gz && dotnet_sha512='56c2161c52901706fd769d2c9168cff5959576bd1a72d89f7c27858f467f59970624ea9a0559368462bc178e7c9ef7d86d0fda08c7dbdb72dd3e9084280823eb' && echo "$dotnet_sha512 dotnet.tar.gz" | sha512sum -c - && mkdir -p /usr/share/dotnet && tar -oxzf dotnet.tar.gz -C /usr/share/dotnet && rm dotnet.tar.gz && ln -s /usr/share/dotnet/dotnet /usr/bin/dotnet # buildkit |
| ARG HIGHLIGHTBOT_VERSION=edea7656 |
| WORKDIR /app |
| COPY /app/publish . # buildkit |
| ENV HIGHLIGHTBOT_VERSION=edea7656 |
| ENTRYPOINT ["./HighlightBot"] |
Labels
| Key | Value |
|---|---|
| org.opencontainers.image.created | 2026-03-04T10:28:34.587Z |
| org.opencontainers.image.description | Discord bot that sends you a ping when someone says one of your highlighted words |
| org.opencontainers.image.licenses | |
| org.opencontainers.image.revision | edea7656290116d8abb06e368635d62606e30a02 |
| org.opencontainers.image.source | https://git.foxite.dev/Foxite/HighlightBot |
| org.opencontainers.image.title | HighlightBot |
| org.opencontainers.image.url | https://git.foxite.dev/Foxite/HighlightBot |
| org.opencontainers.image.version | master |