From cbb0134636645d3a10b3e376536f4bf9bf5b7386 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Wed, 27 Nov 2024 17:47:52 +0100 Subject: [PATCH] readme: some updates to the README Signed-off-by: Michael Adam --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8094f61..a5cfd07 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ Container images for [Samba](https://samba.org) services. * Are used by the [samba-operator](https://github.com/samba-in-kubernetes/samba-operator) for Kubernetes * Don't require Kubernetes * Are [available at quay.io](https://quay.io/organization/samba.org) +* Are used by the [ceph project](https://github.com/ceph/ceph) to provide SMB services on CephFS ### Image Types: @@ -114,8 +115,8 @@ podman run --rm -it quay.io/samba.org/samba-toolbox:latest The server images come in two variants: stable and nightly. The stable variant is what you get with the "latest" tag and includes Samba packages from the Linux distribution used in our base images. -The "nightly" images are based on Samba packages created by the -[samba-integration project](https://github.com/gluster/samba-integration) +The "nightly" images are based on Samba RPM packages created by the +[samba-build project](https://github.com/samba-in-kubernetes/samba-build) which builds and tests Samba builds before release. The nightly images are tagged with "nightly" instead of "latest".