amd64 host, you can use this one-line command:
Dockerfile
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
New! Use the 1Password Credential Broker to give CI/CD and other machine workflows short-lived access to secrets, without managing service account tokens.
amd64 host, you can use this one-line command:
ARCH="amd64"; \
OP_VERSION="v$(curl https://app-updates.agilebits.com/check/1/0/CLI2/en/2.0.0/N -s | grep -Eo '[0-9]+\.[0-9]+\.[0-9]+')"; \
curl -sSfo op.zip \
https://cache.agilebits.com/dist/1P/op2/pkg/"$OP_VERSION"/op_linux_"$ARCH"_"$OP_VERSION".zip \
&& unzip -od /usr/local/bin/ op.zip \
&& rm op.zip
docker pull 1password/op:2
COPY --from=1password/op:2 /usr/local/bin/op /usr/local/bin/op
Related topics
Use 1Password CLI with a Connect serverLoad secrets from 1Password into JenkinsUse 1Password CLI with ConnectWas this page helpful?