mirror of
https://github.com/linuxserver/docker-smokeping.git
synced 2026-02-19 19:56:39 +08:00
Bot Updating README from template
This commit is contained in:
parent
e2c95afb08
commit
9d8fc62336
14
README.md
14
README.md
@ -16,7 +16,7 @@ Find us at:
|
||||
|
||||
# PSA: Changes are happening
|
||||
|
||||
Linuxserver are in the midst of switching to a new CI platform which will enable us to build and release multiple architectures under a single repo. To this end, existing images for `arm64` and `armhf` builds are being deprecated. They are replaced by a manifest file in each container which automatically pulls the correct image for your architecture. You'll also be able to pull based on a specific architecture tag.
|
||||
From August 2018 onwards, Linuxserver are in the midst of switching to a new CI platform which will enable us to build and release multiple architectures under a single repo. To this end, existing images for `arm64` and `armhf` builds are being deprecated. They are replaced by a manifest file in each container which automatically pulls the correct image for your architecture. You'll also be able to pull based on a specific architecture tag.
|
||||
|
||||
TLDR: Multi-arch support is changing from multiple repos to one repo per container image.
|
||||
|
||||
@ -30,6 +30,18 @@ TLDR: Multi-arch support is changing from multiple repos to one repo per contain
|
||||
|
||||
[](https://oss.oetiker.ch/smokeping/)
|
||||
|
||||
## 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).
|
||||
|
||||
The architectures supported by this image are:
|
||||
|
||||
| Architecture | Tag |
|
||||
| :----: | --- |
|
||||
| item.arch | item.tag |
|
||||
| item.arch | item.tag |
|
||||
| item.arch | item.tag |
|
||||
|
||||
## Usage
|
||||
|
||||
Here are some example snippets to help you get started creating a container.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user