GoogleContainerTools / rules_distroless

Apache License 2.0
54 stars 33 forks source link

feat: add MODULE.bazel support to copy.sh plus silent lockless repos #88

Closed jjmaestro closed 4 weeks ago

jjmaestro commented 2 months ago

[!NOTE]
Stacked on top of #87

feat: add support for MODULE.bazel to the lock copy.sh script

Add support for MODULE.bazel to the lock script and avoid printing an unnecessary (and annoying 😅) error when building in a "modern repo".

feat: avoid DEBUG messages for lockless repos

Add a nolock attribute to avoid getting annoying DEBUG messages for repos that we explicitly want to run without a lock.

thesayyn commented 4 weeks ago

@jjmaestro could you rebase this one?

jjmaestro commented 4 weeks ago

@thesayyn done! I've also rebased the rest