godproduct_backend (sha-b6657e8)
Published 2026-07-09 12:42:08 +00:00 by arshaulakh59
Installation
docker pull git.bfldev.in/butterflysoftorg/godproduct_backend:sha-b6657e8sha256:bbdda8847ea2a90a0eef38c1ccf48a7ad5358a338745983b5d7091b54784d7a2
Images
| Digest | OS / Arch | Size |
|---|---|---|
| ecb7f7ad9b | linux/amd64 | 102 MiB |
| ea837bf646 | linux/arm64 | 100 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 |
| RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends curl && rm -rf /var/lib/apt/lists/* # buildkit |
| ARG PORT=5053 |
| ARG TARGETOS=linux |
| ARG TARGETARCH=amd64 |
| ARG DLL_FILENAME=GODProducts.API.dll |
| WORKDIR /app |
| COPY /app/output . # buildkit |
| ENV PORT=5053 |
| ENV DLL_FILENAME=GODProducts.API.dll |
| ENV ASPNETCORE_URLS=http://+:5053 |
| EXPOSE [5053/tcp] |
| CMD ["/bin/sh" "-c" "dotnet ${DLL_FILENAME}"] |
Labels
| Key | Value |
|---|---|
| org.opencontainers.image.created | 2026-07-09T12:24:25.068Z |
| org.opencontainers.image.description | |
| org.opencontainers.image.licenses | |
| org.opencontainers.image.revision | b6657e8ffdb46ad3777882b6f9506416659e46c3 |
| org.opencontainers.image.source | https://github.com/butterflysoftorg/godproduct_backend |
| org.opencontainers.image.title | godproduct_backend |
| org.opencontainers.image.url | https://github.com/butterflysoftorg/godproduct_backend |
| org.opencontainers.image.version | Dev |
Details
2026-07-09 12:42:08 +00:00
Versions (1)
View all
Container
0
OCI / Docker
sha-b6657e8
2026-07-09