swarnui-base (sha256:c83b44e81798247e37590476856378e36501a0faa49e497f0610efed8cf40538)

Published 2025-07-17 13:33:28 -04:00 by simcop2387 in simcop2387/swarmui-infra

Installation

docker pull gitea.simcop2387.info/simcop2387/swarnui-base@sha256:c83b44e81798247e37590476856378e36501a0faa49e497f0610efed8cf40538
sha256:c83b44e81798247e37590476856378e36501a0faa49e497f0610efed8cf40538

Image layers

# debian.sh --arch 'amd64' out/ 'bookworm' '@1751241600'
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.18
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.18
COPY /dotnet /usr/share/dotnet # buildkit
ENV DOTNET_GENERATE_ASPNET_CERTIFICATE=false DOTNET_NOLOGO=true DOTNET_SDK_VERSION=8.0.412 DOTNET_USE_POLLING_FILE_WATCHER=true NUGET_XMLDOC_MODE=skip POWERSHELL_DISTRIBUTION_CHANNEL=PSDocker-DotnetSDK-Debian-12
RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends curl git libatomic1 wget && rm -rf /var/lib/apt/lists/* # buildkit
COPY /dotnet /usr/share/dotnet # buildkit
RUN /bin/sh -c dotnet help # buildkit
RUN /bin/sh -c powershell_version=7.4.11 && curl --fail --show-error --location --output PowerShell.Linux.x64.$powershell_version.nupkg https://powershellinfraartifacts-gkhedzdeaghdezhr.z01.azurefd.net/tool/$powershell_version/PowerShell.Linux.x64.$powershell_version.nupkg && powershell_sha512='0fccce7c3182d6d273c66cb5188f9382e94f06fff7327874c032fc15c23995caecfd43ba0f136ecf7e0f1257deb17b1fe65665269211336304577ca518b17437' && echo "$powershell_sha512 PowerShell.Linux.x64.$powershell_version.nupkg" | sha512sum -c - && mkdir --parents /usr/share/powershell && dotnet tool install --add-source / --tool-path /usr/share/powershell --version $powershell_version PowerShell.Linux.x64 && dotnet nuget locals all --clear && rm PowerShell.Linux.x64.$powershell_version.nupkg && ln -s /usr/share/powershell/pwsh /usr/bin/pwsh && chmod 755 /usr/share/powershell/pwsh && find /usr/share/powershell -print | grep -i '.*[.]nupkg$' | xargs rm # buildkit
ARG UID=1000
RUN |1 UID=1000 /bin/sh -c apt update # buildkit
RUN |1 UID=1000 /bin/sh -c apt install -y git wget build-essential python3.11 python3.11-venv python3.11-dev ffmpeg # buildkit
RUN |1 UID=1000 /bin/sh -c apt install -y libglib2.0-0 libgl1 # buildkit
COPY . ./SwarmUI # buildkit
RUN |1 UID=1000 /bin/sh -c chown -R $UID:$UID ./SwarmUI # buildkit
RUN |1 UID=1000 /bin/sh -c git config --global --add safe.directory '*' # buildkit
RUN |1 UID=1000 /bin/sh -c useradd -u $UID swarmui # buildkit
EXPOSE map[7801/tcp:{}]
ENTRYPOINT ["bash" "/SwarmUI/launchtools/docker-standard-inner.sh"]

Labels

Key Value
org.opencontainers.image.created 2025-07-17T17:30:42.446Z
org.opencontainers.image.description
org.opencontainers.image.licenses
org.opencontainers.image.revision 4c2b687d81f05a1b873d36a354e6b78bd3d887ce
org.opencontainers.image.source https://gitea.simcop2387.info/simcop2387/swarmui-infra
org.opencontainers.image.title swarmui-infra
org.opencontainers.image.url https://gitea.simcop2387.info/simcop2387/swarmui-infra
org.opencontainers.image.version latest
Details
Container
2025-07-17 13:33:28 -04:00
0
OCI / Docker
linux/amd64
709 MiB
Versions (30) View all
latest 2025-09-15