IO-Projects

IO-Projects is a development studio with a strong and motivated team.

Liege - Belgium

girafun-api (latest)

Published 2025-10-06 19:22:30 +02:00 by IO-Projects

Installation

docker pull git.endmove.eu/io-projectsofficial/girafun-api:latest
sha256:3c1277c39a00eea32bb053e47d965de8e45b9da127e0ea2416509315a877b5a6

Image Layers

# debian.sh --arch 'amd64' out/ 'bookworm' '@1759104000'
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 --no-log-init --uid=$APP_UID --gid=$APP_UID --create-home app # buildkit
ENV DOTNET_VERSION=8.0.20
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.20
COPY /dotnet /usr/share/dotnet # buildkit
WORKDIR /app
EXPOSE 80
WORKDIR /app
COPY dir:f4bb2cdd54fd3523efe7d4032bfd123b54c1b40a52f17eef868894e5f15ed2a7 in .
ENTRYPOINT ["dotnet" "GirafunsApi.WebApi.dll"]
LABEL org.opencontainers.image.created=2025-10-06T17:19:01Z
LABEL org.opencontainers.image.revision=ba9615939d184a434c0652aa67aa4e65badb8ed2
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-10-06T17:19:01Z
org.opencontainers.image.revision ba9615939d184a434c0652aa67aa4e65badb8ed2
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-10-06 19:22:30 +02:00
0
OCI / Docker
linux/amd64
98 MiB
Versions (13) View all
latest 2025-10-06
1.0.11 2025-10-06
1.0.10 2025-03-23
1.0.9 2025-03-15
1.0.8 2025-02-26