girafun-api (1.0.7)
Published 2025-02-25 09:41:32 +01:00 by IO-Projects
Installation
docker pull git.endmove.eu/io-projectsofficial/girafun-api:1.0.7
sha256:b9dcadcc416cb6521f1c16203745bdcda5022b64aee30c689b984efae7f03e51
Image Layers
# debian.sh --arch 'amd64' out/ 'bookworm' '@1740355200' |
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 -l --uid=$APP_UID --gid=$APP_UID --create-home app # buildkit |
ENV DOTNET_VERSION=8.0.13 |
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.13 |
COPY /shared/Microsoft.AspNetCore.App /usr/share/dotnet/shared/Microsoft.AspNetCore.App # buildkit |
WORKDIR /app |
EXPOSE 80 |
WORKDIR /app |
COPY dir:35f71b41da6a6eec4bf2aea1fe3f46c9da8da013a92e70ea3cf1f20f635ff97c in . |
ENTRYPOINT ["dotnet" "GirafunsApi.WebApi.dll"] |
LABEL org.opencontainers.image.created=2025-02-25T08:33:40Z |
LABEL org.opencontainers.image.revision=26c6cc53e52ad13d8f2d8da8f88c3b544230b132 |
LABEL org.opencontainers.image.source=https://git.endmove.eu/IO-ProjectsOfficial/girafuns-api.git |
LABEL org.opencontainers.image.url=https://git.endmove.eu/IO-ProjectsOfficial/girafuns-api |
Labels
Key | Value |
---|---|
org.opencontainers.image.created | 2025-02-25T08:33:40Z |
org.opencontainers.image.revision | 26c6cc53e52ad13d8f2d8da8f88c3b544230b132 |
org.opencontainers.image.source | https://git.endmove.eu/IO-ProjectsOfficial/girafuns-api.git |
org.opencontainers.image.url | https://git.endmove.eu/IO-ProjectsOfficial/girafuns-api |
Details
Versions (10)
View all