Hi Krzysztof, Running a kubectl to describe the pod e.g.
$ kubectl -n onap describe pod dev-sniro-emulator-sniro-emulator-7fcf786cc4-mj7xj returns info such as: Image: nexus3.onap.org:10001/onap/sniroemulator:1.0.0 Then a find for "sniroemulator" across all ONAP projects returns these results: $ find . \( -name "Dockerfile" -o -name "pom.xml" \) -type f -print | xargs grep sniroemulator ./integration/test/mocks/sniroemulator/pom.xml: <artifactId>sniroemulator</artifactId> ./integration/test/mocks/sniroemulator/pom.xml: <name>sniroemulator</name> ./integration/test/mocks/sniroemulator/pom.xml: <start-class>org.onap.integration.test.mocks.sniroemulator.MockApplication</start-class> ./integration/test/mocks/sniroemulator/src/main/docker/Dockerfile:COPY sniroemulator.jar /var/wiremock/lib/app.jar I imagine that this is a straighforward script to automate or an index that can be pre-computed. Keong -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#17161): https://lists.onap.org/g/onap-discuss/message/17161 Mute This Topic: https://lists.onap.org/mt/31697270/21656 Group Owner: [email protected] Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
