git: eb2e55d843 - main - Status/2023Q1/pot.adoc: Add report
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 31 Mar 2023 08:58:54 UTC
The branch main has been updated by salvadore: URL: https://cgit.FreeBSD.org/doc/commit/?id=eb2e55d843695eb0c5b4d3f289a72f6b07543581 commit eb2e55d843695eb0c5b4d3f289a72f6b07543581 Author: Stephan Lichtenauer <sl@honeyguide.eu> AuthorDate: 2023-03-28 19:44:33 +0000 Commit: Lorenzo Salvadore <salvadore@FreeBSD.org> CommitDate: 2023-03-31 08:55:55 +0000 Status/2023Q1/pot.adoc: Add report Reviewed by: status (Pau Amma <pauamma@gundo.com>) Approved by: dbaio (co-mentor) Pull Request: https://github.com/freebsd/freebsd-doc/pull/141 --- .../en/status/report-2023-01-2023-03/pot.adoc | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/website/content/en/status/report-2023-01-2023-03/pot.adoc b/website/content/en/status/report-2023-01-2023-03/pot.adoc new file mode 100644 index 0000000000..cc5d46e100 --- /dev/null +++ b/website/content/en/status/report-2023-01-2023-03/pot.adoc @@ -0,0 +1,20 @@ +=== Containers and FreeBSD: Pot, Potluck and Potman + +Links: + +link:https://github.com/bsdpot[Pot organization on GitHub] URL: link:https://github.com/bsdpot[https://github.com/bsdpot] + +Contact: Luca Pizzamiglio (Pot) <pizzamig@freebsd.org> + +Contact: Bretton Vine (Potluck) <bv@honeyguide.eu> + +Contact: Michael Gmelin (Potman) <grembo@freebsd.org> + +Pot is a jail management tool that link:https://www.freebsd.org/news/status/report-2020-01-2020-03/#pot-and-the-nomad-pot-driver[also supports orchestration through Nomad]. + +During the last quarter, link:https://github.com/bsdpot/pot/commits/master[pot] received a number of minor fixes but no new version has been released yet. + +Potluck aims to be to FreeBSD and pot what Dockerhub is to Linux and Docker: a repository of pot flavours and complete container images for usage with pot and in many cases Nomad. + +All Potluck images have been rebuilt to include the latest FreeBSD security advisories, a new link:https://github.com/bsdpot/potluck/tree/master/smokeping[Smokeping network latency monitoring image has been added], and again a lot of work went into the link:https://github.com/bsdpot/potluck/tree/master/jitsi-meet[Jitsi] image which unfortunately still seems to have some reliability issues. + +Also, two new blog posts are available showing how easy it is to use Potluck images, link:https://honeyguide.eu/posts/minio-beast-nextcloud/[one explaining how to set up Nextcloud with Minio as object storage and Prometheus for monitoring], link:https://honeyguide.eu/posts/openldap-matrix-blog-post/[one showing how to run your own Matrix Synapse server using OpenLDAP for access management]. + +As always, feedback and patches are welcome.