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
Docker hub is free for public repositories and supports GitHub auto-builds, but the time taken to build new images is quite slow because of the queue (around 30 minutes).
A faster way would be to use travis to build an imagine on every commit and push that to docker hub.
The other alternative to host our own prive docker registry that does the image builds for us, but this is quite expensive and will be an additional thing to maintain.
The text was updated successfully, but these errors were encountered:
Docker hub is free for public repositories and supports GitHub auto-builds, but the time taken to build new images is quite slow because of the queue (around 30 minutes).
A faster way would be to use travis to build an imagine on every commit and push that to docker hub.
The other alternative to host our own prive docker registry that does the image builds for us, but this is quite expensive and will be an additional thing to maintain.
The text was updated successfully, but these errors were encountered: