sha256:630a16f3e78ccc9d61cf29f038e27b6b43377c7ba2710bf792241c7e6ee182ab
OS/ARCH
linux/amd64
Compressed size
236.51 MB
Last pushed
almost 2 years by stuartshay
Type
Image
Manifest digest
sha256:630a16f3e78ccc9d61cf29f038e27b6b43377c7ba2710bf792241c7e6ee182ab
Image Layers
1ADD file ... in / 27.78 MB2CMD ["bash"]0 B3ENV APP_UID=1654 ASPNETCORE_HTTP_PORTS=8080 DOTNET_RUNNING_IN_CONTAINER=true0 B4RUN /bin/sh -c apt-get update17.85 MB5RUN /bin/sh -c groupadd 3.2 KB6ENV DOTNET_VERSION=8.0.80 B7COPY /dotnet /usr/share/dotnet # buildkit30.74 MB8RUN /bin/sh -c ln -s152 B9ENV ASPNET_VERSION=8.0.80 B10COPY /shared/Microsoft.AspNetCore.App /usr/share/dotnet/shared/Microsoft.AspNetCore.App # buildkit10.52 MB11ENV APPLICATION_NAME=MicroService.WebApi0 B12LABEL org.label-schema.application=MicroService.WebApi0 B13USER root0 B14RUN /bin/sh -c apt update20.65 MB15RUN /bin/sh -c echo "deb233 B16RUN /bin/sh -c curl https://packages.cloud.google.com/apt/doc/apt-key.gpg857 B17RUN /bin/sh -c apt-get update6.15 KB18RUN /bin/sh -c yes |11.94 MB19RUN /bin/sh -c mkdir /mnt/gcs-bucket119 B20USER app0 B21WORKDIR /app96 B22EXPOSE map[8080/tcp:{}]0 B23EXPOSE map[8081/tcp:{}]0 B24COPY files /files # buildkit101.85 MB25RUN /bin/sh -c ls /files32 B26WORKDIR /app32 B27COPY /app/publish . # buildkit15.16 MB28USER root0 B29COPY scripts/entrypoint.sh /entrypoint.sh # buildkit509 B30RUN /bin/sh -c chmod +x32 B31USER app0 B32ENTRYPOINT ["/entrypoint.sh"]0 BCommand
ADD file:a9a95cfab16803be03e59ade41622ef5061cf90f2d034304fe4ac1ee9ff30389 in /