openllb / hlb

A developer-first language to build and test any software efficiently
https://openllb.github.io/hlb/
Apache License 2.0
108 stars 12 forks source link

Provide registry creds to image resolver #337

Closed aaronlehmann closed 1 year ago

aaronlehmann commented 1 year ago

Previously, HLB never provided credentials to image resolvers, so image resolution wouldn't work against registries that require authentication. This shims standard buildkit authprovider to provide credentials based on the local Docker configuration, so we reuse that logic instead of copy/pasting it.

aaronlehmann commented 1 year ago

@hinshun: Do you know what happened with CI?

hinshun commented 1 year ago

@coryb owns the DO droplet for the GH runner.

aaronlehmann commented 1 year ago

CI passed (not sure why it was delayed)