From 761b4173fb5835309c0594d0674dabdcf140ef88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20-=20Le=20Filament?= <theo@le-filament.com> Date: Mon, 11 Dec 2023 11:57:55 +0100 Subject: [PATCH] change: remove docker from unattended upgrade origines --- templates/apt-unattended-upgrades.j2 | 1 - 1 file changed, 1 deletion(-) diff --git a/templates/apt-unattended-upgrades.j2 b/templates/apt-unattended-upgrades.j2 index 3751920..c772bb9 100644 --- a/templates/apt-unattended-upgrades.j2 +++ b/templates/apt-unattended-upgrades.j2 @@ -2,7 +2,6 @@ Unattended-Upgrade::Allowed-Origins { "${distro_id}:${distro_codename}"; "${distro_id}:${distro_codename}-security"; "${distro_id}:${distro_codename}-updates"; - "Docker:${distro_codename}"; "elastic:stable"; {% if inventory_hostname in groups.gitlab %} "packages.gitlab.com/gitlab/gitlab-ce:${distro_codename}"; -- GitLab