Hi @BenTheElder, I followed the doc Local Registry, which is using plugins."io.containerd.grpc.v1.cri", and when deploy image, it is still not working .. Could you have a look and give some suggestion, please? Error in deployment: Failed to pull image "kind-registry:5000/service-a:...
Working Steps to reproduce: Checkouthttps://github.com/che-samples/console-java-simple docker run -v it to /builder/home Run - mvn - compile - com.google.cloud.tools:jib-maven-plugin:build - -Duser.home=/builder/home - -Dimage=image-registry.openshift-image-registry.svc:5000/test/image...
But the registry is working correctly, as evidenced by: docker manifest inspect myhost:5000/myimage:latest { "schemaVersion": 2, (...etc. successful result) Expected behavior docker buildx imagetools should respect HTTP insecure registries the same way docker manifest is doing. It should not...