mergestat / syncs

MergeStat container based syncs
MIT License
5 stars 10 forks source link

GET ERROR: failed to pull image: exit status 1 for all syncs #94

Open x1g1 opened 9 months ago

x1g1 commented 9 months ago

for example

02/09/2024 13:50:05 INFO: pulling image docker://ghcr.io/mergestat/sync-mergestat-explore:latest
02/09/2024 13:50:05 ERROR: failed to pull image: exit status 1

pulled ghcr.io/mergestat/sync-mergestat-explore:latest to host then it looked like it works but after some time it stoped working

asancar-thoughtworks commented 4 months ago

You may find more logs on what's going on in the worker logs.

If you are using a laptop with an ARM CPU, maybe your issue could be related to this Pull Request

fowlerwill commented 2 months ago

I've found occasionally you have to shell into the worker and run:

rm -rf /tmp/containers-user-1001 /tmp/podman-run-1001

to get it to pull the image correctly