artgallery (sha256:9750c2493e4d8ee694190822b95f9efdd2954bec05959d272736bc5c8ce3534b)

Published 2026-04-11 23:27:32 +00:00 by Foxite

Installation

docker pull git.foxite.dev/foxite/artgallery@sha256:9750c2493e4d8ee694190822b95f9efdd2954bec05959d272736bc5c8ce3534b
sha256:9750c2493e4d8ee694190822b95f9efdd2954bec05959d272736bc5c8ce3534b

Image layers

# debian.sh --arch 'amd64' out/ 'bookworm' '@1775433600'
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 libicu72 libssl3 libstdc++6 tzdata zlib1g && 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=8.0.25
COPY /dotnet /usr/share/dotnet # buildkit
RUN /bin/sh -c ln -s /usr/share/dotnet/dotnet /usr/bin/dotnet # buildkit
ENV ASPNET_VERSION=8.0.25
COPY /dotnet /usr/share/dotnet # buildkit
EXPOSE [8080/tcp]
WORKDIR /app
COPY /app/publish . # buildkit
USER 1654
CMD ["./ArtGallery.Frontend"]

Labels

Key Value
org.opencontainers.image.created 2026-04-11T23:27:23.640Z
org.opencontainers.image.description
org.opencontainers.image.licenses
org.opencontainers.image.revision 84848d84f8a860d3b2825651066661a616e0e3e4
org.opencontainers.image.source https://git.foxite.dev/Foxite/ArtGallery
org.opencontainers.image.title ArtGallery
org.opencontainers.image.url https://git.foxite.dev/Foxite/ArtGallery
org.opencontainers.image.version main
Details
Container
2026-04-11 23:27:32 +00:00
1
OCI / Docker
linux/amd64
87 MiB
Versions (1) View all
main 2026-04-11