Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 372 Bytes

File metadata and controls

16 lines (11 loc) · 372 Bytes

dwm-alpine-git

Alpine based docker image with git, bash and openssh installed. Used as part of our build pipeline.

Available on Docker Hub @ diewegmeister/dwm-alpine-git

Create a new build

Run

docker login
docker build -t diewegmeister/dwm-alpine-git .
docker push diewegmeister/dwm-alpine-git