Alpine base docker image with additional utils
246
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://[email protected]/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.
Content type
Image
Digest
Size
4.2 MB
Last updated
over 6 years ago
docker pull lapisangularis/alpine