diff options
author | Tim Smith <tsmith84@gmail.com> | 2021-04-05 10:42:09 -0700 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2021-04-05 11:16:10 -0700 |
commit | f524cae485310b0647d11de4901c4adbc4fe126b (patch) | |
tree | 493d35e371ffe28d2ac54c8905059c4680860674 /kitchen-tests | |
parent | d342caa518f4f870270fe64db25ff4a06a057299 (diff) | |
download | chef-f524cae485310b0647d11de4901c4adbc4fe126b.tar.gz |
Remove soon to be EOL Ubuntu 16.04 packages
Ubuntu 16.04 goes EOL at the end of April. Stop producing packages for
this release.
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'kitchen-tests')
-rw-r--r-- | kitchen-tests/kitchen.yml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/kitchen-tests/kitchen.yml b/kitchen-tests/kitchen.yml index 03d9ce1e43..25ab9e0430 100644 --- a/kitchen-tests/kitchen.yml +++ b/kitchen-tests/kitchen.yml @@ -124,13 +124,6 @@ platforms: intermediate_instructions: - RUN sed -i -e "s/Defaults.*requiretty.*/Defaults !requiretty/g" /etc/sudoers -- name: ubuntu-16.04 - driver: - image: dokken/ubuntu-16.04 - pid_one_command: /bin/systemd - intermediate_instructions: - - RUN /usr/bin/apt-get update - - name: ubuntu-18.04 driver: image: dokken/ubuntu-18.04 |