using pulumi-docker, and bumping to v4 from v3, ...
# general
a
using pulumi-docker, and bumping to v4 from v3, and using
Context
instead of
Path
, images built on our ci servers seems to miss layers in the resulting docker image. very weird... Running pulumi up on local machine builds complete image with no missing layers..
Files are missing from the final image, files that had to be present during build, like package.json is missing, but node_modules exists with the correct dependencies.. very strange
the image is uploaded to aws-ecr, so maybe its the upload part that is going awry
I tried updating the ci servers also, (were using https://github.com/buildkite/elastic-ci-stack-for-aws) to the newest version, but same issue
seems when I changed
BuilderVersion
to
BuilderVersionBuilderV1
the bug went away