girafun-api (1.0.1)

Published 2025-02-16 13:32:43 +01:00 by IO-Projects

Installation

docker pull git.endmove.eu/io-projectsofficial/girafun-api:1.0.1
sha256:d94126698e4628cbbf3e763a377ba6748e16bf3b86761be3ab768f7b16a7ba81

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:9b72429747c0d5d245b45ac2b4dabd00594ddc818c5b1ed4004f19ffb9f0754d in .
ENTRYPOINT ["dotnet" "GirafunsApi.WebApi.dll"]
LABEL org.opencontainers.image.created=2025-02-16T12:31:03Z
LABEL org.opencontainers.image.revision=ab3f6de68d7e99450820fa611c1d9d5013f26081
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-16T12:31:03Z
org.opencontainers.image.revision ab3f6de68d7e99450820fa611c1d9d5013f26081
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
Container
2025-02-16 13:32:43 +01:00
2
OCI / Docker
linux/amd64
97 MiB
Versions (10) View all
latest 2025-02-26
1.0.8 2025-02-26
1.0.7 2025-02-25
1.0.6 2025-02-22
1.0.5 2025-02-19