https://github.com/marclop/docker-alpine-images
Repository containing all the docker alpine linux images
https://github.com/marclop/docker-alpine-images
Last synced: over 1 year ago
JSON representation
Repository containing all the docker alpine linux images
- Host: GitHub
- URL: https://github.com/marclop/docker-alpine-images
- Owner: marclop
- Created: 2015-06-15T13:51:09.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2016-07-27T14:00:29.000Z (almost 10 years ago)
- Last Synced: 2025-03-21T03:06:12.022Z (over 1 year ago)
- Language: Shell
- Size: 21.5 KB
- Stars: 3
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Alpine Linux docker images
This repository contains all the docker images with different software that use alpine linux as the base OS.
## Usage
If no component is specified, elasticsearch is asumed, and if not version is specified, biggest version is specified.
```
$ make build COMPONENT="logstash" VERSION="1.5"
```