From 569807df328e788745eceaeed0ddb2d5b0adddc2 Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Tue, 29 Dec 2020 11:48:49 -0800 Subject: Replace Ubuntu 20.10 testing with 21.04 These containers are alpha/beta quality, but we should start testing on this since it'll be out when Chef Infra 17 is released. Signed-off-by: Tim Smith --- kitchen-tests/kitchen.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kitchen-tests') diff --git a/kitchen-tests/kitchen.yml b/kitchen-tests/kitchen.yml index 5e7d4a4a8d..23521f480d 100644 --- a/kitchen-tests/kitchen.yml +++ b/kitchen-tests/kitchen.yml @@ -130,9 +130,9 @@ platforms: - RUN /usr/bin/apt-get update - RUN /usr/bin/apt-get install ifupdown -y # we need this for /etc/network/interfaces & ifconfig resource testing -- name: ubuntu-20.10 +- name: ubuntu-21.04 driver: - image: dokken/ubuntu-20.10 + image: dokken/ubuntu-21.04 pid_one_command: /bin/systemd intermediate_instructions: - RUN /usr/bin/apt-get update -- cgit v1.2.1