BuildSourceImage: remove cruft from the rebase during rewrite
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
parent
43b2d2e7b5
commit
513a7fd6f7
1 changed files with 0 additions and 7 deletions
|
@ -1032,13 +1032,6 @@ main() {
|
|||
work_dir="$(_mktemp_d)"
|
||||
fi
|
||||
_debug "image layout: ${img_layout}"
|
||||
|
||||
# setup rootfs, from that OCI layout
|
||||
local unpack_dir="${work_dir}/unpacked/${IMAGE_DIGEST/:/\/}"
|
||||
if [ ! -d "${unpack_dir}" ] ; then
|
||||
unpack_img "${img_layout}" "${unpack_dir}"
|
||||
fi
|
||||
_debug "unpacked dir: ${unpack_dir}"
|
||||
_debug "rootfs dir: ${rootfs}"
|
||||
|
||||
# clear prior driver's info about source to insert into Source Image
|
||||
|
|
Loading…
Reference in a new issue