Skip to content

lapisangularis/alpine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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://git@github.com/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.

About

Alpine base docker image with additional utils

Resources

License

Stars

Watchers

Forks

Packages

No packages published