Minimal HarpJs container using Alpine Linux image
234
Minimal 125mb HarpJS Microcontainer leveraging the Alphine Linux
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
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>
Content type
Image
Digest
sha256:76414491e…
Size
55.5 MB
Last updated
almost 11 years ago
docker pull technotycoon/alpine-harp