diff --git a/Dockerfile b/Dockerfile index 3bce6805b..82e2c53d9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:18.04 +FROM ubuntu:22.04 LABEL maintainer="Chef Software, Inc. " ARG CHANNEL=stable diff --git a/omnibus/kitchen.yml b/omnibus/kitchen.yml index 39df950f8..16b902494 100644 --- a/omnibus/kitchen.yml +++ b/omnibus/kitchen.yml @@ -9,8 +9,8 @@ driver: forward_agent: yes synced_folders: - ['..', '/home/vagrant/chef-workstation'] - - ['../../omnibus', '/home/vagrant/omnibus'] - - ['../../omnibus-software', '/home/vagrant/omnibus-software'] + - ['../../omnibus', '/home/vagrant/omnibus'] + - ['../../omnibus-software', '/home/vagrant/omnibus-software'] customize: cpus: 6 memory: 4096 @@ -28,6 +28,7 @@ platforms: - name: centos-7 - name: debian-9 - name: ubuntu-18.04 + - name: ubuntu-22.04 - name: windows-2012r2-standard provisioner: attributes: