Skip to content

Commit 7e46360

Browse files
authored
Dont write incremental tarball to disk (#1537)
1 parent b144f31 commit 7e46360

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

container/incremental_load.sh.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ EOF
205205
# We minimize reads / writes by symlinking the layers above
206206
# and then streaming exactly the layers we've established are
207207
# needed into the Docker daemon.
208-
tar cPh "${MISSING[@]}" | tee image.tar | "${DOCKER}" ${DOCKER_FLAGS} load
208+
tar cPh "${MISSING[@]}" | "${DOCKER}" ${DOCKER_FLAGS} load
209209
}
210210

211211
function tag_layer() {

0 commit comments

Comments
 (0)