...
1# Packages for examples/debian_snapshot.
2#
3# Anytime this file is changed, the lockfile needs to be regenerated.
4#
5# To generate the bullseye.lock.json run the following command
6#
7# bazel run @bullseye//:lock
8#
9# See debian_package_index at WORKSPACE.bazel
10version: 1
11
12sources:
13 - channel: bullseye main
14 url: https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z
15 - channel: bullseye-security main
16 url: https://snapshot-cloudflare.debian.org/archive/debian-security/20240210T223313Z
17 - channel: bullseye-updates main
18 url: https://snapshot-cloudflare.debian.org/archive/debian/20240210T223313Z/
19
20archs:
21 - "amd64"
22 - "arm64"
23
24packages:
25 - "build-essential"
26 - "git"
27 - "python3"
28 - "rsync"
29 # for apt list --installed
30 - "dpkg"
31 - "apt"
32 # test cacerts() compatibility
33 - "ca-certificates"
View as plain text