I'm adding a new target. I've modified the Dockerfile and am trying to build the container. The following happens:
$ python infra/helper.py build_image $PROJECT_NAME
Running: docker build --pull -t gcr.io/oss-fuzz/guetzli projects/guetzli
Sending build context to Docker daemon 5.12 kB
Step 1 : FROM gcr.io/oss-fuzz-base/base-builder
Pulling repository gcr.io/oss-fuzz-base/base-builder
Error: Status 403 trying to pull repository oss-fuzz-base/base-builder: "Unable to access the repository: oss-fuzz-base/base-builder; please verify that it exists and you have permission to access it (no valid credential was supplied)."
docker build failed.
I'm adding a new target. I've modified the Dockerfile and am trying to build the container. The following happens: