Skip to content

Commit

Permalink
Merge pull request #55 from crazy-max/riscv64
Browse files Browse the repository at this point in the history
linux/riscv64 support
  • Loading branch information
crazy-max authored Dec 26, 2024
2 parents 4f35efd + b410166 commit 9a51382
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ linux/arm/v6
linux/arm/v7
linux/arm64
linux/ppc64le
linux/riscv64
linux/s390x
```

Expand All @@ -83,15 +84,18 @@ 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

* `/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

Expand Down
1 change: 1 addition & 0 deletions docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ target "image-all" {
"linux/arm64",
"linux/386",
"linux/ppc64le",
"linux/riscv64",
"linux/s390x"
]
}

0 comments on commit 9a51382

Please sign in to comment.