moveit / moveit2

:robot: MoveIt for ROS 2
https://moveit.ai/
BSD 3-Clause "New" or "Revised" License
1.06k stars 516 forks source link

Flaky push/pull success when accessing GHCR Docker registry #1895

Open henningkayser opened 1 year ago

henningkayser commented 1 year ago

We have been seeing weird issues when pulling and pushing docker images in CI jobs (and also locally, at least for me).

Examples

I'm still trying to make sense of this. Re-triggering CI already succeeded the jobs for a couple times, but now it seems to fail consistently, at least for most build jobs.

vatanaksoytezer commented 1 year ago

@henningkayser should we fall back to docker.io until this is resolved?

vatanaksoytezer commented 1 year ago

https://quay.io/ also offers free storage for open-source repositories and has been fairly stable in my experience.

github-actions[bot] commented 1 year ago

This issue is being labeled as stale because it has been open 45 days with no activity. It will be automatically closed after another 45 days without follow-ups.

henningkayser commented 1 year ago

keeping this open since we still haven't found a fix for this, but docker.io is running smoothly for now

henningkayser commented 1 year ago

Possibly related issue https://github.com/docker/build-push-action/issues/851