diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 237fd8ad64..cc64355104 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -48,8 +48,8 @@ variables: # This is done by running `ci-fairy generate-template` and possibly bump # ".default_tag". FEDORA_TAG: '2022-03-15.0-9d8288d70d58' - UBUNTU_TAG: '2022-03-15.0-8399925e7a59' - DEBIAN_TAG: '2022-03-15.0-8399925e7a59' + UBUNTU_TAG: '2022-03-15.0-c933c3fced1c' + DEBIAN_TAG: '2022-03-15.0-c933c3fced1c' CENTOS_TAG: '2022-03-15.0-9d8288d70d58' ALPINE_TAG: '2022-03-15.0-499639d17df6' diff --git a/.gitlab-ci/debian-install.sh b/.gitlab-ci/debian-install.sh index 575b127e0c..6679005ed1 100755 --- a/.gitlab-ci/debian-install.sh +++ b/.gitlab-ci/debian-install.sh @@ -5,9 +5,8 @@ set -ex IS_UBUNTU_1604=0 grep -q '^VERSION=.16.04.[0-9]\+ LTS' /etc/os-release && IS_UBUNTU_1604=1 - DEBIAN_FRONTEND=noninteractive apt-get update -DEBIAN_FRONTEND=noninteractive NM_INSTALL="apt-get -qq install -y" ./contrib/debian/REQUIRED_PACKAGES +DEBIAN_FRONTEND=noninteractive NM_INSTALL="apt-get --yes install" bash -x ./contrib/debian/REQUIRED_PACKAGES dbus-uuidgen --ensure