Sign inSign up

lapisangularis/alpine

By lapisangularis

Updated over 6 years ago

Alpine base docker image with additional utils

Image
0

246

lapisangularis/alpine repository overview

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://[email protected]/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.

Tag summary

Content type

Image

Digest

Size

4.2 MB

Last updated

over 6 years ago

docker pull lapisangularis/alpine