Skip to content

Commit

Permalink
build: drop ai-navigator images from listing for bundle (#1778)
Browse files Browse the repository at this point in the history
* build: drop ai-navigator-* images from licenses manifest

---------

Signed-off-by: Tarun Gupta Akirala <tarun.akirala@nutanix.com>
(cherry picked from commit 29d9af8)
  • Loading branch information
takirala committed Jan 2, 2024
1 parent 555bf28 commit 535fad8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
3 changes: 2 additions & 1 deletion hack/list-images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -132,11 +132,12 @@ gojq --yaml-input --raw-output 'select(.kind | test("^(?:Deployment|Job|CronJob|
./services/velero/*/{pre,post}-install/* \
>>"${IMAGES_FILE}"

# Ensure that all images are fully qualified to ensure usniqueness of images in the image bundle.
# Ensure that all images are fully qualified to ensure uniqueness of images in the image bundle.
sed --expression='s|^docker.io/||' \
--expression='s|\(^[^/]\+$\)|library/\1|' \
--expression='s|\(^[^/]\+/[^/]\+$\)|docker.io/\1|' \
--expression='s|\(^[^:]\+:\?$\)|\1:latest|' \
--expression='/^[[:space:]]*$/d' \
--expression='/ai-navigator-/d' \
"${IMAGES_FILE}" | \
sort --unique
8 changes: 0 additions & 8 deletions licenses.d2iq.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -608,14 +608,6 @@ resources:
notice_path: NOTICE
ref: ${image_tag}
url: https://github.com/kubernetes-sigs/prometheus-adapter
- container_image: docker.io/mesosphere/ai-navigator-cluster-info-agent:v0.1.0
sources:
- ref: ${image_tag}
url: https://github.com/mesosphere/ai-navigator-cluster-info-agent
- container_image: docker.io/mesosphere/ai-navigator-cluster-info-api:v0.1.0
sources:
- ref: ${image_tag}
url: https://github.com/mesosphere/ai-navigator-cluster-info-api
- container_image: docker.io/semitechnologies/weaviate:1.21.4
sources:
- license_path: LICENSE
Expand Down

0 comments on commit 535fad8

Please sign in to comment.