A pre-built image referenced in the docker compose config is not found.
This used to work. Did anything change? Is docker hub no longer supported for external images?
[Info] Uploading images
[Error] An error occured: (HTTP code 404) no such image - no such image: arm64v8/postgres:12-alpine: No such image: arm64v8/postgres:12-alpine
Now it also occurred for an image of one of the docker-compose services that was (docker-compose-)built in the same (balena-)build.
Log (I inserted some new-lines to make it more readable):
[zstack-zigbee-reader] Successfully built 832dc9928038
...
[Info] Uploading images==========================================] 100%
[===> ]
7%[Error] An error occured: (HTTP code 404) no such image - no such image: 832dc9928038:
No such image: 832dc9928038:latest
Hi @ftes, just to confirm does this issue resolve itself later or are you able to reliably reproduce this? If you can reproduce, could you send us an example so we can try here?
[Info] Uploading images==========================================] 100%
[========> ] 16%[Error] An error occured: (HTTP code 404) no such image - no such image: arm64v8/postgres:12-alpine: No such image: arm64v8/postgres:12-alpine
[Info] Built on arm03
[Error] Not deploying release.
Maybe this is related? I often experience a “build has been cancelled” error:
[Error] This build has been cancelled
[Info] Built on arm01
[Error] Not deploying release.
Hi @ftes are you using git push or balena push. if you are using balena push you can set the DEBUG=1 environment variable, which might give us some more information to go on:
[Info] Generating image deltas from release f5c10bba083ce4f2cc97e863d9833dcc8702afab (id: 1362019)
[Warning] Failed to generate deltas due to an internal error; will be generated on-demand
[Info] Uploading images
[Error] An error occured: (HTTP code 404) no such image - no such image: efcc3ae100ff: No such image: efcc3ae100ff:latest
[Info] Built on arm03
[Error] Not deploying release.
Ohh I see some delta generation error, I will route this internally. For now can you try disabling the delta updates from the device’s configuration page and tell us if the issue persists?
I’ve also initiate deployment with disabled delta updates :
All services says: [Success] Successfully built service
The result :
[Info] Uploading images
[Error] An error occured: (HTTP code 404) no such image - no such image: 754d150b4452: No such image: 754d150b4452:latest
[Info] Built on arm01
[Error] Not deploying release.
If there is anything I can help with, please let me know.