Clonezilla live ISOs made available as Docker Images
Use the following command to run the Docker container:
docker run -it warfront1cz/clonezilla:latestBy default, the container runs clonezilla.
If you wanted to run bash on the clonezilla container, you can use the following command:
docker run -it warfront1cz/clonezilla:latest /bin/bashThe following information is for maintainers or contributors who need to update or modify the Docker image.
This repository uses a GitHub Actions workflow to simplify updating to a new version of Clonezilla.
-
Find the ISO URL: Go to the Clonezilla Live Stable releases page and copy the link address for the desired
amd64.isofile. -
Run the Update Workflow:
- Navigate to the Manual Clonezilla Update action.
- Click the "Run workflow" dropdown.
- Paste the ISO URL into the "The URL of the Clonezilla ISO to update to" field.
- Click the green "Run workflow" button.
-
Review and Merge: The action will automatically create a new branch and open a pull request. Once the checks have passed, simply review and merge the PR. The main CI/CD pipeline will then build and publish the new Docker image.