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
As a developer, when I push a new tag to the master branch, I want a Docker container of the application built and available in a public container repository.
Decisions:
Decide on container registry (DockerHub? GH Container Registry? Run our own Harbor/Quay?Trow?)
Decide on automated build tool (Github Actions? Run our own Jenkins/GoCD/Drone?)
I vote that, for now, we just run on GH Actions with GH Container Registry. It's cool to run our own everything, but as long as we're using hosted Git on GH, we might as well do everything there, imho.
Recommended Steps:
Create Dockerfile, ensure build works locally and app works.
Setup in GH Actions and ensure container is publicly accessible.
The text was updated successfully, but these errors were encountered:
As a developer, when I push a new tag to the master branch, I want a Docker container of the application built and available in a public container repository.
Decisions:
I vote that, for now, we just run on GH Actions with GH Container Registry. It's cool to run our own everything, but as long as we're using hosted Git on GH, we might as well do everything there, imho.
Recommended Steps:
The text was updated successfully, but these errors were encountered: