Skip to content

Commit

Permalink
[Sample tests] Upgrade GCP sdk to 272 in sample test (#2786)
Browse files Browse the repository at this point in the history
* try upgrade

* add back py-dev

* update install order

* add gcc

* remove TOOO
  • Loading branch information
Jiaxiao Zheng authored and k8s-ci-robot committed Jan 2, 2020
1 parent 0d29d21 commit 2cd3d6e
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions test/sample-test/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
# This image has the script to kick off the ML pipeline sample e2e test,

# TODO: use google/cloud-sdk:272.0.0, currently some python dependencies break if we use the new version
FROM google/cloud-sdk:236.0.0
FROM google/cloud-sdk:272.0.0

RUN apt-get update -y && \
apt-get install --no-install-recommends -y -q default-jdk python3-setuptools python3-dev && \
apt-get install --no-install-recommends -y -q libssl-dev libffi-dev wget ssh
RUN apt-get update -y
RUN apt-get install --no-install-recommends -y -q libssl-dev libffi-dev wget ssh
RUN apt-get install --no-install-recommends -y -q default-jre default-jdk python3-setuptools python3-dev gcc

RUN wget https://bootstrap.pypa.io/get-pip.py && python3 get-pip.py

Expand Down

0 comments on commit 2cd3d6e

Please sign in to comment.