forked from flavienbwk/apt-mirror-docker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mirror.list
77 lines (63 loc) · 4.01 KB
/
mirror.list
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
set base_path /var/spool/apt-mirror
set mirror_path $base_path/mirror
set skel_path $base_path/skel
set var_path $base_path/var
set postmirror_script $var_path/postmirror.sh
set defaultarch amd64
set run_postmirror 0
set nthreads 6
set limit_rate 100m
set _tilde 0
# Use --unlink with wget (for use with hardlinked directories)
set unlink 1
set use_proxy off
set http_proxy 127.0.0.1:3128
set proxy_user user
set proxy_password password
deb http://ftp.halifax.rwth-aachen.de/ubuntu jammy main restricted universe multiverse
deb http://ftp.halifax.rwth-aachen.de/ubuntu jammy-updates main restricted universe multiverse
deb http://ftp.halifax.rwth-aachen.de/ubuntu jammy-security main restricted universe multiverse
deb http://ftp.halifax.rwth-aachen.de/ubuntu jammy-backports main restricted universe multiverse
deb [arch=i386] http://ftp.halifax.rwth-aachen.de/ubuntu jammy main restricted universe multiverse
deb [arch=i386] http://ftp.halifax.rwth-aachen.de/ubuntu jammy-updates main restricted universe multiverse
deb [arch=i386] http://ftp.halifax.rwth-aachen.de/ubuntu jammy-security main restricted universe multiverse
deb [arch=i386] http://ftp.halifax.rwth-aachen.de/ubuntu jammy-backports main restricted universe multiverse
clean http://ftp.halifax.rwth-aachen.de/ubuntu
deb [arch=arm64] http://ports.ubuntu.com/ubuntu-ports jammy multiverse
deb [arch=arm64] http://ports.ubuntu.com/ubuntu-ports jammy-updates multiverse
deb [arch=arm64] http://ports.ubuntu.com/ubuntu-ports jammy main restricted
deb [arch=arm64] http://ports.ubuntu.com/ubuntu-ports jammy universe
deb [arch=arm64] http://ports.ubuntu.com/ubuntu-ports jammy-updates universe
deb [arch=arm64] http://ports.ubuntu.com/ubuntu-ports jammy-backports main restricted universe multiverse
deb [arch=armhf] http://ports.ubuntu.com/ubuntu-ports jammy multiverse
deb [arch=armhf] http://ports.ubuntu.com/ubuntu-ports jammy-updates multiverse
deb [arch=armhf] http://ports.ubuntu.com/ubuntu-ports jammy main restricted
deb [arch=armhf] http://ports.ubuntu.com/ubuntu-ports jammy universe
deb [arch=armhf] http://ports.ubuntu.com/ubuntu-ports jammy-updates universe
deb [arch=armhf] http://ports.ubuntu.com/ubuntu-ports jammy-backports main restricted universe multiverse
clean http://ports.ubuntu.com/ubuntu-ports
deb http://mirror.i3d.net/debian bookworm main contrib non-free non-free-firmware
deb http://mirror.i3d.net/debian bookworm-updates main contrib non-free non-free-firmware
deb [arch=arm64] http://mirror.i3d.net/debian bookworm main contrib non-free non-free-firmware
deb [arch=arm64] http://mirror.i3d.net/debian bookworm-updates main contrib non-free non-free-firmware
deb [arch=armhf] http://mirror.i3d.net/debian bookworm main contrib non-free non-free-firmware
deb [arch=armhf] http://mirror.i3d.net/debian bookworm-updates main contrib non-free non-free-firmware
deb http://mirror.i3d.net/debian bullseye main contrib non-free
deb http://mirror.i3d.net/debian bullseye-updates main contrib non-free
deb [arch=arm64] http://mirror.i3d.net/debian bullseye main contrib non-free
deb [arch=arm64] http://mirror.i3d.net/debian bullseye-updates main contrib non-free
deb [arch=armhf] http://mirror.i3d.net/debian bullseye main contrib non-free
deb [arch=armhf] http://mirror.i3d.net/debian bullseye-updates main contrib non-free
clean http://mirror.i3d.net/debian
#deb http://pkgs.tailscale.com/stable/ubuntu jammy main
deb [arch=arm64] http://archive.raspberrypi.com/debian bookworm main
deb [arch=armhf] http://archive.raspberrypi.com/debian bookworm main
deb [arch=arm64] http://archive.raspberrypi.com/debian bullseye main
deb [arch=armhf] http://archive.raspberrypi.com/debian bullseye main
# ==
# Example of other repos
# ==
# deb http://apt.postgresql.org/pub/repos/apt/ bionic-pgdg main
# deb http://download.docker.com/linux/ubuntu jammy stable
# deb [arch=arm64] http://download.docker.com/linux/ubuntu jammy stable
# deb http://apt.kubernetes.io kubernetes-bionic main