javapadawan
javapadawan

Reputation: 907

OpenshiftV3 Adding Docker Images from external Repository

I am new to OpenshiftV3 and I am just wondering if it's possible to add all images or sync openshift with images in an external docker-registry.

Example : All docker images found in https://registry.somehost.com can be visible in my openshift project.

Upvotes: 1

Views: 116

Answers (1)

Clayton
Clayton

Reputation: 3326

It is not possible today to synchronize an entire registry - you'll need to do it repo by repo using "oc import-image foo --all --confirm"

Upvotes: 1

Related Questions