bpm (studio-latest)
Published 2025-08-25 10:40:20 +00:00 by gnet
Installation
docker pull gitea.mbit-consultants.com/mbit/bpm:studio-latestsha256:beb2e69c080291e813d10374ed6540fd7c778f58d080b1cb10859af678954274Image Layers
| # debian.sh --arch 'arm64' out/ 'bookworm' '@1754870400' |
| 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.19 |
| 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.19 |
| COPY /dotnet /usr/share/dotnet # buildkit |
| ENV DOTNET_GENERATE_ASPNET_CERTIFICATE=false DOTNET_NOLOGO=true DOTNET_SDK_VERSION=8.0.413 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.11 && 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='8c4d0536ddefa0ac2b61dbed2926cfd6860e43864b2d5563a0cd0819b8203eba44de1b0693d4648ec5fdc23f3a6a6ce254594444847daccf19e7075ee8af6aa3' && 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 && find /usr/share/powershell -print | grep -i '.*[.]nupkg$' | xargs rm # buildkit |
| EXPOSE map[5000/tcp:{} 5002/tcp:{}] |
| RUN /bin/sh -c apt-get update && apt-get -y --no-install-recommends install libgdiplus libc6-dev && apt-get clean all && rm -rf /var/lib/apt/lists/* /var/cache/apt/* # buildkit |
| RUN /bin/sh -c apt-get update && apt-get -y --no-install-recommends install gss-ntlmssp && apt-get clean all && rm -rf /var/lib/apt/lists/* /var/cache/apt/* && sed -i 's/openssl_conf/#openssl_conf/g' /etc/ssl/openssl.cnf # buildkit |
| RUN /bin/sh -c dotnet tool install --global clio --version 8.0.1.41 # buildkit |
| WORKDIR /app |
| COPY ./conf ./ # buildkit |
| COPY ./core ./ # buildkit |
| WORKDIR /app |
| ENV ASPNETCORE_ENVIRONMENT=Development |
| ENV TZ=US/Eastern |
| ENV COMPlus_ThreadPool_ForceMinWorkerThreads=100 |
| ENTRYPOINT ["dotnet" "Terrasoft.WebHost.dll"] |
Labels
| Key | Value |
|---|---|
| com.docker.compose.project | bpm8studio |
| com.docker.compose.service | mbot-bpm-invoice |
| com.docker.compose.version | 2.39.1 |
Details
2025-08-25 10:40:20 +00:00
Versions (2)
View all
Container
3
OCI / Docker
linux/arm64
1.5 GiB
studio-latest
2025-08-25
latest
2025-08-19