-
Notifications
You must be signed in to change notification settings - Fork 39
/
bullseye.yaml
39 lines (36 loc) · 973 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
38
39
# 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/
- channel: cloud-sdk main
url: https://packages.cloud.google.com/apt
archs:
- "amd64"
- "arm64"
packages:
- "ncurses-base"
- "libncurses6"
- "tzdata"
- "coreutils"
- "dpkg"
- "apt"
- "perl"
- "ca-certificates"
- "nvidia-kernel-common"
- "bash"
- "nginx-full"
- "nginx-core"
- "google-cloud-cli"