google / oss-fuzz

OSS-Fuzz - continuous fuzzing for open source software.
https://google.github.io/oss-fuzz
Apache License 2.0
10.51k stars 2.23k forks source link

Unable to pull gcr.io/oss-fuzz-base/base-builder #474

Closed robryk closed 7 years ago

robryk commented 7 years ago

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.
oliverchang commented 7 years ago

Sorry about that! Could you please try this again?

robryk commented 7 years ago

Works fine now. Thanks!