artgallery-generator (sha256:fbe9851a19e282f1df40d14efd169c9d69af5f7ed629a248eaf70de1efcf5814)

Published 2026-03-04 09:58:31 +00:00 by Foxite

Installation

docker pull git.foxite.dev/foxite/artgallery-generator@sha256:fbe9851a19e282f1df40d14efd169c9d69af5f7ed629a248eaf70de1efcf5814
sha256:fbe9851a19e282f1df40d14efd169c9d69af5f7ed629a248eaf70de1efcf5814

Image layers

# debian.sh --arch 'amd64' out/ 'bookworm' '@1771804800'
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.24
COPY /dotnet /usr/share/dotnet # buildkit
RUN /bin/sh -c ln -s /usr/share/dotnet/dotnet /usr/bin/dotnet # buildkit
COPY /gifski/linux/gifski /usr/local/bin/gifski # buildkit
WORKDIR /app
RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends ffmpeg # buildkit
COPY /app/publish . # buildkit
USER 1654
CMD ["./ArtGallery.Generator"]

Labels

Key Value
org.opencontainers.image.created 2026-03-04T09:58:23.811Z
org.opencontainers.image.description
org.opencontainers.image.licenses
org.opencontainers.image.revision 90d3f923bd8f8d4c93cd53e27e675a73cd0e002f
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-03-04 09:58:31 +00:00
0
OCI / Docker
linux/amd64
241 MiB
Versions (1) View all
main 2026-03-04