mirror of
https://github.com/projectatomic/atomic.git
synced 2026-02-05 18:45:01 +01:00
Bugzilla: 1284877: fixes run/gotar issue
Signed-off-by: Shishir Mahajan <shishir.mahajan@redhat.com>
This commit is contained in:
@@ -139,6 +139,7 @@ container_export(){
|
||||
cd $tmpDir/temp/$diffLayerID
|
||||
cp layer.tar $tmpDir/container-diff.tar
|
||||
cd $tmpDir
|
||||
/usr/bin/tar --delete -f container-diff.tar run/gotar 2>/dev/null || true
|
||||
rm -rf temp
|
||||
docker rmi -f $imageName 1>/dev/null||exit 1
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user