sha256:6fad0d56bf115213db19bd926e3e53e857ee4d4c482d7ad6b67645179d9189fa
OS/ARCH
linux/amd64
Compressed size
276.55 MB
Last pushed
about 1 month by stuartshay
Type
Image
Manifest digest
sha256:6fad0d56bf115213db19bd926e3e53e857ee4d4c482d7ad6b67645179d9189fa
Image Layers
1ARG RELEASE0 B2ARG LAUNCHPAD_BUILD_ARCH0 B3LABEL org.opencontainers.image.version=24.040 B4ADD file ... in / 29.19 MB5CMD ["/bin/bash"]0 B6ENV APP_UID=1654 ASPNETCORE_HTTP_PORTS=8080 DOTNET_RUNNING_IN_CONTAINER=true0 B7RUN /bin/sh -c apt-get update18.29 MB8RUN /bin/sh -c groupadd 3.48 KB9ENV DOTNET_VERSION=10.0.100 B10COPY /dotnet /usr/share/dotnet # buildkit34.91 MB11RUN /bin/sh -c ln -s155 B12ENV ASPNET_VERSION=10.0.100 B13COPY /dotnet /usr/share/dotnet # buildkit12.14 MB14ENV APPLICATION_NAME=MicroService.WebApi0 B15LABEL org.label-schema.application=MicroService.WebApi0 B16USER root0 B17RUN /bin/sh -c apt update5.78 MB18RUN /bin/sh -c echo "deb232 B19RUN /bin/sh -c curl https://packages.cloud.google.com/apt/doc/apt-key.gpg861 B20RUN /bin/sh -c apt-get update34.92 MB21RUN /bin/sh -c yes |22.52 MB22RUN /bin/sh -c mkdir /mnt/gcs-bucket119 B23USER app0 B24WORKDIR /app96 B25EXPOSE [8080/tcp]0 B26EXPOSE [8081/tcp]0 B27COPY files /files # buildkit101.85 MB28RUN /bin/sh -c ls /files32 B29WORKDIR /app32 B30COPY /app/publish . # buildkit16.94 MB31USER root0 B32COPY scripts/entrypoint.sh /entrypoint.sh # buildkit503 B33RUN /bin/sh -c chmod +x32 B34USER app0 B35ENTRYPOINT ["/entrypoint.sh"]0 BCommand
ARG RELEASE