I’m trying to install and use okteto, my images are stored in a private registry on artifactory. when i try to run okteto build or okteto deploy im encountering this error:
Error checking image at registry docker.artifactory..com/infra/roei-nginx:latest: error checking image at registry docker.artifactory..com/infra/roei-nginx:latest: error getting image tag with digest: error getting image digest: error getting image descriptor: Get "https://docker.artifactory..com/v2/": tcp dial failed for docker.artifactory..com:443: tls: failed to verify certificate: x509: certificate is valid for artifactory..com, not docker.artifactory..com
Unfortunately my artifactory is not running on https but http and in order to bypass on my server it I can just set docker.artifactory.****.com as an insecure registry at /etc/docker/daemon.json
How can I make okteto to skip the verification? or can I configure my registry as an insecure one?