griefed/gitlab-ci-cd.

Provides GitLab Semantic Release, buildx, JDK 8, NodeJS for Griefed's GitLab CI/CD pipelines.

12,629 0 unknown unknown arm unknown arm64 amd64

Build Information

General build information for this image

Docker Hub griefed/gitlab-ci-cd
Build Time 01 Apr 2024 10:22:08
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest latest 01 Apr 2024 at 10:22:07

Daily Pull Statistics

Running this as a container

Basic examples for getting this image running as a container

Docker Compose

---
version: "2"
services:
  gitlab-ci-cd:
    image: griefed/gitlab-ci-cd:latest
    container_name: gitlab-ci-cd
    restart: no

CLI

docker create \
  --name=gitlab-ci-cd \  --restart no \
  griefed/gitlab-ci-cd:latest