├── 8 ├── Dockerfile └── alpine │ └── Dockerfile ├── .gitattributes ├── Dockerfile ├── LICENSE.txt ├── README.md └── alpine └── Dockerfile /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriasoft/docker-node-ci/HEAD/.gitattributes -------------------------------------------------------------------------------- /8/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriasoft/docker-node-ci/HEAD/8/Dockerfile -------------------------------------------------------------------------------- /8/alpine/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriasoft/docker-node-ci/HEAD/8/alpine/Dockerfile -------------------------------------------------------------------------------- /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriasoft/docker-node-ci/HEAD/Dockerfile -------------------------------------------------------------------------------- /LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriasoft/docker-node-ci/HEAD/LICENSE.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriasoft/docker-node-ci/HEAD/README.md -------------------------------------------------------------------------------- /alpine/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriasoft/docker-node-ci/HEAD/alpine/Dockerfile --------------------------------------------------------------------------------