Skip to content

Commit

Permalink
Update README.md (#1437)
Browse files Browse the repository at this point in the history
fix writing
  • Loading branch information
gwind authored Sep 30, 2020
1 parent ab768b5 commit 63153a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -666,7 +666,7 @@ Otherwise it builds by default all stages, even the unnecessaries ones until it

You can set the `--snapshotMode=<full (default), redo, time>` flag to set how kaniko will snapshot the filesystem.

* If `--snapshot=full` is set, the full file contents and metadata are considered when snapshotting. This is the least performant option, but also the most robust.
* If `--snapshotMode=full` is set, the full file contents and metadata are considered when snapshotting. This is the least performant option, but also the most robust.

* If `--snapshotMode=redo` is set, the file mtime, size, mode, owner uid and gid will be considered when snapshotting. This may be up to 50% faster than "full", particularly if your project has a large number files.

Expand Down

0 comments on commit 63153a3

Please sign in to comment.