sha256:923495f732599ad5fbcce7d25eb2d6905ae4d9ecfcd2171038055a135a9a5513
OS/ARCH
linux/amd64
Compressed size
287.55 MB
Last pushed
29 days by andreykerchin
Type
Image
Manifest digest
sha256:f93d9b832ccf4f698b8a768d0ddfff15c9693d7e5b0e65b80e881fb42555695b
Image Layers
1# debian.sh --arch 'amd64' out/26.92 MB2ENV APP_UID=1654 ASPNETCORE_HTTP_PORTS=8080 DOTNET_RUNNING_IN_CONTAINER=true0 B3RUN /bin/sh -c apt-get update17.87 MB4RUN /bin/sh -c groupadd 3.25 KB5ENV DOTNET_VERSION=8.0.300 B6COPY /dotnet /usr/share/dotnet # buildkit30.77 MB7RUN /bin/sh -c ln -s165 B8ENV ASPNET_VERSION=8.0.300 B9COPY /dotnet /usr/share/dotnet # buildkit10.58 MB10WORKDIR /app93 B11COPY /app . # buildkit54.89 MB12RUN /bin/sh -c apt-get update29.64 MB13RUN /bin/sh -c useradd -m3.29 KB14ENV PATH=/home/claude/.local/bin:/root/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B15USER claude0 B16ENV HOME=/home/claude0 B17RUN /bin/sh -c curl -fsSL94.56 MB18USER root0 B19ENV HOME=/root0 B20RUN /bin/sh -c printf '#!/bin/bash\nexec219 B21USER claude0 B22ENV HOME=/home/claude0 B23RUN /bin/sh -c curl -fsSL32 B24USER root0 B25ENV HOME=/root0 B26RUN /bin/sh -c printf '#!/bin/bash\nexec217 B27COPY langsearch /usr/local/bin/langsearch # buildkit1.19 KB28RUN /bin/sh -c chmod +x32 B29COPY skills/web-search/SKILL.md /home/claude/.claude/skills/web-search/SKILL.md # buildkit988 B30RUN /bin/sh -c chown -R984 B31COPY entrypoint.sh /entrypoint.sh # buildkit1.17 KB32RUN /bin/sh -c sed -i2.15 KB33EXPOSE [8080/tcp]0 B34ENTRYPOINT ["/entrypoint.sh"]0 B35WORKDIR /app32 B36COPY /app /app # buildkit2.41 MB37COPY /app /app # buildkit2.44 MB38WORKDIR /app32 B39COPY /app . # buildkit2.47 MB40WORKDIR /app32 B41COPY /app . # buildkit2.49 MB42WORKDIR /app32 B43COPY /app . # buildkit2.49 MB44WORKDIR /app32 B45COPY /app . # buildkit2.48 MB46WORKDIR /app32 B47COPY /app . # buildkit2.5 MB48WORKDIR /app32 B49COPY /app . # buildkit2.52 MB50WORKDIR /app32 B51COPY /app . # buildkit2.52 MBCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1785715200'