summaryrefslogtreecommitdiff
path: root/kitchen-tests
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2020-12-29 11:48:49 -0800
committerTim Smith <tsmith84@gmail.com>2020-12-29 11:50:08 -0800
commitb5615f6b06ebf3481c4b7e0f6bc48347a657d342 (patch)
treec0d6cdf8b365c1c0cffe0227baaad25b647048b6 /kitchen-tests
parentd0d47dfad6a006085bbe82553188eb2af77c7439 (diff)
downloadchef-b5615f6b06ebf3481c4b7e0f6bc48347a657d342.tar.gz
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 <tsmith@chef.io>
Diffstat (limited to 'kitchen-tests')
-rw-r--r--kitchen-tests/kitchen.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/kitchen-tests/kitchen.yml b/kitchen-tests/kitchen.yml
index ce263413be..d3be98dfc4 100644
--- a/kitchen-tests/kitchen.yml
+++ b/kitchen-tests/kitchen.yml
@@ -123,9 +123,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