From 11d0a71140cbb17afe73865017ab3860c83be9e5 Mon Sep 17 00:00:00 2001 From: CrazyMax <1951866+crazy-max@users.noreply.github.com> Date: Thu, 26 Dec 2024 11:10:21 +0100 Subject: [PATCH 1/2] linux/riscv64 support --- README.md | 1 + docker-bake.hcl | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index 67193b9..1c33555 100644 --- a/README.md +++ b/README.md @@ -69,6 +69,7 @@ linux/arm/v6 linux/arm/v7 linux/arm64 linux/ppc64le +linux/riscv64 linux/s390x ``` diff --git a/docker-bake.hcl b/docker-bake.hcl index 8ba5476..129cbc6 100644 --- a/docker-bake.hcl +++ b/docker-bake.hcl @@ -30,6 +30,7 @@ target "image-all" { "linux/arm64", "linux/386", "linux/ppc64le", + "linux/riscv64", "linux/s390x" ] } From b410166827443c786808b0c1864d362e9c13edad Mon Sep 17 00:00:00 2001 From: CrazyMax <1951866+crazy-max@users.noreply.github.com> Date: Thu, 26 Dec 2024 11:12:18 +0100 Subject: [PATCH 2/2] update readme --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1c33555..4a5d036 100644 --- a/README.md +++ b/README.md @@ -84,6 +84,7 @@ linux/s390x * `WRITE_THREADS` : Number of threads used for writing RRD files, called with `-t` (default `4`) * `FLUSH_DEAD_DATA_INTERVAL` : Every *X* seconds the entire cache is searched for old values which are written to disk, called with `-f` (default `3600`) +> [!NOTE] > More info : https://github.com/oetiker/rrdtool-1.x/blob/master/doc/rrdcached.pod ## Volumes @@ -91,8 +92,10 @@ linux/s390x * `/data/db` : Contains rrd database * `/data/journal` : Container rrd journal files -> :warning: Note that the volumes should be owned by the user/group with the specified `PUID` and `PGID`. -> If you don't give the volume correct permissions, the container may not start. +> [!WARNING] +> Note that the volumes should be owned by the user/group with the specified +> `PUID` and `PGID`. If you don't give the volume correct permissions, the +> container may not start. ## Ports