ansible-lint-action icon indicating copy to clipboard operation
ansible-lint-action copied to clipboard

Image on hub.docker.com

Open darkdragon-001 opened this issue 3 years ago • 3 comments

Please provide an official container image on Docker Hub. This should increase speed in the Github CI and allow people on Gitlab to use it as well.

darkdragon-001 avatar Mar 19 '22 11:03 darkdragon-001

I am inclined to refuse this due to complexities involved but if someone would propose a github pipeline that we can run on schedule that can sync containers from quay.io to docker.io and ghcr.io registries, I would likely approve it.

I can see the reason, but I just want to avoid including this in normal release pipeline, as any additional external service is likely to cause random outages. Still, a schedule that runs every hour would not hurt anyone.

ssbarnea avatar Mar 21 '22 12:03 ssbarnea

Here is an example GitHub CI Workflow that pushes to GitHub https://github.com/DSpace/DSpace/blob/main/.github/workflows/docker.yml#L92-L156

misilot avatar Mar 21 '22 16:03 misilot

akhilerm/tag-push-action does pretty much exactly what you want (i.e. pull, re-tag, push).
There's also Sinker, a CLI tool to sync images between repositories.

tigattack avatar Apr 04 '22 17:04 tigattack