Auxiliary commands for CI/CD.
Commands available in the image:
gitcurlbashnodev24npmpnpmbunvoltaopenssh, log-in withadmin:admintofu, OpenTofu - like Terraform, but with MPL 2.0 licenseterraform-docs
The image is based on the Debian OS (trixie).
You can check all existing tags in one of the following docker-registries:
| Registry | Image |
|---|---|
| Docker Hub | skipero/neat-ci |
| ghcr.io | ghcr.io/keenrouter/neat-ci |
Supported architectures:
- linux/amd64
latest1
For example:
$ docker run --rm \
--volume "$(pwd):/app" \
--workdir "/app" \
--user "$(id -u):$(id -g)" \
skipero/neat-ci:latest \
bun --versionOr using with docker-compose.yml:
services:
node:
image: skipero/neat-ci:1
volumes:
- ./src:/app:rw
working_dir: /app
command: []SSH into container with username:password admin:admin.