Immutable
release. Only release title and notes can be modified.
What's Changed
📦 Tidy up
Installation
You can install the plugin directly from Docker Hub with the following command:
Choose the version based on your platform:
linux/amd64
docker plugin install clementmouchet/op-connect-secret-driver:v1.0.1-linux-amd64 \
--grant-all-permissions \
--alias op-connect-secret-driver:v1.0.1 \
--disablelinux/arm64
docker plugin install clementmouchet/op-connect-secret-driver:v1.0.1-linux-arm64 \
--grant-all-permissions \
--alias op-connect-secret-driver:v1.0.1 \
--disableAfter installation, set the environment variables and enable the plugin:
docker plugin set op-connect-secret-driver:v1.0.1 OP_CONNECT_HOST="$OP_CONNECT_HOST"
docker plugin set op-connect-secret-driver:v1.0.1 OP_CONNECT_TOKEN="$OP_CONNECT_TOKEN"
docker plugin enable op-connect-secret-driver:v1.0.1