Skip to content

mrserverless/docker-alpine-harp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Docker Alphine Harp

Deploy to Tutum Docker Repository on Quay.io

Minimal 125mb HarpJS Microcontainer leveraging the Alphine Linux

Base Docker Image

Usage

From Quay.io

docker run --rm quay.io/technotycoon/alphine-harp:latest harp --version

or Docker Hub

docker run --rm technotycoon/alphine-harp:latest harp --version

Node Sass

Due to this Node-Sass/Alphine Linux issue sass/node-sass#808, node-sass binary needs to be re-compiled. Dependency packages such as python, make and g++ are pulled down to build node-sass, therefore they need to be cleaned up and squashed using:

docker export <layered container> | docker import – <squashed image>

About

HarpJS Microcontainer built on Alpine Linux base image

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors