-
Notifications
You must be signed in to change notification settings - Fork 51
Open
Labels
feature requestNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Description
apt = use_extension("@rules_distroless//apt:extensions.bzl", "apt")
apt.configure(
architectures = ["amd64", "arm64"]
)
apt.sources_list(
"deb [arch=amd64,arm64] https://snapshot.ubuntu.com/ubuntu/20240301T030400Z noble main",
"deb [arch=amd64,arm64] https://snapshot.ubuntu.com/ubuntu/20240301T030400Z noble-security main",
"deb [arch=amd64,arm64] https://snapshot.ubuntu.com/ubuntu/20240301T030400Z noble-updates main",
)
apt.install(
"ncurses-base",
"libncurses6",
"tzdata",
"coreutils:arm64",
"libstdc++6:i386"
)
apt.lock(into = ":lock.json")
jjmaestro
Metadata
Metadata
Assignees
Labels
feature requestNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed