forked from GoogleContainerTools/rules_distroless
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bullseye.yaml
37 lines (34 loc) · 966 Bytes
/
bullseye.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# Packages for examples/debian_snapshot.
#
# Anytime this file is changed, the lockfile needs to be regenerated.
#
# To generate the bullseye.lock.json run the following command
#
# bazel run @bullseye//:lock
#
# See debian_package_index at WORKSPACE.bazel
version: 1
sources:
- channel: bullseye main contrib
url: https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z
- channel: bullseye-security main
url: https://snapshot-cloudflare.debian.org/archive/debian-security/20240210T223313Z
- channel: bullseye-updates main
url: https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/
archs:
- "amd64"
- "arm64"
packages:
- "ncurses-base"
- "libncurses6"
- "tzdata"
- "coreutils" # for commands like `ls`
# for apt list --installed
- "dpkg"
- "apt"
- "perl"
# test cacerts() compatibility
- "ca-certificates"
# test multiple components: contrib
- "nvidia-kernel-common"
- "bash"