Permalink
Browse files

0.17.0

  • Loading branch information...
ruebot committed Oct 4, 2018
1 parent d4a2ad4 commit e26afbe72da46d20061250447b1d0db20189fd49
Showing with 6 additions and 6 deletions.
  1. +2 −2 Dockerfile
  2. +4 −4 README.md
View
@@ -8,7 +8,7 @@ LABEL website="http://archivesunleashed.org/"
## Build variables
#########################
ARG SPARK_VERSION=2.1.1
ARG SPARK_VERSION=2.3.2
# Git and Wget
RUN apk add --update \
@@ -25,4 +25,4 @@ RUN mkdir /spark \
&& tar -xf "/tmp/spark-$SPARK_VERSION-bin-hadoop2.7.tgz" -C /spark --strip-components=1 \
&& rm "/tmp/spark-$SPARK_VERSION-bin-hadoop2.7.tgz"
CMD /spark/bin/spark-shell --packages "io.archivesunleashed:aut:0.16.0"
CMD /spark/bin/spark-shell --packages "io.archivesunleashed:aut:0.17.0"
View
@@ -20,15 +20,15 @@ Install each of the following dependencies:
### Docker Hub
`docker run --rm -it archivesunleashed/docker-aut:0.16.0`
`docker run --rm -it archivesunleashed/docker-aut:0.17.0`
If you want to mount your own data:
`docker run --rm -it -v "/path/to/your/data:/data" archivesunleashed/docker-aut:0.16.0`
`docker run --rm -it -v "/path/to/your/data:/data" archivesunleashed/docker-aut:0.17.0`
### Locally
1. `git clone -b 0.16.0 https://github.com/archivesunleashed/docker-aut.git`
1. `git clone -b 0.17.0 https://github.com/archivesunleashed/docker-aut.git`
2. `cd docker-aut`
3. `docker build -t aut .`
4. `docker run --rm -it aut`
@@ -51,7 +51,7 @@ Welcome to
____ __
/ __/__ ___ _____/ /__
_\ \/ _ \/ _ `/ __/ '_/
/___/ .__/\_,_/_/ /_/\_\ version 2.1.1
/___/ .__/\_,_/_/ /_/\_\ version 2.3.2
/_/
Using Scala version 2.11.8 (OpenJDK 64-Bit Server VM, Java 1.8.0_151)

0 comments on commit e26afbe

Please sign in to comment.