actions-runner-controller icon indicating copy to clipboard operation
actions-runner-controller copied to clipboard

actions-runner-controller image in the gallery.ecr.aws

Open ymedlop opened this issue 1 year ago • 4 comments

What would you like added?

I would like to request that the actions-runner-controller image be published in the gallery.ecr.aws repository.

Why is this needed?

We are currently using Kubernetes clusters in AWS, where we are sourcing images from gallery.ecr.aws instead of Docker. This approach is in place to mitigate quotas issues associated with pulling images directly from Docker. Our organization does not have a subscription with Docker.

ymedlop avatar Sep 19 '24 08:09 ymedlop

Hello! Thank you for filing an issue.

The maintainers will triage your issue shortly.

In the meantime, please take a look at the troubleshooting guide for bug reports.

If this is a feature request, please review our contribution guidelines.

github-actions[bot] avatar Sep 19 '24 08:09 github-actions[bot]

As an alternative, consider using Pull-Through Cache rules in ECR to make your own copy. https://aws.amazon.com/about-aws/whats-new/2021/11/amazon-ecr-cache-repositories/

BowlesCR avatar Oct 21 '24 14:10 BowlesCR

As an alternative, consider using Pull-Through Cache rules in ECR to make your own copy. https://aws.amazon.com/about-aws/whats-new/2021/11/amazon-ecr-cache-repositories/

Thanks you! I will take a look.

ymedlop avatar Oct 24 '24 09:10 ymedlop

Thank you for the suggestion! To avoid Docker rate limits, we are currently using the images available directly in GitHub Packages: GitHub Packages - actions-runner-controller.

This approach has been working well for us, but having the images in gallery.ecr.aws would certainly streamline the process for AWS-focused workflows.

endersonmenezes avatar Jan 07 '25 13:01 endersonmenezes