New! You can now access secrets from 1Password Environments on your device with a new local .env file destination.
amd64
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?