sha256:e0ed6a498205a7797eda8bc0367340139eabc4927ebb2427802686394acb271f
OS/ARCH
linux/amd64
Compressed size
150.19 MB
Last pushed
7 months by opentapbuild
Type
Image
Manifest digest
sha256:e0ed6a498205a7797eda8bc0367340139eabc4927ebb2427802686394acb271f
Image Layers
1# debian.sh --arch 'amd64' out/31.07 MB2ENV APP_UID=1654 ASPNETCORE_HTTP_PORTS=8080 DOTNET_RUNNING_IN_CONTAINER=true0 B3RUN /bin/sh -c apt-get update20.2 MB4RUN /bin/sh -c groupadd 3.46 KB5ENV DOTNET_VERSION=9.0.130 B6COPY /dotnet /usr/share/dotnet # buildkit37.13 MB7RUN /bin/sh -c ln -s157 B8COPY --from=development /opt/tap /opt/tap4.65 MB9RUN apt-get update14.85 MB10RUN apt-get install -y --no-install-recommends32.99 MB11RUN rm -rf /var/lib/apt/lists/*439 B12RUN groupadd --gid=$GID $GROUP &&1.47 KB13RUN chown --recursive "${UID}:${GID}" .4.65 MB14RUN chmod --recursive u=rwx,g=rwx,o= .4.65 MBCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1769990400'