Manage VM images for GitLab runners.
List all VM images.
$ cicerone image list NAME STATUS BASE SIZE ───────────────────────────────────────────────── ubuntu-22.04 ready ubuntu-22.04 2.1 GB ubuntu-24.04 building ubuntu-24.04 - docker-runner ready ubuntu-22.04 3.5 GB
Create a new VM image.
$ cicerone image new my-image \ --base ubuntu-22.04 \ --playbook setup.yml Creating image 'my-image'... Base: ubuntu-22.04 Playbook: setup.yml Status: building
| Command | Description |
|---|---|
image list | List all VM images |
image new | Create a new VM image |
image build | Build an image from definition |
image deploy | Deploy image to a node |
image test | Test image with runner |
image destroy | Remove an image |