Skip to content
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

AWS CLI v2 update breaks Docker's testing pipeline #138

Open
gruberdev opened this issue Jul 28, 2021 · 1 comment
Open

AWS CLI v2 update breaks Docker's testing pipeline #138

gruberdev opened this issue Jul 28, 2021 · 1 comment
Assignees
Labels
bug Something isn't working cli-tool Further information is requested dependencies Pull requests that update a dependency file
Milestone

Comments

@gruberdev
Copy link
Owner

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 gruberdev added bug Something isn't working cli-tool Further information is requested dependencies Pull requests that update a dependency file labels Jul 28, 2021
@gruberdev gruberdev added this to the AWS Provider milestone Jul 28, 2021
@gruberdev gruberdev self-assigned this Jul 28, 2021
@gruberdev
Copy link
Owner Author

gruberdev commented Jul 28, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working cli-tool Further information is requested dependencies Pull requests that update a dependency file
Projects
None yet
Development

No branches or pull requests

1 participant