summaryrefslogtreecommitdiff
path: root/omnibus/README.md
diff options
context:
space:
mode:
authorJaymala Sinha <jsinha@chef.io>2019-07-03 10:21:06 -0400
committerJaymala Sinha <jsinha@chef.io>2019-07-03 10:21:06 -0400
commit5398f72c418d5dd61f5e11e1824c0d7860c60fad (patch)
treed62dd76c833493bd4bb7d348a29420e5fe8c65c2 /omnibus/README.md
parentacf4753fc3c88c4ce4fbca5ff8f16f2e256cef19 (diff)
downloadchef-5398f72c418d5dd61f5e11e1824c0d7860c60fad.tar.gz
Deprecate Ubuntu-14jsinha/build-ubuntu-16
Signed-off-by: Jaymala Sinha <jsinha@chef.io>
Diffstat (limited to 'omnibus/README.md')
-rw-r--r--omnibus/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/omnibus/README.md b/omnibus/README.md
index aa58d6da5e..34e503519f 100644
--- a/omnibus/README.md
+++ b/omnibus/README.md
@@ -67,7 +67,7 @@ The default build environment requires Test Kitchen and VirtualBox for local dev
Once you have tweaked your `kitchen.yml` (or `kitchen.local.yml`) to your liking, you can bring up an individual build environment using the `kitchen` command.
```shell
-$ bundle exec kitchen converge chef-ubuntu-1404
+$ bundle exec kitchen converge chef-ubuntu-1604
```
Additional settings are required if using the kitchen-vagrant driver with the Hyper-V provider:
@@ -87,7 +87,7 @@ $ bundle exec kitchen login <PROJECT>-ubuntu-1204
```
```shell
-$ kitchen login chef-ubuntu-1404
+$ kitchen login chef-ubuntu-1604
[vagrant@ubuntu...] $ source load-omnibus-toolchain.sh
[vagrant@ubuntu...] $ cd chef/omnibus
[vagrant@ubuntu...] $ bundle install --without development # Don't install dev tools!