Hi, I found an error in an older blog post on <Pul...
# general
s
Hi, I found an error in an older blog post on Pulumi.com, where can I report these (except here)? 🙂 https://www.pulumi.com/blog/aws-lambda-container-support/ The article contains an example for the usage of
awx.ecr.BuildAndPush()
. But this Function does not exist in the awsx.ecr packge anymore. There are only resources for ecr.Repository and ecr.Image and this one has a dockerfile and path property to build the image.
e
s
Thanks for the tip! Will do
r
@sticky-bear-14421 having the same issue! I found on this page that it might have moved to
@pulumi/docker/buildAndPushImage
^ minor correction, it looks like the
ecr.buildAndPushImage
calls into the docker packages
buildAndPushImage
, but that connection seems to have disappeared
s
A warning is being reported that the old way to build containers is being deprecated and one should switch to buildkit/buildx.