Merge pull request #1137 from jedevc/imagetools-multiple-repositories

Imagetools multiple repositories
This commit is contained in:
Tõnis Tiigi
2022-08-01 16:30:53 -07:00
committed by GitHub
4 changed files with 128 additions and 52 deletions

View File

@@ -15,6 +15,7 @@ Create a new image based on source images
| [`--builder`](#builder) | `string` | | Override the configured builder instance |
| [`--dry-run`](#dry-run) | | | Show final image instead of pushing |
| [`-f`](#file), [`--file`](#file) | `stringArray` | | Read source descriptor from file |
| `--progress` | `string` | `auto` | Set type of progress output (`auto`, `plain`, `tty`). Use plain to show container output |
| [`-t`](#tag), [`--tag`](#tag) | `stringArray` | | Set reference for new image |