Skip to content

Commit fb9a2e7

Browse files
committed
Update README with new tags
1 parent b637ea0 commit fb9a2e7

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ This image being largely inspired by the official [BOINC/boinc-client-docker](ht
3131
| Parameter | Default | Function |
3232
| :----------------------- | :---------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------- |
3333
| `BOINC_GUI_RPC_PASSWORD` | `boinc` | The password what you need to use, when you connect to the BOINC client. |
34-
| `BOINC_CMD_LINE_OPTIONS` | n/a | Allow custom command line options to be passed to `/usr/bin/boinc`, adding `--allow_remote_gui_rpc` will allow all remote client to connect to your BOINC client. |
34+
| `BOINC_CMD_LINE_OPTIONS` | n/a | Allow custom command line options to be passed to `/usr/bin/boinc`, adding `--allow_remote_gui_rpc` will allow all remote client to connect to your BOINC client. |
3535
| `BOINC_REMOTE_HOST` | `127.0.0.1` | (Optional) Replace the `IP` with your IP address. In this case you can connect to the client only from this IP. |
3636
| `TZ` | `Etc/UTC` | (Optional) Specify a time zone. The default is UTC +0. |
3737

@@ -45,12 +45,12 @@ To expose the RPC interface of the running BOINC CLIENT, you should expose port
4545

4646
## Available tags
4747

48-
| Image | Tags | Architecture | Note |
49-
| :------------------------------------------------------------------------------------------------- | :--------------------------- | :---------------------------- | :----------------------------------------- |
50-
| [ghcr.io/0rax/boinc-client](https://github.com/users/0rax/packages/container/package/boinc-client) | `v7.16.6`, `latest` | `amd64`, `arm32v7`, `arm64v8` | Multi arch image running Boinc v7.16.6 |
51-
| [ghcr.io/0rax/boinc-client](https://github.com/users/0rax/packages/container/boinc-client/312755) | `v7.16.6-amd64`, `amd64` | `amd64` | `amd64` image running Boinc v7.16.6 |
52-
| [ghcr.io/0rax/boinc-client](https://github.com/users/0rax/packages/container/boinc-client/312761) | `v7.16.6-arm32v7`, `arm32v7` | `arm32v7` | `arm32v7` image running Boinc v7.16.6 |
53-
| [ghcr.io/0rax/boinc-client](https://github.com/users/0rax/packages/container/boinc-client/312766) | `v7.16.6-arm64v8`, `arm64v8` | `arm64v8` | `arm64v8` image running Boinc v7.16.6 |
48+
| Image | Tags | Architecture | Note |
49+
| :----------------------------------------------------------------------------------------------------------------------- | :--------------------------- | :---------------------------- | :------------------------------------- |
50+
| [ghcr.io/0rax/boinc-client](https://github.com/users/0rax/packages/container/boinc-client/193959868?tag=v7.20.5) | `v7.20.5`, `latest` | `amd64`, `arm32v7`, `arm64v8` | Multi arch image running Boinc v7.20.5 |
51+
| [ghcr.io/0rax/boinc-client](https://github.com/users/0rax/packages/container/boinc-client/193955937?tag=v7.20.5-amd64) | `v7.20.5-amd64`, `amd64` | `amd64` | `amd64` image running Boinc v7.20.5 |
52+
| [ghcr.io/0rax/boinc-client](https://github.com/users/0rax/packages/container/boinc-client/193957256?tag=v7.20.5-arm32v7) | `v7.20.5-arm32v7`, `arm32v7` | `arm32v7` | `arm32v7` image running Boinc v7.20.5 |
53+
| [ghcr.io/0rax/boinc-client](https://github.com/users/0rax/packages/container/boinc-client/193959476?tag=v7.20.5-arm64v8) | `v7.20.5-arm64v8`, `arm64v8` | `arm64v8` | `arm64v8` image running Boinc v7.20.5 |
5454

5555
A complete list of all current and past version can be seen in the [Github Packages page for this image](https://github.com/users/0rax/packages/container/package/boinc-client).
5656

0 commit comments

Comments
 (0)