-
Notifications
You must be signed in to change notification settings - Fork 82
Docker error "No such image" #120
Copy link
Copy link
Closed
Description
The lint variant for this commit (https://ci.ocamllabs.io/github/ocaml-ppx/ocamlformat/commit/fcf69afb6e5f93e697ad36c43e7028ed53081f4d/variant/lint) fails with a weird error:
2020-02-24 15:05.04: New job: "docker" "--context" "default" "run" "--rm"
"-i"
"sha256:b718ec4bdbd1e07569f45a3ec4b52d92be760844d934c4c3e733a36730bf62fe"
"sh" "-c"
"dune build @fmt || (echo "dune build @fmt failed"; exit 2)"
2020-02-24 15:05.04: Exec: "docker" "--context" "default" "run" "--rm"
"-i" "sha256:b718ec4bdbd1e07569f45a3ec4b52d92be760844d934c4c3e733a36730bf62fe"
"sh" "-c" "dune build @fmt || (echo "dune build @fmt failed"; exit 2)"
docker: Error response from daemon: No such image: sha256:b718ec4bdbd1e07569f45a3ec4b52d92be760844d934c4c3e733a36730bf62fe.
See 'docker run --help'.
2020-02-24 15:05.07: Job failed: Command "docker" "--context" "default" "run" "--rm" "-i" "sha256:b718ec4bdbd1e07569f45a3ec4b52d92be760844d934c4c3e733a36730bf62fe"
"sh" "-c" "dune build @fmt || (echo "dune build @fmt failed"; exit 2)" exited with status 125
The error is still here after a few rebuilds.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels