Some checks failed
CI / build (push) Failing after 12s
GitOrigin-RevId: 6370f6ea785709295b6abcf9c60717cacf3ac432
37 lines
No EOL
812 B
YAML
37 lines
No EOL
812 B
YAML
# Packages for examples/ubuntu_snapshot.
|
|
#
|
|
# Anytime this file is changed, the lockfile needs to be regenerated.
|
|
#
|
|
# To generate the noble.lock.json run the following command
|
|
#
|
|
# bazel run @noble//:lock
|
|
#
|
|
# See debian_package_index at WORKSPACE.bazel
|
|
version: 1
|
|
|
|
sources:
|
|
- channel: noble main
|
|
url: https://snapshot.ubuntu.com/ubuntu/20240301T030400Z
|
|
- channel: noble-security main
|
|
url: https://snapshot.ubuntu.com/ubuntu/20240301T030400Z
|
|
- channel: noble-updates main
|
|
url: https://snapshot.ubuntu.com/ubuntu/20240301T030400Z
|
|
|
|
archs:
|
|
- "amd64"
|
|
- "arm64"
|
|
|
|
packages:
|
|
- "ncurses-base"
|
|
- "libncurses6"
|
|
- "tzdata"
|
|
- "bash"
|
|
- "coreutils" # for commands like `ls`
|
|
- "grep"
|
|
# for apt list --installed
|
|
- "dpkg"
|
|
- "apt"
|
|
- "perl"
|
|
- "git"
|
|
- "python3"
|
|
- "ca-certificates" |