balena-io-modules / balena-preload

Script for preloading containers onto balena device images
https://www.balena.io/
Apache License 2.0
35 stars 8 forks source link

Use the sdk instead of `request` for registry requests #295

Closed thgreasi closed 1 month ago

thgreasi commented 1 month ago

Depends-on: https://github.com/balena-io-modules/balena-request/pull/184 Change-type: patch See: https://balena.zulipchat.com/#narrow/stream/346007-balena-io.2FbalenaCloud/topic/balenaCLI.20bumps/near/450776493

otaviojacobi commented 1 month ago

@thgreasi I plan on testing this today. If it works, I prefer your approach to mine in #294 as it is more consistent. I will let you know.

otaviojacobi commented 1 month ago

This works :tada:

otaviojacobi commented 1 month ago

supersede #294