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 MCP Server for Codex to manage Environments without ever exposing secrets to the agent.
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
Was this page helpful?