Sign inSign up

leanon/remote-deployer-ci

By leanon

Updated 4 months ago

Image
0

1.1K

leanon/remote-deployer-ci repository overview

Quick reference

Quick reference (cont.)

What is Remote Deployer CI?

A collection of lightweight CI images designed for remote deployment workflows. Use these images in your CI/CD pipelines (GitHub Actions, GitLab CI) to handle Docker-in-Docker, CLI-based, Helm, or Enonic deployments.

Supported Tags and Usage

1Password CLI (op): included in enonic / latest, 29-dind, and helm. Not included in 29-cli (Docker-only tools there).

enonic / latest

Specialized image configured for Enonic XP deployment environments. The latest tag is an alias for enonic.

29-dind

Includes the Docker 29 daemon (Docker-in-Docker). Ideal for building and pushing images within a CI pipeline.

29-cli

Lightweight image containing only the Docker 29 CLI tools. Best for triggering remote deployments where a local daemon is not required.

helm

Debian-based image with Helm (version configurable at build time). The default entrypoint is helm (similar to alpine/helm), suitable for Kubernetes/Helm CI jobs. Built from the helm branch of this repository.

  • 1Password CLI (op): included (override entrypoint to run op, e.g. docker run --rm --entrypoint op leanon/remote-deployer-ci:helm --version)
  • Dockerfile: remote-deployer-ci/Dockerfile (helm branch)
  • Architecture: linux/amd64
  • Pull Command: docker pull leanon/remote-deployer-ci:helm

Quick Start

To use the latest Enonic deployer in your environment:

docker run --rm leanon/remote-deployer-ci:latest --version

Tag summary

Content type

Image

Digest

sha256:b49d09056

Size

420.3 MB

Last updated

4 months ago

docker pull leanon/remote-deployer-ci