botsome (sha256:7435d0ad18ce1966c92194f3d507750c92ed5f1ea6155e7f77c80f3f57f3266c)
Published 2026-03-04 10:24:32 +00:00 by Foxite
Installation
docker pull git.foxite.dev/foxite/botsome@sha256:7435d0ad18ce1966c92194f3d507750c92ed5f1ea6155e7f77c80f3f57f3266csha256:7435d0ad18ce1966c92194f3d507750c92ed5f1ea6155e7f77c80f3f57f3266cImage 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 |
| CMD ["./Botsome"] |
Labels
| Key | Value |
|---|---|
| org.opencontainers.image.created | 2026-03-04T10:24:22.603Z |
| org.opencontainers.image.description | |
| org.opencontainers.image.licenses | |
| org.opencontainers.image.revision | 412c046c153cd64f54fe1ca6a95b8d889f048d7f |
| org.opencontainers.image.source | https://git.foxite.dev/Foxite/Botsome |
| org.opencontainers.image.title | Botsome |
| org.opencontainers.image.url | https://git.foxite.dev/Foxite/Botsome |
| org.opencontainers.image.version | master |