Haren (Ems)
discord-bot-api (2026.9.8)
Published 2026-09-08 15:43:57 +02:00 by ci
Installation
docker pull git.sh-edraft.de/sh-edraft.de/discord-bot-api:2026.9.8sha256:18353b730a155490acbd134ca0b820ab66ffb86550ea4949e79b3deac00acf18
Image Layers
| ARG RELEASE |
| ARG LAUNCHPAD_BUILD_ARCH |
| LABEL org.opencontainers.image.version=24.04 |
| ADD file:de4937ce3dfc7c89f05f1503c52434f0a631ac84995f0df65eed0754e5c97d48 in / |
| CMD ["/bin/bash"] |
| ENV APP_UID=1654 ASPNETCORE_HTTP_PORTS=8080 DOTNET_RUNNING_IN_CONTAINER=true |
| RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates libc6 libgcc-s1 libicu74 libssl3t64 libstdc++6 tzdata tzdata-legacy && rm -rf /var/lib/apt/lists/* # buildkit |
| RUN /bin/sh -c groupadd --gid=$APP_UID app && useradd --no-log-init --uid=$APP_UID --gid=$APP_UID --create-home app # buildkit |
| ENV DOTNET_VERSION=10.0.11 |
| COPY /dotnet /usr/share/dotnet # buildkit |
| RUN /bin/sh -c ln -s /usr/share/dotnet/dotnet /usr/bin/dotnet # buildkit |
| ENV ASPNET_VERSION=10.0.11 |
| COPY /dotnet /usr/share/dotnet # buildkit |
| LABEL maintainer=sh-edraft |
| LABEL description=Discord bot api - .NET 10.0 ASP.NET Core |
| RUN /bin/sh -c apt-get update && apt-get install -y bash nano curl && rm -rf /var/lib/apt/lists/* # buildkit |
| WORKDIR /app |
| EXPOSE [80/tcp] |
| COPY /app/publish . # buildkit |
| RUN /bin/sh -c useradd -m -u 1001 appuser && chown -R appuser:appuser /app # buildkit |
| USER appuser |
| ENTRYPOINT ["dotnet" "sh.discord_bot.api.dll"] |
Labels
| Key | Value |
|---|---|
| description | Discord bot api - .NET 10.0 ASP.NET Core |
| maintainer | sh-edraft |
| org.opencontainers.image.version | 24.04 |
Details
2026-09-08 15:43:57 +02:00
Versions (200)
View all
Container
1
OCI / Docker
linux/amd64
408 MiB
2026.9.8
2026-09-08
2026.9.7.4-dev
2026-09-07
2026.9.7.3-dev
2026-09-07
2026.9.7.2
2026-09-07
2026.9.7.1
2026-09-07