We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 140f443 + d048bfa commit 39cd4a0Copy full SHA for 39cd4a0
images/dind/node/Dockerfile
@@ -91,3 +91,5 @@ RUN systemctl enable crio-node.service
91
92
# Default crio storage to vfs. overlay on overlayfs is not supported in crio.
93
RUN echo "CRIO_STORAGE_OPTIONS=--storage-driver vfs" > /etc/sysconfig/crio-storage
94
+RUN sed -i 's/^plugin_dir .*/plugin_dir = "\/opt\/cni\/bin\/"/g' /etc/crio/crio.conf
95
+RUN sed -i 's/^registries .*/registries = [\n\t"docker.io",\n\t"registry.fedoraproject.org",\n\t"registry.access.redhat.com",/g' /etc/crio/crio.conf
0 commit comments