tinkerbell / hook

In-memory Operating System Installation Environment for Executing Tinkerbell Workflows
Apache License 2.0
102 stars 49 forks source link

Added support for allowing image pull from local registry #139

Closed panktishah26 closed 1 year ago

panktishah26 commented 2 years ago

Description

Allow fetching images from local registries in place of public registries.

Why is this needed

We cannot use images from local registries as hook bootkit doesn't support local registry certificate as well as insecure pull from local registries. With this PR, I have added insecure registry support for hook bootkit.

Fixes: #

How Has This Been Tested?

I have tested these changes by creating EKS-A baremetal cluster by giving local registry URL as well as public one.

jacobweinstock commented 1 year ago

This functionality now exist in main via https://github.com/tinkerbell/hook/pull/150