Sign inSign up

technotycoon/alpine-harp

By technotycoon

•Updated almost 11 years ago

Minimal HarpJs container using Alpine Linux image

Image
1

234

technotycoon/alpine-harp repository overview

⁠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 https://github.com/sass/node-sass/issues/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>

Tag summary

Content type

Image

Digest

sha256:76414491e…

Size

55.5 MB

Last updated

almost 11 years ago

docker pull technotycoon/alpine-harp