Skip to content
This repository has been archived by the owner on Dec 4, 2023. It is now read-only.

dustinblackman/phantomized

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stop using PhantomJS

https://dustinblackman.com/posts/stop-using-phantomjs/

Phantomized

An automated build to tar up dynamic ELFs required by PhantomJS using Dockerized. This makes dockerizing PhantomJS with base images like Alpine Linux easy.

This build does not include the phantomjs binary itself so make it easier for application that install PhantomJS through other sources like npm. This is based off the work of docker-phantomjs2.

How To

Adding this line to your Dockerfile applies all files to your docker image. You can find a production example here.

curl -Ls "https://github.com/dustinblackman/phantomized/releases/download/2.1.1a/dockerized-phantomjs.tar.gz" | tar xz -C /

Build from source

Make sure your have your docker environment set up correctly, and run the build script. Running the build script will build the docker container and copy the newly created dockerized-phantomjs.tar.gz to your current working directory.

./build.sh