From 4094a17dc7acd82bb358d176472a99450e70750b Mon Sep 17 00:00:00 2001 From: Vince Grassia <593223+vgrassia@users.noreply.github.com> Date: Tue, 4 Mar 2025 13:17:47 -0500 Subject: [PATCH] Update README --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 499b0e0..cbcbe82 100644 --- a/README.md +++ b/README.md @@ -3,16 +3,17 @@ Bitwarden's dedicated self-hosted release repository. This holds the installatio For any issues regarding a specific client application, please visit [bitwarden/clients](https://github.com/bitwarden/clients) +## Container Images Bitwarden provides OCI-Compliant container images in our ghcr.io [repository](https://github.com/orgs/bitwarden/packages?repo_name=self-host). -All images published to the GitHub Container Registry are +All images published to ghcr.io are signed by using Cosign's [keyless signing](https://docs.sigstore.dev/cosign/signing/overview/). The images can be verified with the following command (where `$IMAGE_NAME` is set to an image in our repository): ```sh $ cosign verify ghcr.io/bitwarden/$IMAGE_NAME:latest --certificate-identity-regexp="https://github\.com/bitwarden/self-host/\.github/workflows/release\.yml@.*" --certificate-oidc-issuer="https://token.actions.githubusercontent.com" ``` ---- +## Quick Deploy [![Deploy to DO](https://www.deploytodo.com/do-btn-blue.svg)](https://marketplace.digitalocean.com/apps/bitwarden?action=deploy) [Deploy to Kubernetes with Helm](https://github.com/bitwarden/helm-charts/blob/main/charts/self-host/README.md)