topaz: error: Error response from daemon: No such image: ghcr.io/aserto-dev/topaz:0.31.7
Closed this issue · 0 comments
gertd commented
topaz 0.31.7, when executing topaz run or topaz start after updating to 0.31.7 getting error:
❯ topaz run
>>> starting topaz...
topaz: error: Error response from daemon: No such image: ghcr.io/aserto-dev/topaz:0.31.7
The workaround is to call topaz install first.
❯ topaz install
>>> installing ghcr.io/aserto-dev/topaz:0.31.7 (linux/arm64)...
topaz run%
❯ topaz run
>>> starting topaz...
{"level":"info","component":"config","service":"model","time":"2024-03-23T15:08:26Z","message":"certs configured"}
...
Fix required