Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 25 days 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 (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-12T16:41:04.000Z (over 6 years ago)
- Last Synced: 2024-11-12T18:11:31.286Z (3 months 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
[![Build Status](https://gitlab.com/TheYorkshireDev/docker-slim/badges/master/build.svg)](https://gitlab.com/TheYorkshireDev/docker-slim/pipelines) [![GitHub tag](https://img.shields.io/github/tag/theyorkshiredev/docker-slim.svg)](https://github.com/theyorkshiredev/docker-slim/releases) [![license](https://img.shields.io/github/license/theyorkshiredev/docker-slim.svg)](https://github.com/theyorkshiredev/docker-slim/blob/master/LICENCE)
### Docker Image
[![Docker Build Status](https://img.shields.io/docker/build/theyorkshiredev/docker-slim.svg)](https://hub.docker.com/r/theyorkshiredev/docker-slim/) [![Docker Automated build](https://img.shields.io/docker/automated/theyorkshiredev/docker-slim.svg)](https://hub.docker.com/r/theyorkshiredev/docker-slim/) [![Docker Pulls](https://img.shields.io/docker/pulls/theyorkshiredev/docker-slim.svg)](https://hub.docker.com/r/theyorkshiredev/docker-slim/) [![Docker Stars](https://img.shields.io/docker/stars/theyorkshiredev/docker-slim.svg)](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)