Skip to content
Snippets Groups Projects
Commit adec71fd authored by nimrod's avatar nimrod
Browse files

Workbench: Revert back to AWS CLI v1.

Until https://github.com/aws/aws-cli/issues/8342 is resolved, AWS CLI v2
can't be used with Python 3.12. But v1 is.
parent a576ec8a
No related branches found
No related tags found
No related merge requests found
Pipeline #4017 failed
...@@ -172,16 +172,13 @@ RUN apt-get update && \ ...@@ -172,16 +172,13 @@ RUN apt-get update && \
ENV PIPX_HOME /opt/pipx ENV PIPX_HOME /opt/pipx
ENV PIPX_BIN_DIR /opt/pipx/bin ENV PIPX_BIN_DIR /opt/pipx/bin
# hadolint ignore=DL3013 # hadolint ignore=DL3013
RUN export PIP_CONSTRAINT=/tmp/constraint.txt && \ RUN python3 -m pip install --no-cache-dir --break-system-packages \
echo 'packaging==24.0' >> "$PIP_CONSTRAINT" && \
echo 'ruamel.yaml.clib==0.2.8' >> "$PIP_CONSTRAINT" && \
python3 -m pip install --no-cache-dir --break-system-packages \
https://github.com/aws/aws-cli/archive/refs/heads/v2.zip \
Glances \ Glances \
PyGObject \ PyGObject \
PyMySQL \ PyMySQL \
'ansible>=10' \ 'ansible>=10' \
ansible-runner \ ansible-runner \
awscli \
awslogs \ awslogs \
bcrypt \ bcrypt \
black \ black \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment