We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec8d579 commit 2667583Copy full SHA for 2667583
docker/mongodb-kubernetes-operator/Dockerfile
@@ -44,7 +44,7 @@ COPY --from=builder /data/om_version_mapping.json /data/om_version_mapping.json
44
45
ADD docker/mongodb-kubernetes-operator/licenses /data/licenses/
46
47
-FROM podman pull quay.io/mircea_cosbuc/ubi-micro-operator-base
+FROM quay.io/mircea_cosbuc/ubi-micro-operator-base
48
49
COPY --from=base /data/mongodb-kubernetes-operator /usr/local/bin/mongodb-kubernetes-operator
50
COPY --from=base /data/om_version_mapping.json /usr/local/om_version_mapping.json
0 commit comments