Add helm to pulumi/pulumi dockerhub container (#3294)

This commit is contained in:
Azamat 2019-10-30 15:30:35 -06:00 committed by Levi Blackstone
parent c383810bf8
commit c5bd24aa30
2 changed files with 6 additions and 0 deletions

View file

@ -60,6 +60,9 @@ CHANGELOG
- Support renaming stack projects via `pulumi stack rename`.
[#3292](https://github.com/pulumi/pulumi/pull/3292)
- Add `helm` to `pulumi/pulumi` Dockerhub container
[#3294](https://github.com/pulumi/pulumi/pull/3294)
- Make the location of `.pulumi` folder configurable with an environment variable.
[#3300](https://github.com/pulumi/pulumi/pull/3300) (Fixes [#2966](https://github.com/pulumi/pulumi/issues/2966))

View file

@ -46,6 +46,9 @@ RUN apt-get update -y && \
# Clean up the lists work
rm -rf /var/lib/apt/lists/*
# Install Helm
RUN curl -L https://git.io/get_helm.sh | bash
# Passing --build-arg PULUMI_VERSION=vX.Y.Z will use that version
# of the SDK. Otherwise, we use whatever get.pulumi.com thinks is
# the latest