tf-free icon indicating copy to clipboard operation
tf-free copied to clipboard

AWS CLI v2 update breaks Docker's testing pipeline

Open gruberdev opened this issue 4 years ago • 1 comments

OK: 340 MiB in 91 packages
325s
14303	Service 'freetf' failed to build : The command '/bin/bash -eo pipefail -c apk --no-cache add  && curl -sL https://alpine-pkgs.sgerrand.com/sgerrand.rsa.pub -o /etc/apk/keys/sgerrand.rsa.pub  && curl -sLO https://github.com/sgerrand/alpine-pkg-glibc/releases/download/${GLIBC_VER}/glibc-${GLIBC_VER}.apk  && curl -sLO https://github.com/sgerrand/alpine-pkg-glibc/releases/download/${GLIBC_VER}/glibc-bin-${GLIBC_VER}.apk  && apk add --no-cache  glibc-${GLIBC_VER}.apk  glibc-bin-${GLIBC_VER}.apk  && curl -sL https://awscli.amazonaws.com/awscli-exe-${OS}-${ARCH_86}.zip -o awscliv2.zip  && unzip awscliv2.zip  && aws/install  && rm -rf  awscliv2.zip  aws  /usr/local/aws-cli/v2/*/dist/aws_completer  /usr/local/aws-cli/v2/*/dist/awscli/data/ac.index  /usr/local/aws-cli/v2/*/dist/awscli/examples  && rm glibc-${GLIBC_VER}.apk  && rm glibc-bin-${GLIBC_VER}.apk  && rm -rf /var/cache/apk/*' returned a non-zero code: 18
337s
14304	task: Failed to run task "docker-ci": exit status 1

Example: Pipeline

gruberdev avatar Jul 28 '21 08:07 gruberdev

Temporary PR approved to fix pipeline, will work to investigate the issue further before merging it with main branch.

gruberdev avatar Jul 28 '21 08:07 gruberdev