yesod-mirror/k8s/container/coder-dev-base-image/noble.yaml

37 lines
812 B
YAML
Raw Permalink Normal View History

# 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"