butterflysoftorg

butterfly_backend (sha-25180e3)

Published 2026-07-09 08:02:16 +00:00 by arshaulakh59

Installation

docker pull git.bfldev.in/butterflysoftorg/butterfly_backend:sha-25180e3
sha256:9e329c9ee5ba8e587cbddb7a830baf8c85409639be623fe042eecc4ab4db3efc

Images

Digest OS / Arch Size
9b5885ea71 linux/amd64 304 MiB
6d8efe396d linux/arm64 299 MiB

Image Layers ( linux/amd64)

# debian.sh --arch 'amd64' out/ 'bookworm' '@1782172800'
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.28
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.28
COPY /dotnet /usr/share/dotnet # buildkit
ENV DOTNET_GENERATE_ASPNET_CERTIFICATE=false DOTNET_NOLOGO=true DOTNET_SDK_VERSION=8.0.422 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.16 && 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='446e83a1a293be84f22b9a0a9243961caae33a7032a4e00a11434cf44aa546855174b5336efee284cb8d88a416e8f59145f3cd43aff8d7bf5939e079b7e2e3a4' && 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 && chmod 755 /usr/share/powershell/.store/powershell.linux.x64/$powershell_version/powershell.linux.x64/$powershell_version/tools/*/any/pwsh && find /usr/share/powershell -print | grep -i '.*[.]nupkg$' | xargs rm # buildkit
ARG PORT=5087
ARG FOLDER_NAME=butterfly
ARG SERVICE_NAME=Butterfly.API
RUN |3 PORT=5087 FOLDER_NAME=butterfly SERVICE_NAME=Butterfly.API /bin/sh -c curl -sL https://releases.rancher.com/dapper/latest/dapper-$(uname -s)-$(uname -m | sed 's/arm.*/arm/') > /usr/bin/dapper && chmod +x /usr/bin/dapper # buildkit
WORKDIR /app
ENV PORT=5087
ENV FOLDER_NAME=butterfly
ENV SERVICE_NAME=Butterfly.API
ENV ASPNETCORE_URLS=http://+:5087
COPY shared_backend ./shared_backend # buildkit
COPY butterfly ./butterfly # buildkit
WORKDIR /app/butterfly/Butterfly.API
CMD ["dotnet" "run"]

Labels

Key Value
org.opencontainers.image.created 2026-07-09T07:58:35.352Z
org.opencontainers.image.description
org.opencontainers.image.licenses
org.opencontainers.image.revision 25180e3097705ad2654008e5a1e7d6a3dd00b60e
org.opencontainers.image.source https://github.com/butterflysoftorg/butterfly_backend
org.opencontainers.image.title butterfly_backend
org.opencontainers.image.url https://github.com/butterflysoftorg/butterfly_backend
org.opencontainers.image.version Dev
Details
Container
2026-07-09 08:02:16 +00:00
0
OCI / Docker
Versions (1) View all
sha-25180e3 2026-07-09