Dark Mode

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

keploy/docker-images

Repository files navigation

Keploy Docker Images

This repository contains Docker images used by Keploy for CI/CD pipelines.

Images

keploy-ci

A Docker-in-Docker image with Go and common CI dependencies for running Keploy tests in CI pipelines.

Features:

  • Based on docker:26.1-dind (includes dockerd, docker CLI, buildx, containerd, runc)
  • Go 1.25.0 with CGO enabled
  • Common CI utilities (bash, curl, git, jq, etc.)
  • Build dependencies for CGO builds (build-base, linux-headers)
  • Helper script start-docker to start Docker daemon inside containers

Usage:

# Example in GitHub Actions
container:
image: ghcr.io/keploy/keploy-ci:latest
options: --privileged
# Start Docker daemon inside the container
start-docker

# Docker is now ready
docker info

Publishing

Images are automatically published to GitHub Container Registry (ghcr.io) when:

  • A new tag is pushed (e.g., v1.0.0)
  • A new release is published

Tags follow semantic versioning:

  • v1.0.0 - 1.0.0, 1.0, 1, latest

About

No description, website, or topics provided.

Resources

Readme

Stars

Watchers

Forks

Sponsor this project

Packages

Contributors