IBM / cp4waiops-connectors-java-template

A repository to host the Java template for new AIOps Connectors
Apache License 2.0
4 stars 19 forks source link

kustomization.yaml pointing to missing image - instana-topology #5

Open rolivieri opened 1 year ago

rolivieri commented 1 year ago

The kustomization.yaml file is pointing to an image (instana-topology) that does not exist --> https://github.com/IBM/cp4waiops-connectors-java-template/blob/main/bundle-artifacts/prereqs/kustomization.yaml#L26

docker pull cp.icr.io/cp/cp4waiops/instana-topology@sha256:ebb68df8e8d2a9e964589e54ea5bf9cbe66c7841a35045dfd01e80ee1cefbc37
Error response from daemon: manifest for cp.icr.io/cp/cp4waiops/instana-topology@sha256:ebb68df8e8d2a9e964589e54ea5bf9cbe66c7841a35045dfd01e80ee1cefbc37 not found: manifest unknown: manifest unknown

Screenshot 2023-02-07 at 5 38 03 PM

Screenshot 2023-02-07 at 5 37 06 PM

Screenshot 2023-02-07 at 5 36 52 PM

rolivieri commented 1 year ago

@sghung Isn't the following the right digest: fe383760fe813ae393066ec0d26313a63c19ddab59059bb009dca4f603749026?

rolivieri commented 1 year ago

@sghung

$ docker pull cp.icr.io/cp/cp4waiops/instana-topology@sha256:fe383760fe813ae393066ec0d26313a63c19ddab59059bb009dca4f603749026
cp.icr.io/cp/cp4waiops/instana-topology@sha256:fe383760fe813ae393066ec0d26313a63c19ddab59059bb009dca4f603749026: Pulling from cp/cp4waiops/instana-topology
d6e3788a121c: Downloading [=========>                                         ]  6.765MB/36.48MB
b336a633f9e2: Download complete 
f94f36311f7d: Downloading [==>                                                ]  5.898MB/104.7MB
7872d81319ad: Downloading [>                                                  ]  540.1kB/141.7MB
b4c64fd0363f: Waiting 
rolivieri commented 1 year ago

@sghung Similar problem with the generic-topology-processor image: https://github.com/IBM/cp4waiops-connectors-java-template/blob/main/bundle-artifacts/prereqs/kustomization.yaml#L23. It seems to be using a wrong digest: 16a936ef8e0b67ad7511ae3d1590f1f568a06dba51761e6cfd0a82cb5c60a4aa. Should not the digest be this one instead? --> 5b060dea67367650b4706997f97853809d616f135f7d2a8197699a2f2ad28c1e

Screenshot 2023-02-08 at 9 19 27 AM

Screenshot 2023-02-08 at 9 26 56 AM

rolivieri commented 1 year ago

@sghung Sharing here my fork in case it helps: https://github.com/rolivieri/cp4waiops-connectors-java-template/blob/main/bundle-artifacts/prereqs/kustomization.yaml