https://github.com/ventx/docker-dind
Docker-in-Docker with custom packages added
https://github.com/ventx/docker-dind
alpine alpine-linux docker docker-dind
Last synced: about 1 month ago
JSON representation
Docker-in-Docker with custom packages added
- Host: GitHub
- URL: https://github.com/ventx/docker-dind
- Owner: ventx
- License: gpl-3.0
- Created: 2019-05-04T14:02:26.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-09T18:19:10.000Z (about 6 years ago)
- Last Synced: 2024-12-25T16:12:33.538Z (6 months ago)
- Topics: alpine, alpine-linux, docker, docker-dind
- Language: Dockerfile
- Size: 16.6 KB
- Stars: 1
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Description
[Alpine](http://alpinelinux.org/) based Docker image forked from official [Docker dind](https://github.com/docker-library/docker/tree/27471a8b93e980bd4c51464ee933ed90fd36bf97/18.09/dind) image with awscli, git and jq installed to use as [Jenkins PodTemplate](https://github.com/jenkinsci/kubernetes-plugin#pod-and-container-template-configuration).
## Docker Hub
[ventx/docker-dind](https://cloud.docker.com/u/ventx/repository/docker/ventx/docker-dind)
# Docker image
* OS: Alpine
* Docker: 18.09# Installed Packages
* [jq](https://pkgs.alpinelinux.org/package/v3.9/community/x86_64/jq)
* [git](https://pkgs.alpinelinux.org/package/v3.9/community/x86_64/git)# Installed Packages (pip)
* [awscli](https://pypi.org/project/awscli/)