From bbb0d450f1da36b95aed8192d894ccbc3a83407e Mon Sep 17 00:00:00 2001 From: Matthew Hooker Date: Wed, 24 Oct 2018 13:22:56 -0700 Subject: [PATCH] todo --- builder/oracle/classic/step_create_image.go | 7 ------- 1 file changed, 7 deletions(-) diff --git a/builder/oracle/classic/step_create_image.go b/builder/oracle/classic/step_create_image.go index 07cb28408..2df23c9bb 100644 --- a/builder/oracle/classic/step_create_image.go +++ b/builder/oracle/classic/step_create_image.go @@ -58,18 +58,11 @@ func (s *stepCreateImage) Run(_ context.Context, state multistep.StateBag) multi } */ /* TODO: - * POST /machineimage/ DONE - POST /imagelist/ DONE - POST /imagelistentry/ DONE - in that order. - * re-use step_list_images DONE * Documentation * Configuration (master/builder images & entry, destination stuff, etc) * Image entry for both master/builder https://github.com/hashicorp/packer/issues/6833 * split master/builder image/connection config. i.e. build anything, master only linux - * correct artifact DONE - * Cleanup this step DONE */ return multistep.ActionContinue