Hello, I am trying to use pulumi's dockerbuild to...
# general
s
Hello, I am trying to use pulumi's dockerbuild to build an image and push to an ECR. I am able to perform the deployment when starting from using a publicly available image (alpine:3.20.3). But when I try to use a local image during the FROM statement of the dockerfile, it gives a
*ERROR*: pull access denied, repository does not exist or may require authorization: server message: insufficient_scope: authorization failed
. Is there a way to pass the local images to the builder?