You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-5Lines changed: 4 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ ___
35
35
- Running docker (duh) and compose, either standalone or plugin.
36
36
-[`regclient/regctl`](https://github.com/regclient/regclient) (Licensed under [Apache-2.0 License](http://www.apache.org/licenses/LICENSE-2.0))
37
37
- User will be prompted to download `regctl` if not in `PATH` or `PWD`.
38
-
- regctl requires `amd64/aarch64` - see [workaround](#workaround-for-non-amd64--aarch64) if other architecture is used.
38
+
- regctl requires `amd64/arm64` - see [workaround](#workaround-for-non-amd64--arm64) if other architecture is used.
39
39
___
40
40
41
41
@@ -81,6 +81,7 @@ After the updates are complete, you'll get prompted if you'd like to prune dangl
81
81
82
82
### :loudspeaker: Notifications
83
83
Trigger with the `-i` flag.
84
+
Run it scheduled with `-ni` to only get notified when there's updates available!
84
85
85
86
Use a `notify_X.sh` template file, copy it to `notify.sh`, modify it to your needs!
86
87
Current templates:
@@ -89,8 +90,6 @@ Current templates:
89
90
- Apprise (with it's [multitude](https://github.com/caronc/apprise#supported-notifications) of notifications)
90
91
- both native [caronc/apprise](https://github.com/caronc/apprise) and the standalone [linuxserver/docker-apprise-api](https://github.com/linuxserver/docker-apprise-api)
91
92
92
-
Run it scheduled with `-ni` to only get notified when there's updates available!
93
-
94
93
Further additions are welcome - suggestions or PR!
95
94
Initiated and first contributed by [yoyoma2](https://github.com/yoyoma2).
96
95
@@ -105,8 +104,8 @@ Containers need to be manually stopped, removed and created again to run on the
105
104
- Not respecting `--profile` options when re-creating the container.
106
105
- Not working well with containers created by Portainer.
107
106
108
-
### Workaround for non **amd64** / **aarch64**
109
-
`regctl` provides binaries for amd64/aarch64, to use on other architecture you could try this workaround.
107
+
### Workaround for non **amd64** / **arm64**
108
+
`regctl` provides binaries for amd64/arm64, to use on other architecture you could try this workaround.
110
109
Run regctl in a contianer wrapped in a shell script. Copied from [regclient/docs/install.md](https://github.com/regclient/regclient/blob/main/docs/install.md):
0 commit comments