Skip to content

fix: override image description label to remove emojis#552

Closed
leiicamundi wants to merge 1 commit intomainfrom
fix/emoji-in-description
Closed

fix: override image description label to remove emojis#552
leiicamundi wants to merge 1 commit intomainfrom
fix/emoji-in-description

Conversation

@leiicamundi
Copy link
Copy Markdown
Contributor

Explicitly set org.opencontainers.image.description in all Dockerfiles to prevent the emoji-laden GitHub repo description (injected by docker/metadata-action) from breaking enterprise registries like JFrog.

Explicitly set org.opencontainers.image.description in all Dockerfiles
to prevent the emoji-laden GitHub repo description (injected by
docker/metadata-action) from breaking enterprise registries like JFrog.
@leiicamundi leiicamundi requested a review from Copilot April 14, 2026 16:08
@leiicamundi leiicamundi self-assigned this Apr 14, 2026
@leiicamundi leiicamundi added the bug Something isn't working label Apr 14, 2026
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR hard-codes an OCI image description label in the Keycloak image Dockerfiles so the final org.opencontainers.image.description does not inherit the GitHub repository description (and its emojis), which can break stricter enterprise registries.

Changes:

  • Add an explicit org.opencontainers.image.description label to all Keycloak 23–26 Dockerfiles (Bitnami and Quay variants).
  • Remove the now-misleading “generated at buildtime” comment entry for org.opencontainers.image.description in each Dockerfile.

Reviewed changes

Copilot reviewed 8 out of 8 changed files in this pull request and generated no comments.

Show a summary per file
File Description
keycloak-26/Dockerfile.quay Adds explicit OCI description label for Keycloak 26 Quay image.
keycloak-26/Dockerfile Adds explicit OCI description label for Keycloak 26 Bitnami image.
keycloak-25/Dockerfile.quay Adds explicit OCI description label for Keycloak 25 Quay image.
keycloak-25/Dockerfile Adds explicit OCI description label for Keycloak 25 Bitnami image.
keycloak-24/Dockerfile.quay Adds explicit OCI description label for Keycloak 24 Quay image.
keycloak-24/Dockerfile Adds explicit OCI description label for Keycloak 24 Bitnami image.
keycloak-23/Dockerfile.quay Adds explicit OCI description label for Keycloak 23 Quay image.
keycloak-23/Dockerfile Adds explicit OCI description label for Keycloak 23 Bitnami image.

@leiicamundi
Copy link
Copy Markdown
Contributor Author

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

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants