Hi, let's say we have an ImageStream with the following definition: spec: dockerImageRepository: centos/ruby-22-centos7 status: dockerImageRepository: 172.30.107.255:5000/import/ruby-22-centos7
There is also an BuildConfig referencing this ImageStream by: sourceStrategy: from: kind: ImageStreamTag name: ruby-22-centos7:latest If you start build from this BuildConfig you get: Error from server: imageStreamTag "ruby-22-centos7:latest" not found There are intentionally no tags yet in the ImageStream. But it knows where to get them. Should not have openshift downloaded the image in the first place or is it correct to get this error? Thanks, Tomas Nozicka _______________________________________________ dev mailing list [email protected] http://lists.openshift.redhat.com/openshiftmm/listinfo/dev
