Maurice Maurice
  • Joined on 2023-07-06

numberchords-identity (test)

Published 2026-09-02 07:34:07 +00:00 by Maurice

Installation

docker pull git.plabble.org/maurice/numberchords-identity:test
sha256:3131ddb9704baa6f3435cb970c49c245fcd6998ecbbe2204ead68063cee35040

Image Layers

ADD alpine-minirootfs-3.22.3-x86_64.tar.gz / # buildkit
CMD ["/bin/sh"]
ENV APP_UID=1654 ASPNETCORE_HTTP_PORTS=8080 DOTNET_RUNNING_IN_CONTAINER=true DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=true
RUN /bin/sh -c apk add --upgrade --no-cache ca-certificates-bundle libgcc libssl3 libstdc++ # buildkit
RUN /bin/sh -c addgroup --gid=$APP_UID app && adduser --uid=$APP_UID --ingroup=app --disabled-password app # buildkit
ENV DOTNET_VERSION=9.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=9.0.13
COPY /dotnet /usr/share/dotnet # buildkit
/bin/sh -c apk add --no-cache icu-libs icu-data-full
WORKDIR /app
COPY dir:4fa381591b422651f0a4e75f4f8dae01670045cd11ebaddc4168213649934e24 in ./
ENV DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=0 ASPNETCORE_HTTP_PORTS=8080 DOTNET_EnableDiagnostics=0
EXPOSE 8080
USER app
HEALTHCHECK --interval=30s --timeout=5s --start-period=20s --retries=3 CMD wget -q -T 5 -O /dev/null http://127.0.0.1:8080/healthz || exit 1
STOPSIGNAL SIGTERM
ENTRYPOINT ["dotnet", "NumberChords.Identity.dll"]
LABEL "org.opencontainers.image.revision"="f6a8e19faea1f53354ccefbf38f52cdf116df3ee"

Labels

Key Value
io.buildah.version 1.41.5
org.opencontainers.image.revision f6a8e19faea1f53354ccefbf38f52cdf116df3ee
Details
Container
2026-09-02 07:34:07 +00:00
74
OCI / Docker
linux/amd64
135 MiB
Versions (3) View all
test 2026-09-02
latest 2026-02-18