Block a user
rmutr_report (latest)
Published 2026-09-08 13:40:33 +00:00 by kamonwantaengsuk
Installation
docker pull gitea.71dev.com/kamonwantaengsuk/rmutr_report:latestsha256:a5a8e6817d05fcdfcc0a8ded1a6cf892fbed7e6f59b1620e4667de9fc35712c8
Image Layers
| # debian.sh --arch 'amd64' out/ 'bookworm' '@1754870400' |
| 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.19 |
| 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.19 |
| COPY /dotnet /usr/share/dotnet # buildkit |
| WORKDIR /app |
| RUN /bin/sh -c DEBIAN_FRONTEND=noninteractive apt-get update # buildkit |
| RUN /bin/sh -c DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends apt-utils # buildkit |
| RUN /bin/sh -c DEBIAN_FRONTEND=noninteractive apt-get install -y --allow-unauthenticated libc6-dev libgdiplus libx11-dev # buildkit |
| RUN /bin/sh -c DEBIAN_FRONTEND=noninteractive rm -rf /var/lib/apt/lists/* # buildkit |
| COPY /publish . # buildkit |
| RUN /bin/sh -c mkdir -p /usr/local/share/fonts/fonts/sarabun # buildkit |
| COPY Fonts/* /usr/local/share/fonts/sarabun/ # buildkit |
| RUN /bin/sh -c chmod 644 /usr/local/share/fonts/sarabun/* # buildkit |
| ENV ASPNETCORE_URLS=http://*:8080 |
| ENTRYPOINT ["dotnet" "rmutr_report.dll"] |
Labels
| Key | Value |
|---|---|
| org.opencontainers.image.created | 2026-09-08T13:37:38Z |
| org.opencontainers.image.revision | ab319d5a59cac9c1585cf19e735351c2a84c888c |
| org.opencontainers.image.source | https://gitea.71dev.com/kamonwantaengsuk/rmutr_report.git |
| org.opencontainers.image.url | https://gitea.71dev.com/kamonwantaengsuk/rmutr_report |