Sign inSign up

skipero/neat-ci

By skipero

•Updated 6 months ago

CI/CD auxiliary commands: Node.js, npm, pnpm, bun, Java, git, curl, tofu

Image
Languages & frameworks
Integration & delivery
Developer tools
0

1.9K

skipero/neat-ci repository overview

⁠Motiviation

Auxiliary commands for CI/CD.

⁠Installed applications

Commands available in the image:

  • git
  • curl
  • bash
  • /root/.volta/bin/volta: volta
  • /root/.volta/bin/node: Node v24
  • /root/.volta/bin/npm: npm
  • /root/.volta/bin/bun: bun
  • openssh, login admin:admin
  • tofu: OpenTofu - like Terraform, but MPL 2.0 license
  • terraform-docs

The image is based on the Debian OS (trixie).

⁠Docker registries:

You can check all existing tags in one of the following docker-registries:

RegistryImage
Docker Hub⁠skipero/neat-ci
ghcr.io⁠ghcr.io/keenrouter/neat-ci

Supported architectures:

  • linux/amd64

⁠Supported tags

  • latest
  • 1

⁠How can I use this?

For example:

$ docker run skipero/neat-ci /root/.volta/bin/bunx -v

Or using with docker-compose.yml:

services:
  node:
    image: skipero/neat-ci:latest
    volumes:
      - ./src:/app:rw
    working_dir: /app
    command: []

SSH into container with username:password admin:admin.

Tag summary

Content type

Image

Digest

sha256:5fd423150…

Size

605.9 MB

Last updated

6 months ago

docker pull skipero/neat-ci