Skip to content

Commit

Permalink
update ks version to 0.12 for webapp backend (#1508)
Browse files Browse the repository at this point in the history
* update ks

* fix

* update

* fix
  • Loading branch information
lluunn authored and k8s-ci-robot committed Sep 12, 2018
1 parent 7fd894b commit 87ffe2c
Show file tree
Hide file tree
Showing 4 changed files with 79 additions and 26 deletions.
12 changes: 6 additions & 6 deletions bootstrap/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@ RUN curl -LO https://storage.googleapis.com/kubernetes-release/release/v1.10.0/
ARG registries
COPY $registries /opt/registries

# bootstrap is using ksonnet 0.11.0
RUN wget -q https://github.com/ksonnet/ksonnet/releases/download/v0.11.0/ks_0.11.0_linux_amd64.tar.gz && \
tar xzf ks_0.11.0_linux_amd64.tar.gz -C . && \
rm ks_0.11.0_linux_amd64.tar.gz && \
cp ks_0.11.0_linux_amd64/ks /usr/local/bin && \
rm -rf ks_0.11.0_linux_amd64
# bootstrap is using ksonnet 0.12.0
RUN wget -q https://github.com/ksonnet/ksonnet/releases/download/v0.12.0/ks_0.12.0_linux_amd64.tar.gz && \
tar xzf ks_0.12.0_linux_amd64.tar.gz -C . && \
rm ks_0.12.0_linux_amd64.tar.gz && \
cp ks_0.12.0_linux_amd64/ks /usr/local/bin && \
rm -rf ks_0.12.0_linux_amd64

COPY --from=build_base_remote /opt/kubeflow/bootstrapper /opt/kubeflow/
COPY start.sh /opt/kubeflow/
Expand Down
87 changes: 69 additions & 18 deletions bootstrap/glide.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion bootstrap/glide.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ import:
- package: google.golang.org/api
subpackages:
- cloudresourcemanager/v1
- package: google.golang.org/grpc
version: ^1.15.0
- package: k8s.io/kubernetes
version: v1.10.2
- package: k8s.io/client-go
Expand All @@ -36,7 +38,7 @@ import:
- package: k8s.io/apiserver
version: kubernetes-1.10.2
- package: github.com/ksonnet/ksonnet
version: ~0.11.0
version: ~0.12.0
- package: github.com/go-openapi/spec
version: 1de3e0542de65ad8d75452a595886fdd0befb363
- package: github.com/go-openapi/swag
Expand Down
2 changes: 1 addition & 1 deletion components/gcp-click-to-deploy/manifest/kf_app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ spec:
- name: config-volume
mountPath: /app/src/user_config
- name: controller-backend
image: gcr.io/kubeflow-images-public/bootstrapper:v20180910-585674b2-dirty-928448
image: gcr.io/kubeflow-images-public/bootstrapper:v20180912-3b638523-dirty-6a5457
workingDir: /opt/bootstrap
command: [ "/opt/kubeflow/bootstrapper"]
args: [
Expand Down

0 comments on commit 87ffe2c

Please sign in to comment.