https://github.com/dr460nf1r3/container-manager-dind
Supplementary container image for running dind deployments with container-manager 🐳
https://github.com/dr460nf1r3/container-manager-dind
container-manager dind docker
Last synced: 4 months ago
JSON representation
Supplementary container image for running dind deployments with container-manager 🐳
- Host: GitHub
- URL: https://github.com/dr460nf1r3/container-manager-dind
- Owner: dr460nf1r3
- License: gpl-3.0
- Created: 2024-12-17T21:11:33.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-02-05T18:35:57.000Z (4 months ago)
- Last Synced: 2026-02-06T04:24:38.164Z (4 months ago)
- Topics: container-manager, dind, docker
- Language: Shell
- Homepage: https://github.com/dr460nf1r3/container-manager
- Size: 52.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
- awesome-starred - dr460nf1r3/container-manager-dind - Supplementary container image for running dind deployments with container-manager 🐳 (Shell)
README
# Container Manager dind image





This image is supposed to be used in connection with the [Container Manager](https://github.com/dr460nf1r3/container-manager).
## Usage
The following environment variables are available:
- `CI_BRANCH`: the branch to checkout after cloning the repository, if no commit is specified
- `CI_REPO_URL`: the URL of the repository to clone
- `CI_BUILD_SCRIPT`: the script to run after cloning the repository, can be mounted in as a volume or passed as part of the cloned repository. This should build the compose file, which will be used to start the containers via dind. The script should output the compose file to `$COMPOSE_DIR` (default: `/work/compose`).
Optionally, the following environment variables can be set:
- `CI_BUILD_SCRIPT_ARGS`: arguments to pass to the build script
- `CI_CHECKOUT`: the commit hash or tag to checkout after cloning the repository
- `CI_ADD_PACKAGES`: a colon list of packages to install before running the build script
- `CI_REGISTRY`: the registry to authenticate, if required
- `CI_REGISTRY_USER`: the username to authenticate with the registry
- `CI_REGISTRY_PASS`: the password to authenticate with the registry