myoung34/docker-github-actions-runner

Cannot pull docker image

deathart opened this issue · 1 comments

Hello, i try to update image in my machine and i get this error:

~ docker pull myoung34/github-runner:latest
latest: Pulling from myoung34/github-runner
56e0351b9876: Pull complete
8f023d11433a: Pull complete
92991b6aafc8: Pull complete
d47e807bc834: Pull complete
a6a15070357c: Pull complete
2a7d687cdb57: Extracting [==================================================>]  178.5MB/178.5MB
ee2a6dc42101: Download complete
54aa7630a2fd: Download complete
failed to register layer: exit status 1: unpigz: skipping: <stdin>: corrupted -- invalid deflate data (invalid literal/lengths set)

My machine is: Debian 11

Edit:
Only latest have this problem, version 2.305.0 is ok

➜  ~ docker pull myoung34/github-runner:latest
latest: Pulling from myoung34/github-runner
56e0351b9876: Pull complete 
8f023d11433a: Pull complete 
92991b6aafc8: Pull complete 
d47e807bc834: Pull complete 
a6a15070357c: Pull complete 
2a7d687cdb57: Pull complete 
ee2a6dc42101: Pull complete 
54aa7630a2fd: Pull complete 
Digest: sha256:601541c677a06bd587e0d2e5c78913cce34d4864a9c837037326668c2b8f7c72
Status: Downloaded newer image for myoung34/github-runner:latest
docker.io/myoung34/github-runner:latest

I'm not seeing the issue on my side. There's no "verbose" output to docker pull for me to help you with but you can try looking at the docker daemon logs to see if anything gets flagged.