template-test (6a98410be2748684fa8f64f8490405d89d1eb285)
Published 2024-12-27 17:04:54 +00:00 by jannis
Installation
docker pull git.aigasoft.ch/aigasoft/template-test:6a98410be2748684fa8f64f8490405d89d1eb285sha256:48a7ea24245eef8ff44bac95345169885dd150bbcaba833e9ea6da6f71fc4606
Image Layers
| # debian.sh --arch 'amd64' out/ 'bookworm' '@1734912000' |
| 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 && rm -rf /var/lib/apt/lists/* # buildkit |
| RUN /bin/sh -c groupadd --gid=$APP_UID app && useradd -l --uid=$APP_UID --gid=$APP_UID --create-home app # buildkit |
| ENV DOTNET_VERSION=9.0.0 |
| COPY /dotnet /usr/share/dotnet # buildkit |
| RUN /bin/sh -c ln -s /usr/share/dotnet/dotnet /usr/bin/dotnet # buildkit |
| ENV ASPNET_VERSION=9.0.0 |
| COPY /shared/Microsoft.AspNetCore.App /usr/share/dotnet/shared/Microsoft.AspNetCore.App # buildkit |
| HEALTHCHECK &{["CMD-SHELL" "curl --silent --fail http://localhost:8080/health || exit 1"] "30s" "30s" "5s" "0s" '\x03'} |
| EXPOSE map[8080/tcp:{}] |
| RUN /bin/sh -c apt update # buildkit |
| RUN /bin/sh -c apt install -y curl # buildkit |
| WORKDIR /app |
| COPY /app ./ # buildkit |
| ENTRYPOINT ["dotnet" "TestAiga.Api.dll"] |
Details
2024-12-27 17:04:54 +00:00
Versions (7)
View all
Container
0
OCI / Docker
linux/amd64
144 MiB
latest
2025-01-05
794dd937abfed0f3b42899869f8afbfe08323d0d
2025-01-05
1d264ee491975f0072f51a2939bf73a9ca579a0b
2024-12-31
21a4ef30af102e889fd338ceb53ebcef8a25d528
2024-12-29
4508af4c907390dd97707f613699170bb92fb06b
2024-12-27