github.com/operator-framework/operator-lifecycle-manager@v0.30.0/test/e2e/data/kiali-image-bundle/Dockerfile (about) 1 # bundle image containining kiali manifests for e2e test 2 # docker build -t quay.io/olmtest/installplan_e2e-bundle-image . 3 FROM registry.access.redhat.com/ubi8/ubi-minimal 4 5 LABEL OLMTest="TestInstallPlanFromBundleImage" 6 7 COPY manifests /manifests 8 COPY metadata /metadata