Tags: GoogleContainerTools/rules_distroless
Tags
feat: bzlmod support (#50) * feat: bzlmod now working * refactor: don't use index.bzl as we'd need to document a bzlmod argument. Buildifier checks now passing * chore: remove rules_distroless version from bzlmod example * fix: lock updating under bzlmod * fix: resolve transitive dependencies with package lock by default under bzlmod * chore: buildifier * fix: get package_name to build package index function name. Now works under bzlmod and workspace * refactor: cleanup setting lockfile repo under bzlmod * chore: remove bzlmod example and add it into e2e/smoke * chore: buildifier