Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: deliverybot/helm
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: AWSBot-Ltd/helm
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Able to merge. These branches can be automatically merged.
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Apr 24, 2020

  1. Update Dockerfile

    reayd-awsbot authored Apr 24, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    6224a5c View commit details
  2. Update Dockerfile

    reayd-awsbot authored Apr 24, 2020
    Copy the full SHA
    8305410 View commit details
Showing with 4 additions and 0 deletions.
  1. +4 −0 Dockerfile
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -21,6 +21,10 @@ RUN apk add --no-cache ca-certificates \
# Init version 2 helm:
helm init --client-only

ARG AWS_IAM_AUTHENTICATOR_URL=https://amazon-eks.s3-us-west-2.amazonaws.com/1.11.5/2018-12-06/bin/linux/amd64/aws-iam-authenticator
ADD ${AWS_IAM_AUTHENTICATOR_URL} /usr/local/bin/aws-iam-authenticator
RUN chmod +x /usr/local/bin/aws-iam-authenticator

ENV PYTHONPATH "/usr/lib/python3.8/site-packages/"

COPY . /usr/src/