girafun-api (1.0.6)
Published 2025-02-22 13:29:36 +01:00 by IO-Projects
Installation
docker pull git.endmove.eu/io-projectsofficial/girafun-api:1.0.6
sha256:7da9a5a7719e1fc4f3e3b00a08d11d7fb2645f63e3e862fa19231a36296c7360
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:c883182f753559424742fd698ab9d9774596a354b573e3c9cec074b736c75989 in . |
ENTRYPOINT ["dotnet" "GirafunsApi.WebApi.dll"] |
LABEL org.opencontainers.image.created=2025-02-22T12:25:18Z |
LABEL org.opencontainers.image.revision=d27a934e0eba051e81e48f3cc877bdc3c8ea197c |
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-22T12:25:18Z |
org.opencontainers.image.revision | d27a934e0eba051e81e48f3cc877bdc3c8ea197c |
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