├── README.md ├── alpine ├── cplus │ └── Dockerfile ├── dev │ └── Dockerfile ├── glibc │ └── Dockerfile ├── google-chrome │ └── Dockerfile ├── java-8-test │ └── Dockerfile ├── java-test │ └── Dockerfile ├── onnxruntime │ └── Dockerfile └── zapcc │ └── Dockerfile ├── centos └── cplus │ └── Dockerfile └── ubuntu └── cplus └── Dockerfile /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shaharv/docker/HEAD/README.md -------------------------------------------------------------------------------- /alpine/cplus/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shaharv/docker/HEAD/alpine/cplus/Dockerfile -------------------------------------------------------------------------------- /alpine/dev/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shaharv/docker/HEAD/alpine/dev/Dockerfile -------------------------------------------------------------------------------- /alpine/glibc/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shaharv/docker/HEAD/alpine/glibc/Dockerfile -------------------------------------------------------------------------------- /alpine/google-chrome/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shaharv/docker/HEAD/alpine/google-chrome/Dockerfile -------------------------------------------------------------------------------- /alpine/java-8-test/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shaharv/docker/HEAD/alpine/java-8-test/Dockerfile -------------------------------------------------------------------------------- /alpine/java-test/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shaharv/docker/HEAD/alpine/java-test/Dockerfile -------------------------------------------------------------------------------- /alpine/onnxruntime/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shaharv/docker/HEAD/alpine/onnxruntime/Dockerfile -------------------------------------------------------------------------------- /alpine/zapcc/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shaharv/docker/HEAD/alpine/zapcc/Dockerfile -------------------------------------------------------------------------------- /centos/cplus/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shaharv/docker/HEAD/centos/cplus/Dockerfile -------------------------------------------------------------------------------- /ubuntu/cplus/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shaharv/docker/HEAD/ubuntu/cplus/Dockerfile --------------------------------------------------------------------------------