dotnetbot (latest)

Published 2025-11-17 23:00:32 -08:00 by swee in swee/DotNETBot

Installation

docker pull git.swee.codes/swee/dotnetbot:latest
sha256:4845a0bdc7e88b80e2219bcbce78f7f9bf3665a8794bd1b1232e807437eb8d0e

Image layers

ADD alpine-minirootfs-20250108-x86_64.tar.gz / # buildkit
CMD ["/bin/sh"]
WORKDIR /app
RUN /bin/sh -c apk add --no-cache dotnet9-runtime # buildkit
COPY /app /app # buildkit
CMD ["/app/DotNETbot"]
Details
Container
2025-11-17 23:00:32 -08:00
58
OCI / Docker
linux/amd64
51 MiB
Versions (1) View all
latest 2025-11-17