Skip to content

oren/test-iojs-docker-alpine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Run io.js tests on Docker based on Alpine Linux

Prerequisites

Build io.js and run tests

[email protected]:oren/test-iojs-docker-alpine.git
cd test-iojs-docker-alpine.git
wget https://iojs.org/dist/v1.6.3/iojs-v1.6.3.tar.xz
xz -cd iojs-v1.6.3.tar.xz | tar -xvf -
docker-compose build --no-cache
docker-compose run web sh
cd /tmp/iojs-v1.6.3
./configure
make
make test

Misc

  • curl is needed for the tests
  • procps is needed due to this error: AssertionError: { [Error: Command failed: /bin/sh -c ps -p 14517 -o args= ps: unrecognized option: p

About

Run io.js tests on Docker based on Alpine Linux

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published