diff --git a/README.md b/README.md index 67193b9..4a5d036 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 ``` @@ -83,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 @@ -90,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 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" ] }