We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ecb88c5 + a26f4e3 commit 7b6f6a0Copy full SHA for 7b6f6a0
docker/base/apt_preferences.debian
@@ -17,3 +17,13 @@ Pin-Priority: 1000
17
Package: logstash-oss
18
Pin: version 7.9.*
19
Pin-Priority: 1000
20
+
21
+# NOTE(hrw): we do not want backports unless requested
22
+Package: *
23
+Pin: release n=bullseye-backports
24
+Pin-Priority: -1000
25
26
+# NOTE(hrw): let us list some backports
27
+Package: openvswitch* python3-openvswitch ovn-*
28
29
+Pin-Priority: 1024
0 commit comments