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
Published images are tagged with a version corresponding to the original image version, but we do not publish a latest release. Even if we strongly forbid to use a latest release in production (we should explicitly use a pinned release), it could be useful for some users to pull fundocker/openshift-nginx for testing purpose.
Proposal
Add a supplementary latest tag during the build procedure
Push pinned and latest image to DockerHub
The text was updated successfully, but these errors were encountered:
A small refactor was necessary to be able to keep a
"latest" version of our images on DockerHub. I kept
the idea of building the image with its tag and found
a way to retrieve the tag as an output of the build
method in order to be able to tag and push the same
image with the "latest" tag.
Fixes#3
A small refactor was necessary to be able to keep a
"latest" version of our images on DockerHub. I kept
the idea of building the image with its tag and found
a way to retrieve the tag as an output of the build
method in order to be able to tag and push the same
image with the "latest" tag.
Fixes#3
Purpose
Published images are tagged with a version corresponding to the original image version, but we do not publish a
latest
release. Even if we strongly forbid to use a latest release in production (we should explicitly use a pinned release), it could be useful for some users to pullfundocker/openshift-nginx
for testing purpose.Proposal
latest
tag during the build procedureThe text was updated successfully, but these errors were encountered: