File tree Expand file tree Collapse file tree
roles/generate-jenkins/templates Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -105,10 +105,10 @@ docker build \
105105 -t linuxserver/jenkins-builder:latest .
106106` ` `
107107
108- The ARM variants can be built on x86_64 hardware using `multiarch/ qemu-user -static`
108+ The ARM variants can be built on x86_64 hardware using `lscr.io/linuxserver/ qemu-static`
109109
110110` ` ` bash
111- docker run --rm --privileged multiarch/ qemu-user- static:register --reset
111+ docker run --rm --privileged lscr.io/linuxserver/ qemu-static --reset
112112` ` `
113113
114114Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64`.
Original file line number Diff line number Diff line change @@ -32,10 +32,10 @@ docker build \
3232 -t lscr.io/linuxserver/jenkins-builder:latest .
3333```
3434
35- The ARM variants can be built on x86_64 hardware using ` multiarch/ qemu-user -static`
35+ The ARM variants can be built on x86_64 hardware using ` lscr.io/linuxserver/ qemu-static`
3636
3737``` bash
38- docker run --rm --privileged multiarch/ qemu-user- static:register --reset
38+ docker run --rm --privileged lscr.io/linuxserver/ qemu-static --reset
3939```
4040
4141Once registered you can define the dockerfile to use with ` -f Dockerfile.aarch64 ` .
Original file line number Diff line number Diff line change @@ -35,10 +35,10 @@ full_custom_readme: |
3535 -t lscr.io/linuxserver/jenkins-builder:latest .
3636 ```
3737
38- The ARM variants can be built on x86_64 hardware using `linuxserver/qemu-static`
38+ The ARM variants can be built on x86_64 hardware using `lscr.io/ linuxserver/qemu-static`
3939
4040 ```bash
41- docker run --rm --privileged linuxserver/qemu-static --reset
41+ docker run --rm --privileged lscr.io/ linuxserver/qemu-static --reset
4242 ```
4343
4444 Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64`.
Original file line number Diff line number Diff line change @@ -105,10 +105,10 @@ docker build \
105105 -t {{ lsio_project_name_short }}/{{ project_name }}:latest .
106106```
107107
108- The ARM variants can be built on x86_64 hardware using `linuxserver/qemu-static`
108+ The ARM variants can be built on x86_64 hardware using `lscr.io/ linuxserver/qemu-static`
109109
110110```bash
111- docker run --rm --privileged multiarch/ qemu-user- static:register --reset
111+ docker run --rm --privileged lscr.io/linuxserver/ qemu-static --reset
112112```
113113
114114Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64`.
Original file line number Diff line number Diff line change @@ -11,10 +11,10 @@ docker build \
1111 -t lscr.io/{{ lsio_project_name_short }}/{{ project_name }}:{{ release_tag }} .
1212```
1313
14- The ARM variants can be built on x86_64 hardware using `linuxserver/qemu-static`
14+ The ARM variants can be built on x86_64 hardware using `lscr.io/ linuxserver/qemu-static`
1515
1616```bash
17- docker run --rm --privileged linuxserver/qemu-static --reset
17+ docker run --rm --privileged lscr.io/ linuxserver/qemu-static --reset
1818```
1919
2020Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64`.
You can’t perform that action at this time.
0 commit comments