From 13adcfafdee49ccc367d2b451fac5f41944ebbdc Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Thu, 14 Oct 2021 21:13:06 +0200 Subject: [PATCH] Revert "Dockerfile: CRIU: disable GPG validation, due to expired signing key" This reverts commit 089a33e7c50197177af44f8910914532fc84c5c3. Signed-off-by: Sebastiaan van Stijn --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 402aedbd1d..6e00c4233c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,8 +23,7 @@ ARG DEBIAN_FRONTEND ADD --chmod=0644 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/Release.key /etc/apt/trusted.gpg.d/criu.gpg.asc RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt \ --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt \ -# FIXME(sebastiaan) temporariliy disable GPG validation for these packages, as the release key has expired (https://github.com/moby/moby/pull/42931#issuecomment-943080120) - echo 'deb [ allow-insecure=yes trusted=yes ] https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/ /' > /etc/apt/sources.list.d/criu.list \ + echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/ /' > /etc/apt/sources.list.d/criu.list \ && apt-get update \ && apt-get install -y --no-install-recommends criu \ && install -D /usr/sbin/criu /build/criu