#Resolve image config Error
1 messages · Page 1 of 1 (latest)
@stoic lintel can you try removing your dagger-engine container and try again?
docker rm -fv $(docker ps --filter name=dagger-engine -q)
^ that should remove it I think
wow, thanks, that fixed the issue, what could have caused that, if you mind me asking
(gojira) ➜ gojira git:(develop) ✗ docker rm -fv $(docker ps --filter name=dagger-engine -q) [42/42]
cdc0eddaf6f7
(gojira) ➜ gojira git:(develop) ✗ python gojira.py lint
Preparing cargo chef
#1 resolve image config for docker.io/lukemathwalker/cargo-chef:latest
#1 DONE 1.3s
#2 mkdir /meta
#2 DONE 0.0s
sometimes docker networking becomes funky specially after suspending / resuming the computer. I've seen it happening several times randomly
I'd say it's an "upstream" obscure thing. cc @graceful scroll or @polar nacelle could have more info about it