Skip to content
This repository was archived by the owner on Jul 24, 2024. It is now read-only.

Commit eeb8bfd

Browse files
committed
Update to point everything to lscr.io
1 parent 6c0f77d commit eeb8bfd

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Find us at:
4444

4545
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/).
4646

47-
Simply pulling `ghcr.io/linuxserver-labs/omada-controller` should retrieve the correct image for your arch, but you can also pull specific arch images via tags.
47+
Simply pulling `lscr.io/linuxserver-labs/omada-controller` should retrieve the correct image for your arch, but you can also pull specific arch images via tags.
4848

4949
The architectures supported by this image are:
5050

@@ -68,7 +68,7 @@ Here are some example snippets to help you get started creating a container.
6868
version: "2.1"
6969
services:
7070
omada-controller:
71-
image: ghcr.io/linuxserver-labs/omada-controller
71+
image: lscr.io/linuxserver-labs/omada-controller
7272
container_name: omada-controller
7373
environment:
7474
- PUID=1000
@@ -102,7 +102,7 @@ docker run -d \
102102
-p 29813:29813 \
103103
-v /path/to/data:/config \
104104
--restart unless-stopped \
105-
ghcr.io/linuxserver-labs/omada-controller
105+
lscr.io/linuxserver-labs/omada-controller
106106
```
107107

108108
## Parameters
@@ -165,7 +165,7 @@ We publish various [Docker Mods](https://github.com/linuxserver/docker-mods) to
165165
* container version number
166166
* `docker inspect -f '{{ index .Config.Labels "build_version" }}' omada-controller`
167167
* image version number
168-
* `docker inspect -f '{{ index .Config.Labels "build_version" }}' ghcr.io/linuxserver-labs/omada-controller`
168+
* `docker inspect -f '{{ index .Config.Labels "build_version" }}' lscr.io/linuxserver-labs/omada-controller`
169169

170170
## Updating Info
171171

@@ -183,7 +183,7 @@ Below are the instructions for updating containers:
183183

184184
### Via Docker Run
185185

186-
* Update the image: `docker pull ghcr.io/linuxserver-labs/omada-controller`
186+
* Update the image: `docker pull lscr.io/linuxserver-labs/omada-controller`
187187
* Stop the running container: `docker stop omada-controller`
188188
* Delete the container: `docker rm omada-controller`
189189
* Recreate a new container with the same docker run parameters as instructed above (if mapped correctly to a host folder, your `/config` folder and settings will be preserved)
@@ -218,7 +218,7 @@ cd docker-omada-controller
218218
docker build \
219219
--no-cache \
220220
--pull \
221-
-t ghcr.io/linuxserver-labs/omada-controller:latest .
221+
-t lscr.io/linuxserver-labs/omada-controller:latest .
222222
```
223223

224224
The ARM variants can be built on x86_64 hardware using `multiarch/qemu-user-static`

0 commit comments

Comments
 (0)