sha256:9dae7dc7123a6b69df24a4c689b945cc3523236f3b211a3e4a3e551ffa24c80f
OS/ARCH
linux/amd64
Compressed size
347.35 MB
Last pushed
about 2 months by yodamad
Type
Image
Manifest digest
sha256:9dae7dc7123a6b69df24a4c689b945cc3523236f3b211a3e4a3e551ffa24c80f
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.02 MB7COPY /root/.pulumi/bin/pulumi-language-go /pulumi/bin/pulumi-language-go # buildkit12.29 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.17 KB13RUN groupadd -g 1000 appgroup4.55 KB14WORKDIR /app237 B15COPY --from=builder /app/main .42.61 MB16COPY --from=builder /app/web ./web2.88 MB17RUN mkdir -p /app/data /app/jobs540 B18RUN mkdir -p /app/.pulumi/plugins &&75.44 MB19RUN chown -R appuser:appgroup /app45.49 MB20RUN chmod -R 755 /app/web2.88 MBCommand
# debian.sh --arch 'amd64' out/ 'trixie' '@1783900800'