From ffe9988945ba999cc4b8b6c80bf473ec6e39c04a Mon Sep 17 00:00:00 2001 From: IronPan Date: Wed, 28 Aug 2019 10:49:07 -0700 Subject: [PATCH 1/2] Update docker --- manifests/gcp_marketplace/deployer/Dockerfile | 20 ------------------- 1 file changed, 20 deletions(-) diff --git a/manifests/gcp_marketplace/deployer/Dockerfile b/manifests/gcp_marketplace/deployer/Dockerfile index f03cd15fa29..ea7a9cd7af3 100644 --- a/manifests/gcp_marketplace/deployer/Dockerfile +++ b/manifests/gcp_marketplace/deployer/Dockerfile @@ -1,21 +1 @@ -FROM marketplace.gcr.io/google/debian9 AS build - -RUN apt-get update \ - && apt-get install -y --no-install-recommends gettext - -ADD chart/kubeflow-pipelines /tmp/chart -RUN cd /tmp && tar -czvf /tmp/kubeflow-pipelines.tar.gz chart - -ADD schema.yaml /tmp/schema.yaml - -ARG REGISTRY -ARG TAG - -RUN cat /tmp/schema.yaml \ - | env -i "REGISTRY=$REGISTRY" "TAG=$TAG" envsubst \ - > /tmp/schema.yaml.new \ - && mv /tmp/schema.yaml.new /tmp/schema.yaml - FROM gcr.io/cloud-marketplace-tools/k8s/deployer_helm/onbuild -COPY --from=build /tmp/kubeflow-pipelines.tar.gz /data/chart/ -COPY --from=build /tmp/schema.yaml /data/ From 22528142421f1f1dd107f9445beb060f635a354c Mon Sep 17 00:00:00 2001 From: IronPan Date: Wed, 28 Aug 2019 13:47:51 -0700 Subject: [PATCH 2/2] Update Dockerfile