git-sync icon indicating copy to clipboard operation
git-sync copied to clipboard

Use a different Docker image

Open elixapesa opened this issue 2 years ago • 1 comments

Hi Wei,

First and foremost, thank you so much for developing this action because it has been useful to me and my team's activities. Just a question, would it be possible for us to define a different Docker image? Like make it configurable? Due to Docker limits in place and we are moving A LOT of repositories from 1 scm to another, we keep on hitting the Docker limit threshold. We thought of taking advantage of our Artifactory instance to bypass that threshold however I am not sure how we could define that in your action.

Hope to hear from you soon!

Regards, Elixa

elixapesa avatar Mar 04 '22 02:03 elixapesa

Hi Elixa, thanks for your report! It's a great idea to transition to using a prebuilt docker image instead of a Dockfile which builds a new image on every run.

For the time being, please look into running docker system prune on a period schedule which should clear out stale and unused images.

wei avatar Mar 14 '22 19:03 wei