-
Notifications
You must be signed in to change notification settings - Fork 110
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor: update configs #356
Conversation
- alpine to 3.19.1 - terraform to 1.8.3
|
pip3 install --no-cache --upgrade pip setuptools wheel && \ | ||
if [ ! -e /usr/bin/pip ]; then ln -s pip3 /usr/bin/pip ; fi | ||
RUN echo "**** install Python and pip ****" && \ | ||
apk add --update --no-cache python3 py3-pip py3-setuptools py3-wheel |
Check notice
Code scanning / SonarCloud
Arguments in long RUN instructions should be sorted Low
|
||
#Install additional packages and helm | ||
RUN apk add --update --no-cache openssl git jq bash curl wget unzip ca-certificates && \ | ||
RUN echo "**** install additional packages and helm ****" && \ | ||
apk add --update --no-cache openssl git jq bash curl wget unzip ca-certificates && \ |
Check notice
Code scanning / SonarCloud
Arguments in long RUN instructions should be sorted Low
pip3 install --no-cache --upgrade pip setuptools wheel && \ | ||
if [ ! -e /usr/bin/pip ]; then ln -s pip3 /usr/bin/pip ; fi | ||
RUN echo "**** install Python and pip ****" && \ | ||
apk add --update --no-cache python3 py3-pip py3-setuptools py3-wheel |
Check notice
Code scanning / SonarCloud
Arguments in long RUN instructions should be sorted Low
PR Description
depends_on
to fix the order of applying and deleting resourcesType of change
Delete options that are not relevant.
Checklist