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

Alias docker tags without Keycloak minor/patch version #1069

Merged
merged 1 commit into from
Jun 25, 2024

Conversation

daniel-shuy
Copy link
Contributor

@daniel-shuy daniel-shuy commented Jun 24, 2024

What this PR does / why we need it:

Currently, the format of Docker tags is <keycloak-config-cli version>-<keycloak library version>, e.g. 6.0.2-22.0.4. Since the Keycloak library is backwards compatible to within the same major version, usually the keycloak-config-cli user will want to use the latest minor/patch version of the Keycloak library, without having to manually update the image tag everytime there is a new release.

For each release, in addition to the existing Docker tags (x.x.x-x.x.x), the updated Actions workflow also tags the Docker image with the format x.x.x-x (e.g. 6.0.2-22, latest-22).

Which issue this PR fixes (optional, in fixes #<issue number>(, fixes #<issue_number>, ...) format, will close that issue when PR gets merged): fixes #808

Special notes for your reviewer:

This was originally addressed in #850, but didn't work due to a typo. This PR contains the fix, as well as some improvements.

PR Readiness Checklist:

Complete these before marking the PR as ready to review:

  • the CHANGELOG.md release notes have been updated to reflect any significant (and particularly user-facing) changes introduced by this PR

@jonasvoelcker jonasvoelcker merged commit cf28b9d into adorsys:main Jun 25, 2024
11 checks passed
@jonasvoelcker
Copy link
Collaborator

Hi @daniel-shuy,

after some releases due to a broken plugin we are now certain that all tags get created as desired, thanks a lot :)

https://hub.docker.com/r/adorsys/keycloak-config-cli/tags?name=6.1.3

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

Successfully merging this pull request may close these issues.

Docker tags without Keycloak minor/patch version
2 participants