mailpanda.api (develop-dev)
Published 2026-02-01 14:04:23 +00:00 by Rex
Installation
docker pull code.thousandbytes.xyz/thousandbytes/mailpanda.api:develop-devsha256:bdcf9f696ff1593d4cff6e40dc979726890e569400e489e34b2efc858aad3031
Image Layers
| ARG RELEASE |
| ARG LAUNCHPAD_BUILD_ARCH |
| LABEL org.opencontainers.image.ref.name=ubuntu |
| LABEL org.opencontainers.image.version=24.04 |
| ADD file:3077ee44db3cc7d38740d60a05c81418dd3825a007db473658464f52689e867b 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.2 |
| 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.2 |
| COPY /dotnet /usr/share/dotnet # buildkit |
| WORKDIR /App |
| COPY /App/out . # buildkit |
| RUN /bin/sh -c apt update # buildkit |
| ENTRYPOINT ["dotnet" "MailPanda.API.dll"] |
Labels
| Key | Value |
|---|---|
| org.opencontainers.image.ref.name | ubuntu |
| org.opencontainers.image.version | 24.04 |
Details
2026-02-01 14:04:23 +00:00
Versions (1)
View all
Container
3
OCI / Docker
linux/amd64
164 MiB
develop-dev
2026-02-01