You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @pfreitag , I see an issue where this container can get outdated very quickly. We just hit an issue where cffromat installed in the docker image is old.
What would be the best approach to make sure the depenencies are kept up to date? Could the image be built on a cron job? Or what other ideas do you have?
The text was updated successfully, but these errors were encountered:
Hey @lmajano - yes it could be built with a cron job in github actions - I do that with minibox, but I've found that they automatically disable cron jobs if the repo doesn't have activity for a few months, so it still requires manual intervention.
Let me think on it, for now I've created a new build: https://github.com/foundeo/cfml-ci-tools/releases/tag/v1.0.7 all I have to do to create a new build is to publish a new release and the CI takes care of the rest, so it's quite simple for me to rebuild this whenever needed.
Hi @pfreitag , I see an issue where this container can get outdated very quickly. We just hit an issue where cffromat installed in the docker image is old.
What would be the best approach to make sure the depenencies are kept up to date? Could the image be built on a cron job? Or what other ideas do you have?
The text was updated successfully, but these errors were encountered: