Skip to content

Commit

Permalink
readme: some updates to the README
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Adam <[email protected]>
  • Loading branch information
obnoxxx committed Nov 27, 2024
1 parent a7a3866 commit 09c83a3
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,13 @@
Container images for [Samba](https://samba.org) services.

### Our images:
* Are [OCI](https://opencontainers.org/) formatted container images
* Provide application-like high-level entrypoint scripts
* Are [OCI](https://opencontainers.org/) formatted container images.
* Provide application-like high-level entrypoint scripts.
* Are available as pre-built stable and "nightly" [variants](#image-variants)
* 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 [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:

Expand Down Expand Up @@ -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".

Expand Down

0 comments on commit 09c83a3

Please sign in to comment.