{"id":19197042,"url":"https://github.com/jitesoft/docker-bitwarden-client","last_synced_at":"2026-04-22T21:35:50.243Z","repository":{"id":88326108,"uuid":"444401623","full_name":"jitesoft/docker-bitwarden-client","owner":"jitesoft","description":"Bitwarden CLI client built from source running on alpine linux.","archived":false,"fork":false,"pushed_at":"2022-01-04T19:43:22.000Z","size":19,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-04T18:18:12.599Z","etag":null,"topics":["alpine","alpine-linux","bitwarden","bitwarden-cli","bitwarden-client","docker","docker-image","hacktoberfest"],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jitesoft.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2022-01-04T11:56:46.000Z","updated_at":"2023-08-27T13:49:31.000Z","dependencies_parsed_at":"2023-03-13T18:25:14.224Z","dependency_job_id":null,"html_url":"https://github.com/jitesoft/docker-bitwarden-client","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jitesoft/docker-bitwarden-client","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jitesoft%2Fdocker-bitwarden-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jitesoft%2Fdocker-bitwarden-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jitesoft%2Fdocker-bitwarden-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jitesoft%2Fdocker-bitwarden-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jitesoft","download_url":"https://codeload.github.com/jitesoft/docker-bitwarden-client/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jitesoft%2Fdocker-bitwarden-client/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262329603,"owners_count":23294725,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["alpine","alpine-linux","bitwarden","bitwarden-cli","bitwarden-client","docker","docker-image","hacktoberfest"],"created_at":"2024-11-09T12:15:21.707Z","updated_at":"2026-04-22T21:35:45.202Z","avatar_url":"https://github.com/jitesoft.png","language":"Dockerfile","funding_links":["https://opencollective.com/jitesoft-open-source","https://github.com/sponsors/jitesoft","https://www.patreon.com/jitesoft"],"categories":[],"sub_categories":[],"readme":"# Bitwarden Client\n\nBitwarden-cli client built from source for Alpine linux and Distroless.\n\nBitwarden is an open source password manager which can be used both with a SaaS License or by\nself hosting.  \nThe CLI client can be used in CI/CD or by anyone who prefer to not use a Desktop or Web based password manager client.\n\n### Usage\n\nAuthentication can easily be done by using an API key created in the bitwarden web client, \nthe CLI client uses the `BW_CLIENTID` and `BW_CLIENTSECRET` environment variables which can be used\nwhen in a non-interactive mode.\n\nThe image exposes the `AUTO_LOGIN` and `AUTO_UNLOCK` env variables, allowing you to automatically login and unlock vault on\nstartup (via the entrypoint script).\n\n```shell\ndocker run --rm -i -t -e BW_CLIENTID=abc123 -e BW_CLIENTSECRET=abc123 -e AUTO_LOGIN=true -e AUTO_UNLOCK=true jitesoft/bitwarden-client bw ...\n# Alt\ndocker run --rm -i -t -e BW_CLIENTID=abc123 -e BW_CLIENTSECRET=abc123 -e jitesoft/bitwarden-client /bin/ash\n \u003e bw login\n \u003e bw unlock\n \u003e bw ...\n```\n\n### Dockerfile\n\nDockerfile and scripts can be found at [GitLab](https://gitlab.com/jitesoft/dockerfiles/bitwarden-client) or [GitHub](https://github.com/jitesoft/docker-bitwarden-client).\n\n### Image labels\n\nThis image follows the [Jitesoft image label specification 1.0.0](https://gitlab.com/snippets/1866155).\n\n### Signature\n\nCosign public key for this image can be found at [https://jitesoft.com/cosign.pub](https://jitesoft.com/cosign.pub).\n\n### Licenses\n\nThis repository is released under the [MIT license](LICENSE).  \nBitwarden cli source code is released under the [GNU General Public License v3.0](https://github.com/bitwarden/cli/blob/master/LICENSE.txt).  \n\nCheck [dependency graph](https://github.com/bitwarden/cli/network/dependencies) for full dependencies and licensing of the bitwarden cli project.\n\n### Sponsors\n\nJitesoft images are built via GitLab CI on runners hosted by the following wonderful organisations:\n\n\u003ca href=\"https://fosshost.org/\"\u003e\n  \u003cimg src=\"https://raw.githubusercontent.com/jitesoft/misc/master/sponsors/fosshost.png\" height=\"128\" alt=\"Fosshost logo\" /\u003e\n\u003c/a\u003e\n\u003ca href=\"https://www.aarch64.com/\"\u003e\n  \u003cimg src=\"https://raw.githubusercontent.com/jitesoft/misc/master/sponsors/aarch64.png\" height=\"128\" alt=\"Aarch64 logo\" /\u003e\n\u003c/a\u003e\n\n_The companies above are not affiliated with Jitesoft or any Jitesoft Projects directly._\n\n---\n\nSponsoring is vital for the further development and maintaining of open source.  \nQuestions and sponsoring queries can be made by \u003ca href=\"mailto:sponsor@jitesoft.com\"\u003eemail\u003c/a\u003e.  \nIf you wish to sponsor our projects, reach out to the email above or visit any of the following sites:\n\n[Open Collective](https://opencollective.com/jitesoft-open-source)  \n[GitHub Sponsors](https://github.com/sponsors/jitesoft)  \n[Patreon](https://www.patreon.com/jitesoft)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjitesoft%2Fdocker-bitwarden-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjitesoft%2Fdocker-bitwarden-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjitesoft%2Fdocker-bitwarden-client/lists"}