Skip to content

Commit

Permalink
Merge 2252814 into c642889
Browse files Browse the repository at this point in the history
  • Loading branch information
IronPan committed Aug 28, 2019
2 parents c642889 + 2252814 commit c5e4ad5
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions manifests/gcp_marketplace/deployer/Dockerfile
Original file line number Diff line number Diff line change
@@ -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/

0 comments on commit c5e4ad5

Please sign in to comment.