sha256:48eca965e8e919495270eabd59ded1d87cd9ed91cbea094b1ffd2b0c254db89e
OS/ARCH
linux/amd64
Compressed size
344.95 MB
Last pushed
26 days by yodamad
Type
Image
Manifest digest
sha256:48eca965e8e919495270eabd59ded1d87cd9ed91cbea094b1ffd2b0c254db89e
Image Layers
1# debian.sh --arch 'amd64' out/29.36 MB2LABEL org.opencontainers.image.description=Pulumi CLI container for0 B3WORKDIR /pulumi/projects121 B4RUN /bin/sh -c apt-get update38.96 MB5COPY /golang/go /usr/local # buildkit64.07 MB6COPY /root/.pulumi/bin/pulumi /pulumi/bin/pulumi # buildkit33.73 MB7COPY /root/.pulumi/bin/pulumi-language-go /pulumi/bin/pulumi-language-go # buildkit9.08 MB8ENV GOPATH=/go0 B9ENV CGO_ENABLED=00 B10ENV PATH=/pulumi/bin:/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B11CMD ["pulumi"]0 B12RUN apt-get update && apt-get353.2 KB13RUN groupadd -g 1000 appgroup4.52 KB14WORKDIR /app241 B15COPY --from=builder /app/main .42.62 MB16COPY --from=builder /app/web ./web2.89 MB17RUN mkdir -p /app/data /app/jobs551 B18RUN mkdir -p /app/.pulumi/plugins &&75.45 MB19RUN chown -R appuser:appgroup /app45.54 MB20RUN chmod -R 755 /app/web2.89 MBCommand
# debian.sh --arch 'amd64' out/ 'trixie' '@1785715200'