https://github.com/theyorkshiredev/docker-slim
A minimal image that has the core docker commands, ideal for docker-in-docker builds.
https://github.com/theyorkshiredev/docker-slim
docker docker-image dockerfile dockerhub-image lightweight
Last synced: about 1 month ago
JSON representation
A minimal image that has the core docker commands, ideal for docker-in-docker builds.
- Host: GitHub
- URL: https://github.com/theyorkshiredev/docker-slim
- Owner: TheYorkshireDev
- License: mit
- Created: 2017-07-30T21:12:19.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-05-12T16:41:04.000Z (about 8 years ago)
- Last Synced: 2025-01-11T19:23:13.577Z (over 1 year ago)
- Topics: docker, docker-image, dockerfile, dockerhub-image, lightweight
- Homepage:
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Docker Slim
A lightweight docker in docker image.
This image has the latest core docker scripts (18.05.0-ce). The reason behind this image is a lightweight alternative to the full docker image for build pipelines.
## Benefits:
`docker-slim` is smaller than the regular `docker:latest` image, making downloads slightly faster within the build pipeline.
| Image | Size |
|:-------------:|:------:|
| docker:latest | 97Mb |
| docker-slim | 22.4Mb |
## Build & Release Status
### Build
[](https://gitlab.com/TheYorkshireDev/docker-slim/pipelines) [](https://github.com/theyorkshiredev/docker-slim/releases) [](https://github.com/theyorkshiredev/docker-slim/blob/master/LICENCE)
### Docker Image
[](https://hub.docker.com/r/theyorkshiredev/docker-slim/) [](https://hub.docker.com/r/theyorkshiredev/docker-slim/) [](https://hub.docker.com/r/theyorkshiredev/docker-slim/) [](https://hub.docker.com/r/theyorkshiredev/docker-slim/)
## Contribute
**Please Note:** The development of this project is done within a GitLab repository and uses the integrated GitLab CI. If you wish to contribute in anyway feel free to send pull requests and submit issues on GitLab. This GitHub repository is a mirror of the master branch within GitLab and is intended for users unfamiliar with GitLab.
* [Development Repository](https://gitlab.com/TheYorkshireDev/docker-slim)
* [Report Issues on GitLab](https://gitlab.com/TheYorkshireDev/docker-slim/issues)
* [Repository CI & CD](https://gitlab.com/TheYorkshireDev/docker-slim/pipelines)