girafun-api (1.0.2)
Published 2025-02-16 14:49:16 +01:00 by IO-Projects
Installation
docker pull git.endmove.eu/io-projectsofficial/girafun-api:1.0.2
sha256:737b8b3ba09bc5c0c7fe6de0303bf2fc50b2e15c4eb11570fc75c342288de5cd
Image Layers
# debian.sh --arch 'amd64' out/ 'bookworm' '@1738540800' |
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:5fc3321b6d8af70c598e0b3ab673dc39b3bde93b0985d000adce428c015aaaee in . |
ENTRYPOINT ["dotnet" "GirafunsApi.WebApi.dll"] |
LABEL org.opencontainers.image.created=2025-02-16T13:45:47Z |
LABEL org.opencontainers.image.revision=b588c25b9a44fe3f709f73c77af87438ef556e6b |
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-16T13:45:47Z |
org.opencontainers.image.revision | b588c25b9a44fe3f709f73c77af87438ef556e6b |
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