We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7301c89 commit e2a1f57Copy full SHA for e2a1f57
deploy/iso/minikube-iso/package/crio-bin/crio-bin.mk
@@ -56,6 +56,9 @@ define CRIO_BIN_INSTALL_TARGET_CMDS
56
$(INSTALL) -Dm644 \
57
$(BR2_EXTERNAL_MINIKUBE_PATH)/package/crio-bin/policy.json \
58
$(TARGET_DIR)/etc/containers/policy.json
59
+ $(INSTALL) -Dm644 \
60
+ $(BR2_EXTERNAL_MINIKUBE_PATH)/package/crio-bin/registries.conf \
61
+ $(TARGET_DIR)/etc/containers/registries.conf
62
63
mkdir -p $(TARGET_DIR)/etc/sysconfig
64
echo 'CRIO_OPTIONS="--storage-driver=overlay2 --log-level=debug"' > $(TARGET_DIR)/etc/sysconfig/crio
deploy/iso/minikube-iso/package/crio-bin/registries.conf
@@ -0,0 +1,5 @@
1
+[registries.search]
2
+registries = ['docker.io']
3
+
4
+[registries.insecure]
5
+registries = []
0 commit comments