Update OpenWrt Docker image

This commit is contained in:
Héctor Molinero Fernández 2023-05-11 18:10:58 +02:00
commit 7eb39f886c
2 changed files with 6 additions and 6 deletions

View file

@ -382,7 +382,7 @@ jobs:
runs-on: 'ubuntu-latest'
permissions:
contents: 'read'
container: 'docker.io/openwrtorg/rootfs:latest'
container: 'docker.io/openwrt/rootfs:latest'
steps:
- name: 'Apply workarounds for GitHub Actions runner'
run: 'printf "ID=alpine\n" > /etc/_os-release'
@ -402,7 +402,7 @@ jobs:
runs-on: 'ubuntu-latest'
permissions:
contents: 'read'
container: 'docker.io/openwrtorg/rootfs:latest'
container: 'docker.io/openwrt/rootfs:latest'
steps:
- name: 'Apply workarounds for GitHub Actions runner'
run: 'printf "ID=alpine\n" > /etc/_os-release'
@ -634,7 +634,7 @@ jobs:
runs-on: 'ubuntu-latest'
permissions:
contents: 'read'
container: 'docker.io/openwrtorg/rootfs:latest'
container: 'docker.io/openwrt/rootfs:latest'
steps:
- name: 'Apply workarounds for GitHub Actions runner'
run: 'printf "ID=alpine\n" > /etc/_os-release'

View file

@ -229,7 +229,7 @@ test-openwrt-latest:
stage: 'test'
needs:
- 'lint-shellcheck-stable'
image: 'docker.io/openwrtorg/rootfs:latest'
image: 'docker.io/openwrt/rootfs:latest'
before_script:
- 'mkdir -p /var/run/; mkdir -p /var/lock/; opkg update ||:'
- 'opkg install ca-certificates curl file idn2 make'
@ -240,7 +240,7 @@ test-openwrt-latest-shell-busybox-ash:
stage: 'test'
needs:
- 'lint-shellcheck-stable'
image: 'docker.io/openwrtorg/rootfs:latest'
image: 'docker.io/openwrt/rootfs:latest'
before_script:
- 'mkdir -p /var/run/; mkdir -p /var/lock/; opkg update ||:'
- 'opkg install ca-certificates curl file idn2 make'
@ -379,7 +379,7 @@ build-openwrt-latest:
needs:
- 'test-openwrt-latest'
- 'test-openwrt-latest-shell-busybox-ash'
image: 'docker.io/openwrtorg/rootfs:latest'
image: 'docker.io/openwrt/rootfs:latest'
before_script:
- 'mkdir -p /var/run/; mkdir -p /var/lock/; opkg update ||:'
- 'opkg install ca-certificates curl file idn2 make'