File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -204,7 +204,7 @@ The resulting tar archive for `rootfs-c9d-v1.s1` has the following entries:
204204./etc/.wh.my-app-config
205205```
206206
207- where the basename name of ` ./etc/my-app-config ` is now prefixed with ` .wh. ` , and will therefore be removed when the changeset is applied .
207+ To signify that the resource ` ./etc/my-app-config ` MUST be removed when the changeset is applied, the basename of the entry is prefixed with ` .wh. ` .
208208
209209## Applying Changesets
210210
@@ -216,7 +216,7 @@ In the absence of any [whiteout](#whiteouts) files in a layer changeset, the arc
216216
217217### Changeset over existing files
218218
219- This section describes applying an entry from a layer changeset if the file path already exists.
219+ This section specifies applying an entry from a layer changeset if the target path already exists.
220220
221221If the entry and the existing path are both directories, then the existing path's attributes MUST be replaced by those of the entry in the changeset.
222222In all other cases, the implementation MUST do the semantic equivalent of the following:
You can’t perform that action at this time.
0 commit comments