22206: Upgrade Docker pins for version 27
[arvados.git] / tools / compute-images / scripts / etc-apt-preferences.d-arvados.pref
1 # Copyright (C) The Arvados Authors. All rights reserved.
2 #
3 # SPDX-License-Identifier: Apache-2.0
4
5 Explanation: Do not upgrade Arvados packages after they are installed
6 Explanation: (you should build a new compute image instead).
7 Package: *
8 Pin: origin "apt.arvados.org"
9 Pin-Priority: 50
10
11 # For every package that `base.sh` installs from a third-party repository,
12 # pin those packages to the last tested and known good version.
13
14 Package: src:docker-ce
15 Pin: version 5:27.*
16 Pin-Priority: 995
17
18 Package: containerd.io
19 Pin: version 1.7.*
20 Pin-Priority: 995
21
22 Package: src:libnvidia-container
23 Pin: version 1.16.*
24 Pin-Priority: 995
25
26 Package: src:nvidia-graphics-drivers
27 Pin: version 560.*
28 Pin-Priority: 995