Skip to content

Conversation

@afdesk
Copy link
Contributor

@afdesk afdesk commented Dec 17, 2025

Description

This PR adds next metadata in UBI9 based image:

  • a license file locates in /licenses/LICENSE
  • added the next labels on the image metadata
  • Labels.name: "ubi9-minimal" to "Trivy"
  • Labels.maintainer: "Red Hat, Inc." to "Aqua Security Software Ltd."
  • Labels.vendor: "Red Hat, Inc." to "Aqua Security Software Ltd."
$ docker inspect docker.io/aquasecurity/trivy-operator:dev-ubi9 | jq '.[0].Config.Labels | {name: .name, maintainer: .maintainer, vendor: .vendor}' 

{
  "name": "Trivy",
  "maintainer": "Aqua Security Software Ltd.",
  "vendor": "Aqua Security Software Ltd."
}

Checklist

  • I've read the guidelines for contributing to this repository.
  • I've added tests that prove my fix is effective or that my feature works.
  • I've updated the documentation with the relevant information (if needed).
  • I've added usage information (if the PR introduces new options)
  • I've included a "before" and "after" example to the description (if the PR is a user interface change).

@github-actions github-actions bot added the misc label Dec 17, 2025
@afdesk afdesk marked this pull request as ready for review December 17, 2025 05:12
@afdesk afdesk requested a review from simar7 as a code owner December 17, 2025 05:12
@afdesk afdesk marked this pull request as draft December 17, 2025 05:13
@afdesk afdesk marked this pull request as ready for review December 17, 2025 05:16
@afdesk afdesk marked this pull request as draft December 17, 2025 05:44
@afdesk afdesk marked this pull request as ready for review December 17, 2025 06:49
@antonpetrov-aquasec
Copy link

Hi, can this be promoted for the next release? Thanks.

@afdesk afdesk added this to the v0.30.0 milestone Dec 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants