Skip to content

Commit df78c8b

Browse files
committed
Update the oshinko CLI version to v0.5.3
1 parent ecd7625 commit df78c8b

9 files changed

Lines changed: 9 additions & 9 deletions

image.java.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ packages:
4040
artifacts:
4141
- url: https://archive.apache.org/dist/spark/spark-2.3.0/spark-2.3.0-bin-hadoop2.7.tgz
4242
md5: af45eeb06dc1beee6d4c70b92c0e0237
43-
- url: https://github.com/radanalyticsio/oshinko-cli/releases/download/v0.5.2/oshinko_v0.5.2_linux_amd64.tar.gz
44-
md5: 020c481017e944cc97d05eaf70d75067
43+
- url: https://github.com/radanalyticsio/oshinko-cli/releases/download/v0.5.3/oshinko_v0.5.3_linux_amd64.tar.gz
44+
md5: 1995c4eb4013c1b4b1750dd3299e2e30
4545
run:
4646
user: 185
4747
cmd:

image.pyspark.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ packages:
4040
artifacts:
4141
- url: https://archive.apache.org/dist/spark/spark-2.3.0/spark-2.3.0-bin-hadoop2.7.tgz
4242
md5: af45eeb06dc1beee6d4c70b92c0e0237
43-
- url: https://github.com/radanalyticsio/oshinko-cli/releases/download/v0.5.2/oshinko_v0.5.2_linux_amd64.tar.gz
44-
md5: 020c481017e944cc97d05eaf70d75067
43+
- url: https://github.com/radanalyticsio/oshinko-cli/releases/download/v0.5.3/oshinko_v0.5.3_linux_amd64.tar.gz
44+
md5: 1995c4eb4013c1b4b1750dd3299e2e30
4545
run:
4646
user: 185
4747
cmd:

image.scala.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ packages:
3636
artifacts:
3737
- url: https://archive.apache.org/dist/spark/spark-2.3.0/spark-2.3.0-bin-hadoop2.7.tgz
3838
md5: af45eeb06dc1beee6d4c70b92c0e0237
39-
- url: https://github.com/radanalyticsio/oshinko-cli/releases/download/v0.5.2/oshinko_v0.5.2_linux_amd64.tar.gz
40-
md5: 020c481017e944cc97d05eaf70d75067
39+
- url: https://github.com/radanalyticsio/oshinko-cli/releases/download/v0.5.3/oshinko_v0.5.3_linux_amd64.tar.gz
40+
md5: 1995c4eb4013c1b4b1750dd3299e2e30
4141
run:
4242
user: 185
4343
cmd:

java-build/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ RUN yum install -y epel-release tar wget \
5353
# directory
5454
COPY \
5555
spark-2.3.0-bin-hadoop2.7.tgz \
56-
oshinko_v0.5.2_linux_amd64.tar.gz \
56+
oshinko_v0.5.3_linux_amd64.tar.gz \
5757
/tmp/artifacts/
5858

5959
# Add scripts used to configure the image
File renamed without changes.

pyspark-build/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ RUN yum install -y java-1.8.0-openjdk \
5454
# directory
5555
COPY \
5656
spark-2.3.0-bin-hadoop2.7.tgz \
57-
oshinko_v0.5.2_linux_amd64.tar.gz \
57+
oshinko_v0.5.3_linux_amd64.tar.gz \
5858
/tmp/artifacts/
5959

6060
# Add scripts used to configure the image
File renamed without changes.

scala-build/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ RUN yum install -y git \
5252
# directory
5353
COPY \
5454
spark-2.3.0-bin-hadoop2.7.tgz \
55-
oshinko_v0.5.2_linux_amd64.tar.gz \
55+
oshinko_v0.5.3_linux_amd64.tar.gz \
5656
/tmp/artifacts/
5757

5858
# Add scripts used to configure the image
File renamed without changes.

0 commit comments

Comments
 (0)