yesod-mirror/k8s/container/coder-dev-base-image/noble.yaml
Copybara 8157b39ea4
Some checks failed
CI / build (push) Failing after 12s
Project import generated by Copybara.
GitOrigin-RevId: 6370f6ea785709295b6abcf9c60717cacf3ac432
2026-01-20 21:26:21 +00:00

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"