diff options
author | Tim Smith <tsmith84@gmail.com> | 2021-11-30 21:08:03 -0800 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2021-11-30 21:08:03 -0800 |
commit | 8fb118d32e9b46ad08e53bd753e60b666251c5ae (patch) | |
tree | a540093a95daeadf9b74333291847bb3e3b5e400 /kitchen-tests | |
parent | 3eb3a20e83c063df3a3949b39021fb8a05c9b247 (diff) | |
download | chef-8fb118d32e9b46ad08e53bd753e60b666251c5ae.tar.gz |
Replace Ubuntu 21.10 testing with 22.04 testing22.04_testing
There's a docker container for the nightly builds of this version now.
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'kitchen-tests')
-rw-r--r-- | kitchen-tests/kitchen.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kitchen-tests/kitchen.yml b/kitchen-tests/kitchen.yml index ad7cd3e82b..4d13f2835f 100644 --- a/kitchen-tests/kitchen.yml +++ b/kitchen-tests/kitchen.yml @@ -135,9 +135,9 @@ platforms: - RUN /usr/bin/apt-get update -y - RUN /usr/bin/apt-get install ifupdown -y # we need this for /etc/network/interfaces & ifconfig resource testing -- name: ubuntu-21.10 +- name: ubuntu-22.04 driver: - image: dokken/ubuntu-21.10 + image: dokken/ubuntu-22.04 pid_one_command: /bin/systemd intermediate_instructions: - RUN /usr/bin/apt-get update -y |