Sign inSign up

marcoscostadev/kamiyomu:1.4.0-rc1

Multi-platform
Integration & delivery
Index digest

sha256:8db29112e868e327a8a21c0234be788faf16aaa838a13cba9a2b5cd434effaee

OS/ARCH

Compressed size

294.85 MB

Last pushed

20 days by marcoscostadev

Type

Image

Manifest digest

sha256:298e018d07a4849371f7e1d0232a293a52abc74b363f9af585425f76488b0a70

Image Layers

1# debian.sh --arch 'arm64' out/26.81 MB
2ENV APP_UID=1654 ASPNETCORE_HTTP_PORTS=8080 DOTNET_RUNNING_IN_CONTAINER=true0 B
3RUN /bin/sh -c apt-get update17.68 MB
4RUN /bin/sh -c groupadd 3.26 KB
5ENV DOTNET_VERSION=8.0.300 B
6COPY /dotnet /usr/share/dotnet # buildkit29.41 MB
7RUN /bin/sh -c ln -s165 B
8ENV ASPNET_VERSION=8.0.300 B
9COPY /dotnet /usr/share/dotnet # buildkit10.27 MB
10RUN /bin/sh -c apt-get update51.01 MB
11RUN /bin/sh -c mkdir -p142 B
12RUN /bin/sh -c apt-get update6.73 MB
13RUN /bin/sh -c locale-gen en_US.UTF-832 B
14ENV LANG=en_US.UTF-80 B
15ENV LANGUAGE=en_US:en0 B
16ENV LC_ALL=en_US.UTF-80 B
17RUN /bin/sh -c fc-cache -f3.48 KB
18ARG UNAME=KamiYomu0 B
19ARG UID=10000 B
20ARG GID=10000 B
21RUN |3 UNAME=KamiYomu UID=1000 GID=10003.52 KB
22USER KamiYomu0 B
23WORKDIR /app96 B
24EXPOSE [8080/tcp]0 B
25WORKDIR /app32 B
26COPY /app/publish . # buildkit152.92 MB
27HEALTHCHECK {Test:[CMD-SHELL curl --fail http://localhost:8080/healthz0 B
28ENTRYPOINT ["dotnet" "KamiYomu.Web.dll"]0 B

Command

# debian.sh --arch 'arm64' out/ 'bookworm' '@1787529600'