Skip to content

Commit

Permalink
doc: remove mention of gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
leiicamundi committed Mar 21, 2024
1 parent 1ae05a2 commit cb9d218
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DEVELOPER.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ When adding a new version of Keycloak, follow these steps:
4. **Final Image Tags:**
- The final image will have the following tags:
- `camunda/keycloak:24` (mutable - triggered by any change in the base image of Keycloak)
- `camunda/keycloak:24.0.1-1` (mutable - triggered by any change not part of the base image of Keycloak, e.g., gradle dependencies)
- `camunda/keycloak:24.0.1-1` (mutable - triggered by any change not part of the base image of Keycloak)
- `camunda/keycloak:24.0.1-1-${date in yyyy-mm-dd-xxx format}` (immutable, recommended for production usage)

Following these steps ensures a smooth integration of new Keycloak versions, consistent testing across the development environment, and easy access to the latest version. Happy coding!

0 comments on commit cb9d218

Please sign in to comment.