Skip to content

Latest commit

 

History

History
50 lines (36 loc) · 1.49 KB

README.md

File metadata and controls

50 lines (36 loc) · 1.49 KB

lapisangularis/alpine

Docker Cloud Build Status Docker Pulls Docker Image Size (latest by date) GitHub GitHub tag (latest by date) Docker Image Version (latest by date)

This repository contains the sources for the following docker base images:

  • [lapisangularis/alpine]

Usage

This Image is intedend to be used in multi stage docker builds and is for final or production use.

FROM lapisangularis/alpine:latest

ADD binfile /opt/test/binfile
WORKDIR /opt/test/

CMD binfile

Development

# Pull image
git clone ssh://[email protected]/lapisangularis/alpine.git
cd alpine

# Development...

# Build
make build

# Help
make help

# Tag
make tag

# Push
make push

License

This library is distributed under the MIT license found in the LICENSE file.