Replies: 1 comment
-
It looks like you're using the right configuration according to what has been defined within the documentation for running all steps for a job within a container. In terms of caching images, this really depends on how you have ARC configured. There will be a different kind of solution for DIND than there would be for Kubernetes runners. For Docker-in-Docker, it depends on the capabilities of your underlying storage. If you have performant RWX PVCs, then mounting one of those to all of your runners and configuring Docker to use that volume mount as the |
Beta Was this translation helpful? Give feedback.
-
Hi,
I've recently started testing ARC and I'm a bit new to this so apologies if this was asked before or is common sense for many.
I would like to understand what is the best configuration of ARC in order to run jobs in containers where the image to be used is defined in the GitHub Actions .yaml file and how it would be possible to cache those images in the cluster to speed up following runs.
EXAMPLE from doc page:
https://docs.github.com/en/actions/using-jobs/running-jobs-in-a-container
thanks a lot for any idea/example you can share to help!
Beta Was this translation helpful? Give feedback.
All reactions