From a1319b17868a0d5db79f587d0cc5334cfec2b45c Mon Sep 17 00:00:00 2001 From: Evan Lezar Date: Thu, 16 Jun 2022 13:44:14 +0200 Subject: [PATCH] Switch to latest docker and docker dind in CI This change prevents errors when downloading ubuntu repos on amd64 architectures. The `stable` images were last pushed 2 years ago. Signed-off-by: Evan Lezar --- .common-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.common-ci.yml b/.common-ci.yml index e9ab8ef5..44675bd6 100644 --- a/.common-ci.yml +++ b/.common-ci.yml @@ -12,9 +12,9 @@ # See the License for the specific language governing permissions and # limitations under the License. default: - image: docker:stable + image: docker services: - - name: docker:stable-dind + - name: docker:dind command: ["--experimental"] variables: