Skip to content

Commit

Permalink
Handle insecure registry in scripts
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <[email protected]>
  • Loading branch information
tamalsaha committed Oct 2, 2024
1 parent c0be555 commit 338b265
Show file tree
Hide file tree
Showing 4 changed files with 902 additions and 901 deletions.
3 changes: 2 additions & 1 deletion DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ Uses [image-packer](https://github.com/kmodules/image-packer)
```bash
image-packer list --root-dir=charts --output-dir=catalog

image-packer generate-scripts --output-dir=catalog \
image-packer generate-scripts --insecure --allow-nondistributable-artifacts \
--output-dir=catalog \
--src=catalog/imagelist.yaml

make add-license fmt
Expand Down
Loading

0 comments on commit 338b265

Please sign in to comment.