Skip to content

ueshin/docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker

Provides some Dockerfiles.

ubuntu-java8

Installed Java8 on ubuntu base image.

build

docker build -t ubuntu-java8 ubuntu-java8

spark

Built Apache Spark on ubuntu-java8.

build

docker build -t spark spark

Build ubuntu-java8 in advance.

spark-1.2

Build Apache Spark 1.2.x on ubuntu-java8.

build

docker build -t spark:1.2.0 spark-1.2

Build ubuntu-java8 in advance.

spark-1.1

Build Apache Spark 1.1.x on ubuntu-java8.

build

docker build -t spark:1.1.1 spark-1.1

Build ubuntu-java8 in advance.

spark-1.0

Build Apache Spark 1.0.x on ubuntu-java8.

build

docker build -t spark:1.0.2 spark-1.0

Build ubuntu-java8 in advance.

Releases

No releases published

Packages

No packages published