zhilyaev / werf-dind

Werf image

Home Page:https://hub.docker.com/r/diamon/werf-dind

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The Werf in image

for run jobs Docker-in-Docker

Build

see Makefile

How to use

Bash

$ docker run --entrypoint ash --rm -it -v /var/run/docker.sock:/var/run/docker.sock diamon/werf-dind

Gitlab-CI

# Run on the Mirror
include: https://gitlab.com/g-ci/build/-/raw/master/werf.yml

variables:
  WERF_IMAGES_REPO: hub.docker.com/<user>/<repo>

About

Werf image

https://hub.docker.com/r/diamon/werf-dind

License:MIT License


Languages

Language:Makefile 52.3%Language:Dockerfile 47.7%