Sign inSign up

stuartshay/microservice-api:10.0.433

Manifest digest

sha256:933999a646dfe91bea779585e9de3e111ae55c0ec4b411b94db26b7c5dd56b62

OS/ARCH

linux/amd64

Compressed size

276.55 MB

Last pushed

about 1 month by stuartshay

Type

Image

Manifest digest

sha256:933999a646dfe91bea779585e9de3e111ae55c0ec4b411b94db26b7c5dd56b62

Image Layers

1ARG RELEASE0 B
2ARG LAUNCHPAD_BUILD_ARCH0 B
3LABEL org.opencontainers.image.version=24.040 B
4ADD file ... in / 29.19 MB
5CMD ["/bin/bash"]0 B
6ENV APP_UID=1654 ASPNETCORE_HTTP_PORTS=8080 DOTNET_RUNNING_IN_CONTAINER=true0 B
7RUN /bin/sh -c apt-get update18.29 MB
8RUN /bin/sh -c groupadd 3.48 KB
9ENV DOTNET_VERSION=10.0.100 B
10COPY /dotnet /usr/share/dotnet # buildkit34.91 MB
11RUN /bin/sh -c ln -s155 B
12ENV ASPNET_VERSION=10.0.100 B
13COPY /dotnet /usr/share/dotnet # buildkit12.14 MB
14ENV APPLICATION_NAME=MicroService.WebApi0 B
15LABEL org.label-schema.application=MicroService.WebApi0 B
16USER root0 B
17RUN /bin/sh -c apt update5.78 MB
18RUN /bin/sh -c echo "deb232 B
19RUN /bin/sh -c curl https://packages.cloud.google.com/apt/doc/apt-key.gpg861 B
20RUN /bin/sh -c apt-get update34.92 MB
21RUN /bin/sh -c yes |22.52 MB
22RUN /bin/sh -c mkdir /mnt/gcs-bucket119 B
23USER app0 B
24WORKDIR /app96 B
25EXPOSE [8080/tcp]0 B
26EXPOSE [8081/tcp]0 B
27COPY files /files # buildkit101.85 MB
28RUN /bin/sh -c ls /files32 B
29WORKDIR /app32 B
30COPY /app/publish . # buildkit16.94 MB
31USER root0 B
32COPY scripts/entrypoint.sh /entrypoint.sh # buildkit504 B
33RUN /bin/sh -c chmod +x32 B
34USER app0 B
35ENTRYPOINT ["/entrypoint.sh"]0 B

Command

 ARG RELEASE