Hello,
Due to current COVID-19 situation, I’m trying to work on an app running on BalenaOS at home.
My laptop can reach our corporate docker registry, but my IoT device cannot.
I have set up a docker registry on my laptop, so I can pull image down, and push onto it, so the IoT device can access accross my LAN.
My problem is - Can I configure the build do use my registry as an insecure registry why I perform balena push
?
I’m currently getting the following error during push…
Some services failed to build:
angelia: (HTTP code 500) server error - Get https://192.168.40.32:5000/v2/: http: server gave HTTP response to HTTPS client
Thanks