[PATCH] Dockerfile: Replace unneeded backports pinning with explicit release selection

30 views
Skip to first unread message

Jan Kiszka

unread,
Aug 6, 2021, 5:30:47 AM8/6/21
to kas-devel, Hieber, Steffen (SMO RS EN CCIT CD SR)
From: Jan Kiszka <jan.k...@siemens.com>

Backport repos have a priority of 100 by default, thus can just be added
with extra pinning. Use explicit release selection on the installation
of qemu-user-static instead, that's simpler.

Signed-off-by: Jan Kiszka <jan.k...@siemens.com>
---
Dockerfile.isar | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/Dockerfile.isar b/Dockerfile.isar
index 94dd0af..71dc3a8 100644
--- a/Dockerfile.isar
+++ b/Dockerfile.isar
@@ -8,7 +8,6 @@ ARG DEBIAN_FRONTEND=noninteractive

ENV LC_ALL=en_US.UTF-8
RUN echo 'deb http://deb.debian.org/debian buster-backports main' > /etc/apt/sources.list.d/buster-backports.list && \
- echo "Package: qemu-user-static\nPin: release n=buster-backports\nPin-Priority: 501\n\nPackage: *\nPin: release n=buster-backports\nPin-Priority: -1" > /etc/apt/preferences.d/qemu-user-static && \
echo 'deb http://deb.debian.org/debian bullseye main' > /etc/apt/sources.list.d/bullseye.list && \
echo "Package: skopeo golang-github-containers-common golang-github-containers-image\nPin: release n=bullseye\nPin-Priority: 501\n\nPackage: *\nPin: release n=bullseye\nPin-Priority: -1" > /etc/apt/preferences.d/skopeo && \
apt-get update && \
@@ -16,7 +15,7 @@ RUN echo 'deb http://deb.debian.org/debian buster-backports main' > /etc/apt/sou
autoconf automake gdisk libtool bash-completion \
reprepro python3 binfmt-support e2fsprogs \
umoci skopeo \
- multistrap qemu-user-static debootstrap quilt && \
+ multistrap qemu-user-static/backports debootstrap quilt && \
apt-get clean && \
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*

--
2.31.1

Jan Kiszka

unread,
Aug 6, 2021, 6:08:45 AM8/6/21
to kas-devel, Hieber, Steffen (SMO RS EN CCIT CD SR)
From: Jan Kiszka <jan.k...@siemens.com>

Backport repos have a priority of 100 by default, thus can just be added
with extra pinning. Use explicit release selection on the installation
of qemu-user-static instead, that's simpler.

Signed-off-by: Jan Kiszka <jan.k...@siemens.com>
---

Changes in v2:
- fix release specification for installing qemu-user-static

Dockerfile.isar | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/Dockerfile.isar b/Dockerfile.isar
index 94dd0af..62a5f00 100644
--- a/Dockerfile.isar
+++ b/Dockerfile.isar
@@ -8,7 +8,6 @@ ARG DEBIAN_FRONTEND=noninteractive

ENV LC_ALL=en_US.UTF-8
RUN echo 'deb http://deb.debian.org/debian buster-backports main' > /etc/apt/sources.list.d/buster-backports.list && \
- echo "Package: qemu-user-static\nPin: release n=buster-backports\nPin-Priority: 501\n\nPackage: *\nPin: release n=buster-backports\nPin-Priority: -1" > /etc/apt/preferences.d/qemu-user-static && \
echo 'deb http://deb.debian.org/debian bullseye main' > /etc/apt/sources.list.d/bullseye.list && \
echo "Package: skopeo golang-github-containers-common golang-github-containers-image\nPin: release n=bullseye\nPin-Priority: 501\n\nPackage: *\nPin: release n=bullseye\nPin-Priority: -1" > /etc/apt/preferences.d/skopeo && \
apt-get update && \
@@ -16,7 +15,7 @@ RUN echo 'deb http://deb.debian.org/debian buster-backports main' > /etc/apt/sou
autoconf automake gdisk libtool bash-completion \
reprepro python3 binfmt-support e2fsprogs \
umoci skopeo \
- multistrap qemu-user-static debootstrap quilt && \
+ multistrap qemu-user-static/buster-backports debootstrap quilt && \
Reply all
Reply to author
Forward
0 new messages