Hello everyone, I am trying to build the flyte pro...
# flyte-support
c
Hello everyone, I am trying to build the flyte project but getting the error: "server gave HTTP response to HTTPS client" I am using
flyte-sandbox-buildkit
by envd context and hoping it will push the image to
flyte-sandbox-docker-registry
that comes as part of
flytectl demo start
. Please let me know if I am missing any configuration or prerequisite.
n
Hi! We've seen other users run into this before, but I don't see a solution posted. @late-traffic-56555 and @damp-lion-88352 do you have any insight here? Did you ever get this working? If so, what did you do? reference: https://flyte-org.slack.com/archives/CP2HDHKE1/p1704224298173729
c
Please, I appreciate your help
d
Can you help me try remote registry?
envd has bug for local registry months ago, (not because of flyte)
c
@damp-lion-88352 is it possible to use local insecure registry
d
I think maybe not, can test it next week
c
Sure I will try to use remote registry, somehow in my setup is not allowed to push the image outside. I will check and let you know update
d
Ok, thank you!
🙌 1
It's doable in local registry
for insecure registry, I am not sure. Can you help me test this?
Copy code
"1. Install flytekitplugins-envd using: pip install flytekitplugins-envd\n"
"2. If you plan to use a local registry, ensure you create your envd context. For example:\n"
"envd context create --name flyte-sandbox --builder tcp --builder-address localhost:30003 --use"
and specify your local registry
for example somthing like this.
Copy code
ImageSpec(
    name="basic",
    registry="localhost:30000",
    packages=["pandas"],
    apt_packages=['git'],
)
c
Hello @damp-lion-88352, tried using
flyte-sandbox-docker-registry
which comes as part of demo cluster but it dint work, any suggestion. If I understand correctly it is insecure registry
@damp-lion-88352 could you please help, stuck here 🙂