Skip to content

Confusing non-error during build: Error response from daemon: manifest for gcr.io/runconduit/go-deps:aac93646 not found #240

@briansmith

Description

@briansmith

From bin/docker-build-go-deps:

if (docker_pull go-deps "${tag}"); then
    echo "$(docker_repo go-deps):${tag}"
else
    docker_build go-deps "${tag}" Dockerfile-go-deps
fi

docker_pull (I'm guessing) is outputting the error Error response from daemon: manifest for gcr.io/runconduit/go-deps:aac93646 not found. This is confusing because it makes it look like the docker build will happen just fine since we'll fall back to docker_build to build it.

We should change the build system so this message isn't printed.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions