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
There are only two tags on the Docker image in DockerHub, latest and 3.0.0 (which is 5 years old). It is generally considered an anti-pattern to use latest on any Docker deployment, especially into a production environment. Can you make it so that each image build gets tagged with the same tag that is in the git repo?
There are only two tags on the Docker image in DockerHub,
latest
and3.0.0
(which is 5 years old). It is generally considered an anti-pattern to uselatest
on any Docker deployment, especially into a production environment. Can you make it so that each image build gets tagged with the same tag that is in the git repo?Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: