Skip to content

lacion/alpine-base-image

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

alpine-base-image

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

  • [lacion/alpine-base-image]

Anchore Image Overview

Image Security Scan

Anchore is being used to periodically scan images and detect possible vulnerabilities (and fix them).

https://anchore.io/image/dockerhub/09deed702c6a1228e3a485a2c30f23bb1529b415ae996ae718bbe06336539742?repo=lacion%2Falpine-base-image&tag=latest#overview

Usage

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

Developing and testing

# Pull image
git clone ssh://git@github.com/lacion/alpine-base-image.git
cd alpine-base-image

# hack hack hack

# Build
make build

# Test

About

Docker Alpine Base Image Production Ready

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published