GoogleContainerTools / distroless

🥑 Language focused docker images, minus the operating system.
Apache License 2.0
18.17k stars 1.11k forks source link

use of non existing index.bzl file #1573

Closed cristifalcas closed 2 months ago

cristifalcas commented 2 months ago

Describe the bug A clear and concise description of what the bug is.

The project uses an non existing bzl file at private/repos/deb/repositories.bzl:

load("@rules_distroless//apt:index.bzl", "deb_index")

This results in this failure:

ERROR: Label '@rules_distroless//apt:index.bzl' is invalid because 'apt' is not a package; perhaps you meant to put the colon here: '@rules_distroless//:apt/index.bzl'?

To Reproduce Steps to reproduce the behavior:

Expected behavior A clear and concise description of what you expected to happen.

Console Output If applicable, add information from your container run

Additional context Add any other context about the problem here.

cristifalcas commented 2 months ago

i'm being silly, there is now a proper rules_distroless repo