Skip to content
New issue

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

Suite release publishes a new stable Conjur image #203

Open
izgeri opened this issue Dec 18, 2020 · 0 comments
Open

Suite release publishes a new stable Conjur image #203

izgeri opened this issue Dec 18, 2020 · 0 comments

Comments

@izgeri
Copy link
Contributor

izgeri commented Dec 18, 2020

With each new suite release, we're indicating to our end users the Conjur version we suggest they use in their own deployments.

To make this as easy as possible, we should add a stable tag to the Conjur DockerHub image that is published on a new suite release.

Given the suite versioning scheme, for a suite release version v1.x.y+suite.1, when the suite release is published in the final step of the release process it would trigger publishing the Conjur version as a stable image:

docker pull cyberark/conjur:1.x.y
docker tag cyberark/conjur:1.x.y cyberark/conjur:stable
docker push cyberark/conjur:stable

Details of how publishing the suite release could trigger a stable image to be published are TBD, but would require a Jenkins pipeline due to the required DockerHub privileges.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

1 participant