mirror of https://github.com/openwrt/docker.git
fix: update buildbot links
Signed-off-by: Stephen Liu <stephen.liu@alumni.stanford.edu>Link: https://github.com/openwrt/docker/pull/160 Signed-off-by: Petr Štetiar <ynezz@true.cz>pull/160/head
parent
1c462828c0
commit
bb4d2df49a
|
|
@ -10,7 +10,7 @@ for our CI you may use the scripts to build containers on your own.
|
||||||
> [!WARNING]
|
> [!WARNING]
|
||||||
> Starting with the branch of OpenWrt 24.10 any snapshot (aka nightly) builds no
|
> Starting with the branch of OpenWrt 24.10 any snapshot (aka nightly) builds no
|
||||||
> longer contain the actual binaries but instead a `setup.sh` script. The
|
> longer contain the actual binaries but instead a `setup.sh` script. The
|
||||||
> environment variables are set automatically per contaier to download the
|
> environment variables are set automatically per container to download the
|
||||||
> correct archive containing the SDK/ImageBuilder/rootfs. This reduces
|
> correct archive containing the SDK/ImageBuilder/rootfs. This reduces
|
||||||
> dramatically bandwidth and storage usage. Sorry for the inconvenience.
|
> dramatically bandwidth and storage usage. Sorry for the inconvenience.
|
||||||
|
|
||||||
|
|
@ -20,7 +20,7 @@ Available containers:
|
||||||
* `imagebuilder` create firmware images
|
* `imagebuilder` create firmware images
|
||||||
* `rootfs` test software inside an OpenWrt runtime
|
* `rootfs` test software inside an OpenWrt runtime
|
||||||
|
|
||||||
All containers are mirrored to the follwing three registries under `openwrt` account:
|
All containers are mirrored to the following three registries under `openwrt` account:
|
||||||
|
|
||||||
* docker.io ([sdk](https://hub.docker.com/r/openwrt/sdk) | [imagebuilder](https://hub.docker.com/r/openwrt/imagebuilder) | [rootfs](https://hub.docker.com/r/openwrt/rootfs)) `*`
|
* docker.io ([sdk](https://hub.docker.com/r/openwrt/sdk) | [imagebuilder](https://hub.docker.com/r/openwrt/imagebuilder) | [rootfs](https://hub.docker.com/r/openwrt/rootfs)) `*`
|
||||||
* ghcr.io ([sdk](https://github.com/openwrt/docker-openwrt/pkgs/container/sdk) | [imagebuilder](https://github.com/openwrt/docker-openwrt/pkgs/container/imagebuilder) | [rootfs](https://github.com/openwrt/docker-openwrt/pkgs/container/rootfs))
|
* ghcr.io ([sdk](https://github.com/openwrt/docker-openwrt/pkgs/container/sdk) | [imagebuilder](https://github.com/openwrt/docker-openwrt/pkgs/container/imagebuilder) | [rootfs](https://github.com/openwrt/docker-openwrt/pkgs/container/rootfs))
|
||||||
|
|
@ -34,7 +34,7 @@ Find more details on the container types below
|
||||||
|
|
||||||
Contains the [OpenWrt
|
Contains the [OpenWrt
|
||||||
SDK](https://openwrt.org/docs/guide-developer/toolchain/using_the_sdk) based on
|
SDK](https://openwrt.org/docs/guide-developer/toolchain/using_the_sdk) based on
|
||||||
the same container we use for our [Buildbot](https://buildbot.org)
|
the same container we use for our [Buildbot](https://buildbot.openwrt.org/)
|
||||||
infrastructure. This can be useful when building packages on macOS, Windows or
|
infrastructure. This can be useful when building packages on macOS, Windows or
|
||||||
via CI.
|
via CI.
|
||||||
|
|
||||||
|
|
@ -67,7 +67,7 @@ or `SNAPSHOT`.
|
||||||
|
|
||||||
Contains the [OpenWrt
|
Contains the [OpenWrt
|
||||||
ImageBuilder](https://openwrt.org/docs/guide-user/additional-software/imagebuilder)
|
ImageBuilder](https://openwrt.org/docs/guide-user/additional-software/imagebuilder)
|
||||||
based on the same container we use for our [buildbot](buildbot.org)
|
based on the same container we use for our [buildbot](buildbot.openwrt.org)
|
||||||
infrastructure. This can be useful when creating images on macOS, Windows or
|
infrastructure. This can be useful when creating images on macOS, Windows or
|
||||||
via CI.
|
via CI.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue