yawaflua yawaflua
  • Ashdod, Israel
  • https://www.yawaflua.tech
  • Backend developer and DevOps engineer from Israel. Using .NET, Vue/React and Go for development.

  • Joined on 2025-12-01

hallofdoors (master)

Published 2026-01-23 15:56:56 +02:00 by yawaflua

Installation

docker pull gitea.dodsharmuta.yawaflua.tech/yawaflua/hallofdoors:master
sha256:55be3ed18e443532db05af222638c4d20629e0e8f5958230a55a09559ecd6754

Image Layers

ARG RELEASE
ARG LAUNCHPAD_BUILD_ARCH
LABEL org.opencontainers.image.ref.name=ubuntu
LABEL org.opencontainers.image.version=24.04
ADD file:3077ee44db3cc7d38740d60a05c81418dd3825a007db473658464f52689e867b in /
CMD ["/bin/bash"]
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 libicu74 libssl3t64 libstdc++6 tzdata tzdata-legacy && 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=10.0.2
COPY /dotnet /usr/share/dotnet # buildkit
RUN /bin/sh -c ln -s /usr/share/dotnet/dotnet /usr/bin/dotnet # buildkit
ENV ASPNET_VERSION=10.0.2
COPY /dotnet /usr/share/dotnet # buildkit
RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends curl && rm -rf /var/lib/apt/lists/* # buildkit
USER 1654
WORKDIR /app
EXPOSE map[8080/tcp:{}]
WORKDIR /app
COPY /app/publish . # buildkit
ENTRYPOINT ["dotnet" "HallOfDoors.API.dll"]
HEALTHCHECK &{["CMD-SHELL" "curl -f http://localhost:8080/api/v1/health || exit 1"] "10s" "2s" "5s" "0s" '\x00'}

Labels

Key Value
org.opencontainers.image.created 2026-01-23T13:56:19.297Z
org.opencontainers.image.description
org.opencontainers.image.licenses
org.opencontainers.image.ref.name ubuntu
org.opencontainers.image.revision ab439c07657401804cc491a0e7a698faa64549f1
org.opencontainers.image.source https://git.yawaflua.tech/yawaflua/HallOfDoors
org.opencontainers.image.title HallOfDoors
org.opencontainers.image.url https://git.yawaflua.tech/yawaflua/HallOfDoors
org.opencontainers.image.version master
Details
Container
2026-01-23 15:56:56 +02:00
32
OCI / Docker
linux/amd64
105 MiB
Versions (1) View all
master 2026-01-23