No description
- Dockerfile 91.8%
- Shell 8.2%
|
All checks were successful
Build and publish container image / Build container image (push) Successful in 6s
|
||
|---|---|---|
| .forgejo/workflows | ||
| config | ||
| .dockerignore | ||
| .gitignore | ||
| docker-compose.yml | ||
| Dockerfile | ||
| entrypoint.sh | ||
| README.md | ||
Xen Orchestra Docker image
Builds Xen Orchestra from source and runs it with Redis through Docker Compose.
Forgejo Actions
The workflow in .forgejo/workflows/container.yml builds the image for pull
requests and publishes trusted pushes to the Forgejo container registry.
Configure a Forgejo Actions runner with the docker label and access to a
Docker daemon. Then add these repository Actions secrets:
REGISTRY_USERNAME: the Forgejo user that owns the package (bigpod)REGISTRY_TOKEN: a personal access token with package write permission
Published image tags:
git.tuxbase.com/bigpod/xo-docker:latestformaingit.tuxbase.com/bigpod/xo-docker:sha-<commit>for each trusted pushgit.tuxbase.com/bigpod/xo-docker:<version>for tags such asv1.2.3
Pull the latest image with:
docker pull git.tuxbase.com/bigpod/xo-docker:latest