finxt (others_digi_locker)

Published 2026-01-21 04:56:27 +00:00 by descpro

Installation

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

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:054c8dba8de6c05358bd40f50b8881eb576928f60113d0e373d5c27d86c224b1 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-21T04:54:50Z
LABEL org.opencontainers.image.revision=9195d2a2283050834f9013a97cf7627def7b3803
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-21T04:54:50Z
org.opencontainers.image.revision 9195d2a2283050834f9013a97cf7627def7b3803
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 04:56:27 +00:00
4
OCI / Docker
linux/amd64
179 MiB
Versions (6) View all
latest 2026-01-21
prev 2026-01-21
others_digi_locker 2026-01-21
int 2026-01-20
uat 2025-12-09