This repository contains the sources for the following docker base images:
- [
lacion/alpine-base-image
]
Anchore is being used to periodically scan images and detect possible vulnerabilities (and fix them).
This Image is intedend to be used in multi stage docker builds and is for final or production use you can find more info about multistage build in this blog post
FROM lacion/alpine-base-image
ADD binfile /opt/test/binfile
WORKDIR /opt/test/
CMD binfile
# Pull image
git clone ssh://git@github.com/lacion/alpine-base-image.git
cd alpine-base-image
# hack hack hack
# Build
make build
# Test