Skip to content

Docker error "No such image" #120

@Julow

Description

@Julow

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.

Metadata

Metadata

Assignees

No one assigned

    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