/vault-docker-login-buildkite-plugin

Login to docker with credentials stored in vault

Primary LanguageShell

Vault Docker Login Buildkite Plugin

Log into docker/buildah with credentials stored in vault.

Example

Add the following to your pipeline.yml:

steps:
  - command: ls
    plugins:
      - elastic/vault-docker-login#v0.5.0:
          secret_path: 'secret/ci/elastic-<<your-repo>>/container-registry/<<credentials>>'