Skip to content

Commit

Permalink
chore: install from github repo
Browse files Browse the repository at this point in the history
  • Loading branch information
js-timbirkett committed Feb 9, 2022
1 parent 70bdb56 commit 0e548df
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,9 @@ ENV AWS_DEFAULT_REGION=eu-west-1
# Installing required packages
# RUN pip3 install --no-cache --upgrade eks-rolling-update==${EKS_ROLLING_UPDATE_VERSION}

RUN pip3 install --no-cache --upgrade build git+https://github.com/hellofresh/eks-rolling-update.git@70306efbf8d9a6c587d8f82af60d995827122537
RUN git clone https://github.com/hellofresh/eks-rolling-update.git && \
cd eks-rolling-update && \
git checkout 70306efbf8d9a6c587d8f82af60d995827122537 && \
pip3 install --no-cache --upgrade boto3 kubernetes python-dotenv urllib3 && \
ln -s $(pwd)/eks_rolling_update.py /usr/local/bin/eks_rolling_update.py && \
eks_rolling_update.py -h

0 comments on commit 0e548df

Please sign in to comment.