diff --git a/images/docker-habridge.md b/images/docker-habridge.md index 64e6d7f0f..4288925c6 100755 --- a/images/docker-habridge.md +++ b/images/docker-habridge.md @@ -19,7 +19,7 @@ For more information about how to use this software have a look at their Wiki [h ## Supported Architectures -Our images support multiple architectures such as `x86-64`, `arm64` and `armhf`. We utilise the docker manifest for multi-platform awareness. More information is available from docker [here](https://github.com/docker/distribution/blob/master/docs/spec/manifest-v2-2.md#manifest-list). +Our images support multiple architectures such as `x86-64`, `arm64` and `armhf`. We utilise the docker manifest for multi-platform awareness. More information is available from docker [here](https://github.com/docker/distribution/blob/master/docs/spec/manifest-v2-2.md#manifest-list) and our announcement [here](https://blog.linuxserver.io/2019/02/21/the-lsio-pipeline-project/). Simply pulling `linuxserver/habridge` should retrieve the correct image for your arch, but you can also pull specific arch images via tags. @@ -141,6 +141,7 @@ For information on how to configure ha-bridge, go to their wiki at [https://gith ## Versions +* **22.02.19:** - Rebasing to alpine 3.9. * **11.02.19:** - Add pipeline logic and multi arch. * **28.08.18:** - Rebase to alpine 3.8. * **12.04.18:** - Add workaround to bind to port 80 if needed.