A container image to run DDEV on any GitLab Runner (hosted/self-hoster).
The Runner can run on the two container engines - Docker and Podman. Both container engines work, but the required configuration is slightly different.
Depending on your setup, you want to pick one if the following example configurations.
- gitlab.com
- Docker (self-hosted)
- Podman (self-hosted)
If you want to extend the image, you'll find the instructions and details below.
Build the image:
./build.sh -v <version, at least major.minor> -p
Available options:
- v - DDEV version e.g. 'v1.23.1'
- l - Load the image (--load)
- p - Push the image (--push)
- x - Build multi-arch image (--platform linux/amd64,linux/arm64)
Command | Tags to be created |
---|---|
./build.sh -v v1.22 | v1.22, v1.22.x (latest bugfix) |
./build.sh -v v1.22.5 | v1.22.5 |
./build.sh -v v1.23 | v1.23, v1.23.x (latest bugfix) |
... | ... |
The image is stored on the GitHub Package Registry
DDEV_VERSION=v1.23.3 bash bats tests
Maintained by @ochorocho and @b13