finxt (others_digi_locker)

Published 2026-01-21 06:55:29 +00:00 by descpro

Installation

docker pull registry.finnxt.in/descpro/finxt:others_digi_locker
sha256:c4ce8d796b8a39f461da1fcc0f5aa058837ef132bf4edfa10dffcbdb0bfe8f1e

Image Layers

# debian.sh --arch 'amd64' out/ 'bookworm' '@1768176000'
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.23
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.23
COPY /dotnet /usr/share/dotnet # buildkit
WORKDIR /app
COPY dir:775359a4ae687131cb2200b9d995d299447b0edbca06b70ba33113e7898c97e8 in .
/bin/sh -c chmod +x Finxt.API
/bin/sh -c export DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=1
/bin/sh -c export ASPNETCORE_ENVIRONMENT=Staging
/bin/sh -c apt-get update && apt-get install -y apt-utils libgdiplus libc6-dev
ENV ASPNETCORE_URLS=http://+:2501
ENTRYPOINT ["./Finxt.API"]
LABEL org.opencontainers.image.created=2026-01-21T06:54:36Z
LABEL org.opencontainers.image.revision=eee8ed0de674d667ab573cec49791a17d4fa26e0
LABEL org.opencontainers.image.source=http://192.168.1.10:3000/Descpro/finxt.git
LABEL org.opencontainers.image.url=http://192.168.1.10:3000/Descpro/finxt

Labels

Key Value
org.opencontainers.image.created 2026-01-21T06:54:36Z
org.opencontainers.image.revision eee8ed0de674d667ab573cec49791a17d4fa26e0
org.opencontainers.image.source http://192.168.1.10:3000/Descpro/finxt.git
org.opencontainers.image.url http://192.168.1.10:3000/Descpro/finxt
Details
Container
2026-01-21 06:55:29 +00:00
8
OCI / Docker
linux/amd64
179 MiB
Versions (6) View all
others_digi_locker 2026-01-21
int 2026-01-21
latest 2026-01-21
prev 2026-01-21
uat 2025-12-09