Signing back into the Community for the first time? You'll need to reset your password to access your account. Find out more.
Forum Discussion
drusnak
2 years agoNew Contributor
Linux apt package file has unexpected size
We install 1password CLI in a docker image (using golang:1.21-bookworm base image) in CI using the suggested linux commands - but installation has been failing this afternoon with this error message:...
stefanwittwer
2 years agoNew Contributor
We were also affected and reached out to support. They mentioned this:
"We have identified the cause and hope to have this patched up shortly. Please keep an eye out for a new release on our CLI release notes page: https://app-updates.agilebits.com/product_history/CLI2
If you need to install the CLI for your pipeline, please take a look at the instructions under the Linux --> Manual tab in our developer documentation here: https://developer.1password.com/docs/cli/get-started/#install"
Switching to the Linux/Manual install script in the CI worked for us. (We were also able to successfully manually add the gpg verification to the automated pipeline using the extended guide for extra verification).