-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ensure we always normalize history before saving
Previously, we normalized history whenever layers were added (either via AddLayer or ReuseLayer), but when rebasing, if the new base image has empty layer history the information about the empty/non-empty aspect of the history will be lost if "preserve history" isn't set on the image. Signed-off-by: Natalie Arellano <narellano@vmware.com>
- Loading branch information
1 parent
bef4977
commit abe3e07
Showing
2 changed files
with
11 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters