From 4c2aedbaa811f8d722c3bacab17c632dd54e33a6 Mon Sep 17 00:00:00 2001 From: Alvaro Faundez Date: Thu, 23 Dec 2021 10:41:56 -0500 Subject: [PATCH] Add chef-workstation devcontainer --- .devcontainer/devcontainer.json | 10 ++++++++++ chefignore | 1 + 2 files changed, 11 insertions(+) create mode 100644 .devcontainer/devcontainer.json diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json new file mode 100644 index 0000000..ea2bd06 --- /dev/null +++ b/.devcontainer/devcontainer.json @@ -0,0 +1,10 @@ +// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at: +// https://github.com/microsoft/vscode-dev-containers/tree/v0.209.6/containers/chef-workstation +{ + "name": "Chef Workstation (Community)", + "image": "chef/chefworkstation:stable", + "settings": {}, + "extensions": [ + "chef-software.chef" + ] +} diff --git a/chefignore b/chefignore index ddee064..ecc7c8c 100644 --- a/chefignore +++ b/chefignore @@ -109,5 +109,6 @@ Vagrantfile # Custom # ########## .delivery/* +.devcontainer/* .github/* CODE_OF_CONDUCT*