| parent | Image Creator |
|---|---|
| nav_order | 5 |
| sidebar_position | 5 |
- Golang
- Trivy for license scanning
For other package dependencies, see Getting started guide
Run:
sudo make -C ./toolkit go-imagecreatorAfter running the command, the Image Creator binary will be located at
./toolkit/out/tools/imagecreator.
-
Download the test RPM files and the tools tar file to create new image:
./toolkit/tools/internal/testutils/testrpms/download-test-utils.sh -t 3.0 -s true -
Run the tests:
sudo go test -C ./toolkit/tools ./pkg/imagecreatorlib -args \ --run-create-image-tests true
-
To update go dependencies (direct and indirect) to minor or patch versions, run
go get -u ./...thengo mod tidy.