We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently, we pass github.sha to buildah, to create image with this tag. However, we use also "latest" tag and tag with current date.
github.sha
That means, that if user pulls the image via other then sha tag, it will no longer be possible to get the commit hash from the image.
We should consider adding some information about hash of the latest commit to the released images.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently, we pass
github.sha
to buildah, to create image with this tag.However, we use also "latest" tag and tag with current date.
That means, that if user pulls the image via other then sha tag, it will no longer be possible to get the commit hash from the image.
We should consider adding some information about hash of the latest commit to the released images.
The text was updated successfully, but these errors were encountered: