-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Absolute symlinks are now handled properly
- Loading branch information
Showing
5 changed files
with
173 additions
and
7 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
|
||
# v0.3.1 | ||
|
||
- `extract`: absolute symlinks are now correctly made relative to the target directory. | ||
|
||
# v0.3.0 | ||
|
||
- Add `list` subcommand. | ||
- `--platform`: Select the platform to list. | ||
- `--username`: Authenticate to the registry using a username. | ||
- `--password`: Authenticate to the registry using a password. | ||
|
||
# v0.2.0 | ||
|
||
- `extract`: Support filtering layers and files within them. | ||
- `--layer-glob`, `--lg`: Filter layer digests using a glob pattern. | ||
- `--file-glob`, `--fg`: Filter files within layers using a glob pattern. | ||
- `--layer-regex`, `--lr`: Filter layer digests using a regex pattern. | ||
- `--file-regex`, `--fr`: Filter files within layers using a regex pattern. | ||
|
||
# v0.1.0 | ||
|
||
- Add `extract` subcommand. | ||
- `--platform`: Select the platform to extract. | ||
- `--username`: Authenticate to the registry using a username. | ||
- `--password`: Authenticate to the registry using a password. | ||
- `--layers`: Select which layers to extract. | ||
- `--overwrite`: Overwrite the existing target directory. |
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
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