This repository contains the sources for the following docker base images:
- [
lapisangularis/alpine
]
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
# Pull image
git clone ssh://git@github.com/lapisangularis/alpine.git
cd alpine
# Development...
# Build
make build
# Help
make help
# Tag
make tag
# Push
make push
This library is distributed under the MIT license found in the LICENSE file.