How to supply multiple ImagePullSecrets to an s2i build in OpenShift – Docker
I'm trying to build an OCI image using the s2i mechanism of OpenShift. The Dockerfile is multi-stage, both base images are hosted inside two different, only privately accessible docker repositories. My BuildConfig looks like this: apiVersion: build.openshift.io/v1 kind: BuildConfig metadata:…