Hi, I’m trying to deploy a Mendix application into my private cloud that runs on a local standalone Kubernetes cluster. Currently I only have an insecure HTTP based docker registry as I have no valid certificates. I’m currently getting the following when I try to build the application: "Failed to build mendix app, failed to append layer to base image pushing image docker-registry:5000/repo:example-mendixapp: Get \"https://docker-registry:5000/v2/\": http: server gave HTTP response to HTTPS client" Is there a way to push application into an insecure docker registry? Thanks
↧