Dockerfile 164 B

12345
  1. # Since Pulumi does not support push without a build
  2. # we build an image from an existing local image
  3. ARG SOURCE_IMAGE
  4. FROM --platform=linux/amd64 ${SOURCE_IMAGE}