Skip to content

Commit

Permalink
Update the oshinko CLI version to v0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tmckayus committed Jun 6, 2018
1 parent ecd7625 commit df78c8b
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions image.java.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ packages:
artifacts:
- url: https://archive.apache.org/dist/spark/spark-2.3.0/spark-2.3.0-bin-hadoop2.7.tgz
md5: af45eeb06dc1beee6d4c70b92c0e0237
- url: https://github.com/radanalyticsio/oshinko-cli/releases/download/v0.5.2/oshinko_v0.5.2_linux_amd64.tar.gz
md5: 020c481017e944cc97d05eaf70d75067
- url: https://github.com/radanalyticsio/oshinko-cli/releases/download/v0.5.3/oshinko_v0.5.3_linux_amd64.tar.gz
md5: 1995c4eb4013c1b4b1750dd3299e2e30
run:
user: 185
cmd:
Expand Down
4 changes: 2 additions & 2 deletions image.pyspark.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ packages:
artifacts:
- url: https://archive.apache.org/dist/spark/spark-2.3.0/spark-2.3.0-bin-hadoop2.7.tgz
md5: af45eeb06dc1beee6d4c70b92c0e0237
- url: https://github.com/radanalyticsio/oshinko-cli/releases/download/v0.5.2/oshinko_v0.5.2_linux_amd64.tar.gz
md5: 020c481017e944cc97d05eaf70d75067
- url: https://github.com/radanalyticsio/oshinko-cli/releases/download/v0.5.3/oshinko_v0.5.3_linux_amd64.tar.gz
md5: 1995c4eb4013c1b4b1750dd3299e2e30
run:
user: 185
cmd:
Expand Down
4 changes: 2 additions & 2 deletions image.scala.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ packages:
artifacts:
- url: https://archive.apache.org/dist/spark/spark-2.3.0/spark-2.3.0-bin-hadoop2.7.tgz
md5: af45eeb06dc1beee6d4c70b92c0e0237
- url: https://github.com/radanalyticsio/oshinko-cli/releases/download/v0.5.2/oshinko_v0.5.2_linux_amd64.tar.gz
md5: 020c481017e944cc97d05eaf70d75067
- url: https://github.com/radanalyticsio/oshinko-cli/releases/download/v0.5.3/oshinko_v0.5.3_linux_amd64.tar.gz
md5: 1995c4eb4013c1b4b1750dd3299e2e30
run:
user: 185
cmd:
Expand Down
2 changes: 1 addition & 1 deletion java-build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ RUN yum install -y epel-release tar wget \
# directory
COPY \
spark-2.3.0-bin-hadoop2.7.tgz \
oshinko_v0.5.2_linux_amd64.tar.gz \
oshinko_v0.5.3_linux_amd64.tar.gz \
/tmp/artifacts/

# Add scripts used to configure the image
Expand Down
2 changes: 1 addition & 1 deletion pyspark-build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ RUN yum install -y java-1.8.0-openjdk \
# directory
COPY \
spark-2.3.0-bin-hadoop2.7.tgz \
oshinko_v0.5.2_linux_amd64.tar.gz \
oshinko_v0.5.3_linux_amd64.tar.gz \
/tmp/artifacts/

# Add scripts used to configure the image
Expand Down
2 changes: 1 addition & 1 deletion scala-build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ RUN yum install -y git \
# directory
COPY \
spark-2.3.0-bin-hadoop2.7.tgz \
oshinko_v0.5.2_linux_amd64.tar.gz \
oshinko_v0.5.3_linux_amd64.tar.gz \
/tmp/artifacts/

# Add scripts used to configure the image
Expand Down

0 comments on commit df78c8b

Please sign in to comment.