Hi All,
we are trying to configure our DC managed by helm to permit the download
via imagestream from a private repository hosted on Nexus. Actually we
configured the YAML image stream definition like this:

kind: ImageStream
apiVersion: image.openshift.io/v1
metadata:
  name: nginx-porting
  namespace: "dummy-dev"
  labels:
    application: "nginx-porting-dev"
spec:
  dockerImageRepository: "nexus.local:8187/application/nginx-porting"
  tags:
    - name: latest

We noticed that the image stream can't resolve and pull the image but we
didn't find some logs to perform the analysis. The are some documentation
or tips related to this type of configuration?

Thanks in advance,
Marcello
_______________________________________________
users mailing list
users@lists.openshift.redhat.com
http://lists.openshift.redhat.com/openshiftmm/listinfo/users

Reply via email to