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
We have DockerHub integration set up and it kinda works, but it's both too inflexible (can only build directly from a Dockerfile, so no make docker(s)), and it takes forever (hours in the queue, ~90 minutes to build) and is a PITA to debug.
We have DockerHub integration set up and it kinda works, but it's both too inflexible (can only build directly from a Dockerfile, so no
make docker(s)
), and it takes forever (hours in the queue, ~90 minutes to build) and is a PITA to debug.Hence I think it would be best to use CircleCI workflows to build the images and push to DockerHub from there. Article on how to implement this exact use case: https://circleci.com/blog/using-circleci-workflows-to-replicate-docker-hub-automated-builds/
If nobody objects (e.g. with a better idea :D) I will try to set this up ASAP.
The text was updated successfully, but these errors were encountered: