girafun-api (latest)

Published 2025-02-26 22:09:01 +01:00 by IO-Projects

Installation

docker pull git.endmove.eu/io-projectsofficial/girafun-api:latest
sha256:7848e78f5978cd78121bb8c5e3b572af98c3a789c2d766d1211a7ea41f6bcb09

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:f4db03f2a1ad5153fc348328daa2c9c949599a4bd4109ff8f0bce1692e46912a in .
ENTRYPOINT ["dotnet" "GirafunsApi.WebApi.dll"]
LABEL org.opencontainers.image.created=2025-02-26T21:06:09Z
LABEL org.opencontainers.image.revision=f4628ee81349843f4d22913b02a085b3c320e8a1
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-26T21:06:09Z
org.opencontainers.image.revision f4628ee81349843f4d22913b02a085b3c320e8a1
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-26 22:09:01 +01:00
0
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