From 3974994704b92c7d428739ed7855d255d80e6da0 Mon Sep 17 00:00:00 2001 From: Matthew Brace Date: Fri, 29 Jul 2022 15:23:26 -0500 Subject: [PATCH] Include project-name as name of container for tests --- lib/conjur/debify.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/conjur/debify.rb b/lib/conjur/debify.rb index 46fbd0e..5d9270c 100644 --- a/lib/conjur/debify.rb +++ b/lib/conjur/debify.rb @@ -540,6 +540,7 @@ def build_test_image(appliance_image_id, project_name, packages) FileUtils.mkdir_p dot_bundle_dir options = { 'Image' => appliance_image.id, + 'name' => project_name, 'Env' => [ "CONJUR_AUTHN_LOGIN=admin", "CONJUR_ENV=appliance",