Skip to content

Commit 7bb8a6d

Browse files
author
zhilingc
committed
Update docker file to include argo
1 parent 6614c88 commit 7bb8a6d

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

testing/docker-images/test-image/Dockerfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@ RUN git clone https://github.com/gojek/feast \
66
&& cd feast && mvn test || true \
77
&& cd .. && rm -rf feast
88

9-
RUN apt-get install -y make
9+
RUN apt-get install -y make curl
10+
11+
RUN curl -sSL -o /usr/local/bin/argo https://github.com/argoproj/argo/releases/download/v2.2.1/argo-linux-amd64 \
12+
&& chmod +x /usr/local/bin/argo
1013

1114
COPY run.sh /usr/local/bin/
1215

testing/docker-images/test-image/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ fi
3434
echo "sha:"
3535
git rev-parse HEAD
3636
echo ""
37-
echo "running unit tests"
37+
echo "running tests"
3838
echo ""
3939

4040
$@

0 commit comments

Comments
 (0)