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-25180e3sha256:9e329c9ee5ba8e587cbddb7a830baf8c85409639be623fe042eecc4ab4db3efc
Images
| Digest | OS / Arch | Size |
|---|---|---|
| 9b5885ea71 | linux/amd64 | 304 MiB |
| 6d8efe396d | linux/arm64 | 299 MiB |
Image Layers ( linux/arm64)
| # debian.sh --arch 'arm64' 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-arm64 |
| 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.arm64.$powershell_version.nupkg https://powershellinfraartifacts-gkhedzdeaghdezhr.z01.azurefd.net/tool/$powershell_version/PowerShell.Linux.arm64.$powershell_version.nupkg && powershell_sha512='fe29fe9126ada7cbf0b9aa4be4e80958268b7a1a5bc6dcd0f950d003af12a2c448672cd0d6081dab7fc6bd880eb1551ae06faad15e6210363c52e8ed5fd7b67c' && echo "$powershell_sha512 PowerShell.Linux.arm64.$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.arm64 && dotnet nuget locals all --clear && rm PowerShell.Linux.arm64.$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.arm64/$powershell_version/powershell.linux.arm64/$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
2026-07-09 08:02:16 +00:00
Versions (1)
View all
Container
0
OCI / Docker
sha-25180e3
2026-07-09