We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
My CI jobs had been working fine for a long time but it fails today. I call aws-cli/install on alpine/terragrunt
aws-cli/install
These recent posted issues seems related.
I tried --force-overwrite as mentioned here and confirmed working fine. I'll create a PR.
--force-overwrite
Installing AWS CLI v2 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz (1/3) Installing libgcc (11.2.1_git20220219-r2) 0% (2/3) Installing libstdc++ (11.2.1_git20220219-r2) 0% (3/3) Installing binutils (2.38-r3) 99% ############################################ Executing busybox-1.35.0-r17.trigger OK: 39 MiB in 37 packages % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 451 100 451 0 0 1749 0 --:--:-- --:--:-- --:--:-- 1754 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1895k 100 1895k 0 0 9587k 0 --:--:-- --:--:-- --:--:-- 9587k % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1094k 100 1094k 0 0 8634k 0 --:--:-- --:--:-- --:--:-- 8634k % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 7584k 100 7584k 0 0 31.2M 0 --:--:-- --:--:-- --:--:-- 267M fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz (1/3) Installing glibc (2.34-r0) 0% ERROR: glibc-2.34-r0: trying to overwrite etc/nsswitch.conf owned by alpine-baselayout-data-3.2.0-r23. 13% ##### (2/3) Installing glibc-bin (2.34-r0) 99% ############################################ Executing glibc-bin-2.34-r0.trigger 1 error; 72 MiB in 40 packages Exited with code exit status 1 CircleCI received exit code 1
The text was updated successfully, but these errors were encountered:
Fix install.sh close CircleCI-Public#123
73f39c9
Successfully merging a pull request may close this issue.
My CI jobs had been working fine for a long time but it fails today. I call
aws-cli/install
on alpine/terragruntThese recent posted issues seems related.
I tried
--force-overwrite
as mentioned here and confirmed working fine. I'll create a PR.The text was updated successfully, but these errors were encountered: