Closed vladgardusseedblink closed 9 months ago
Going to close this since I found out what the issue was. I previously logged into a public AWS ECR and this was messing up with docker. I ran docker logout public.ecr.aws
and everything worked fine after.
This is my Dockerfile:
and this is the error I get if I try to run the docker build command:
ERROR: failed to solve: public.ecr.aws/shelf/lambda-libreoffice-base:7.4-node16-x86_64: unexpected status from HEAD request to https://public.ecr.aws/v2/shelf/lambda-libreoffice-base/manifests/7.4-node16-x86_64: 403 Forbidden
any ideas why?