Commit
fcd56bc28981f4f8292894ac7d43805ebe01646c
by Ben PareesUpdate image local build script (#14599)
* Use the full image name for local image build FROM
When we are writing the `FROM` statement for the local image build
Dockerfile, we need to use the fully qualified name of the image we
building on top of.
Signed-off-by: Steve Kuznetsov <skuznets@redhat.com>
* Ensure local image tmp dirs are cleaned up on error
When the script fails to build an image, we need to ensure that the
temp
the
Signed-off-by: Steve Kuznetsov <skuznets@redhat.com>
* Removed extraneous comma from local build debugging output
Signed-off-by: Steve Kuznetsov <skuznets@redhat.com>
(commit: fcd56bc)