summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJared Kauppila <Jared.Kauppila@sentry.com>2022-04-19 15:49:41 -0500
committerJared Kauppila <Jared.Kauppila@sentry.com>2022-05-24 14:53:23 -0500
commitcf5fa364ea2aba7c7c8c344c169d6bd7d375e5eb (patch)
tree183611708945edff4c135f708a37c3878969a3e6
parenta5e6b4e47c82fc9e741192006b98d0dec237c1fe (diff)
downloadchef-cf5fa364ea2aba7c7c8c344c169d6bd7d375e5eb.tar.gz
Add CONTAINER_IMAGE dist constant
This will allow proper seamless community distribution support in test-kitchen. Signed-off-by: Jared Kauppila <Jared.Kauppila@sentry.com>
-rw-r--r--chef-utils/lib/chef-utils/dist.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/chef-utils/lib/chef-utils/dist.rb b/chef-utils/lib/chef-utils/dist.rb
index fb2292ecfd..c16f904772 100644
--- a/chef-utils/lib/chef-utils/dist.rb
+++ b/chef-utils/lib/chef-utils/dist.rb
@@ -64,6 +64,9 @@ module ChefUtils
# The client's gem
GEM = "chef"
+
+ # The client's container image
+ CONTAINER_IMAGE = "chef/chef"
end
class Inspec