From 840b482373df163ba088b91c278f2a58fd599b7b Mon Sep 17 00:00:00 2001 From: Phil Sphicas Date: Mon, 10 May 2021 05:20:22 +0000 Subject: [PATCH] Fix Docker image build jobs Update the deb-docker path to fix the docker image build jobs. Change-Id: Ia6f427af61827ffff15b6c9b246809fae37cc26a --- tools/gate/playbooks/docker-image-build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/gate/playbooks/docker-image-build.yaml b/tools/gate/playbooks/docker-image-build.yaml index 961e82b..2765ee4 100644 --- a/tools/gate/playbooks/docker-image-build.yaml +++ b/tools/gate/playbooks/docker-image-build.yaml @@ -65,7 +65,7 @@ - apt_key: url: https://download.docker.com/linux/ubuntu/gpg - apt_repository: - repo: deb http://{{ zuul_site_mirror_fqdn }}/deb-docker xenial stable + repo: deb http://{{ zuul_site_mirror_fqdn }}/deb-docker/{{ ansible_distribution_release }} {{ ansible_distribution_release }} stable - apt: name: "{{ item }}" allow_unauthenticated: True