Skip to main content

When following https://docs.ifs.com/techdocs/22r1/060_development/050_development_tools/002_developer_studio/030_reference/600_java_debugger/ guide, Developer Studio generated docker-compose.yml file with a bunch of images, like ifscloud.jfrog.io/docker/ifs/ifsapp-odata:21.2.7.20220331065926.0.

Pulling one of them, ifscloud.jfrog.io/docker/ifs/mockiam:22.1E.0.1639656520, gives error:

manifest for ifscloud.jfrog.io/docker/ifs/mockiam:22.1E.0.1639656520 not found: manifest
unknown: The named manifest is not known to the registry.

As I checked, in ifscloud.jfrog.io/docker there is no such an image at all.

 

So I changed it to ifscloud.jfrog.io/docker/ifs/ifsapp-iam:21.2.7.0.0, but now I get repeated errors in the form of:

ifsapp-mock-iam           | *** API secret aurena-secret is empty
ifsapp-mock-iam           | *** secret ifsiam-admin will be fetched from API
ifsapp-mock-iam           | cat: /run/secrets/kubernetes.io/serviceaccount/token: No such file or directory
ifsapp-mock-iam           | *** TOKEN is empty 
ifsapp-mock-iam           | cat: /run/secrets/kubernetes.io/serviceaccount/namespace: No such file or directory
ifsapp-mock-iam           | *** NAMESPACE is empty 
ifsapp-mock-iam           | curl: (6) Could not resolve host: kubernetes.default.svc
ifsapp-mock-iam           | curl: (6) Could not resolve host: kubernetes.default.svc
ifsapp-mock-iam           | curl: (6) Could not resolve host: kubernetes.default.svc
ifsapp-mock-iam           | curl: (6) Could not resolve host: kubernetes.default.svc
ifsapp-mock-iam           | curl: (6) Could not resolve host: kubernetes.default.svc
ifsapp-mock-iam           | curl: (6) Could not resolve host: kubernetes.default.svc

and the application homepage is not responding. What should I do?

Hi @subslk 

 

Seems like the clouddev repo for 22r1 is not updated with correct mockiam image version. Can you take a look.

/Harshini


@hamalk as guided by your team this image was pushed. 

https://ifsdev.atlassian.net/browse/EPZET-13431

 

/Subs


Reply