ci: use new buildbot worker images with Debian 11
authorPetr Štetiar <ynezz@true.cz>
Mon, 15 May 2023 15:52:16 +0000 (17:52 +0200)
committerPetr Štetiar <ynezz@true.cz>
Mon, 15 May 2023 18:43:47 +0000 (20:43 +0200)
Debian 10 LTS support ends on 6/2024, so it makes no sense to use it as
a base for 23.05 release, so lets switch to Debian 11 which should've
LTS support till 6/2026.

References: https://github.com/openwrt/buildbot/commit/f2744543fa8027117b254ba2f4fa4366149d5bfb
Signed-off-by: Petr Štetiar <ynezz@true.cz>
.github/workflows/Dockerfile.tools
.github/workflows/build-tools.yml

index a380475044504ef8d02b7e26f51053d2ec9b3e42..df5892618a7820bc47c8d72082987bc97e78ec18 100644 (file)
@@ -1,4 +1,4 @@
-FROM registry.gitlab.com/openwrt/buildbot/buildworker-3.4.1
+FROM ghcr.io/openwrt/buildbot/buildworker-v3.8.0:v2
 
 COPY --chown=buildbot staging_dir/host /prebuilt_tools/staging_dir/host
 COPY --chown=buildbot build_dir/host /prebuilt_tools/build_dir/host
index 1507b0b056bec1b9702f9390a97e985d431311bd..9b865f2608f9bdbc2f8aeda88f822226c0d20705 100644 (file)
@@ -13,7 +13,7 @@ jobs:
   build:
     name: Build tools
     runs-on: ubuntu-latest
-    container: registry.gitlab.com/openwrt/buildbot/buildworker-3.4.1
+    container: ghcr.io/openwrt/buildbot/buildworker-v3.8.0:v2
 
     steps:
       - name: Checkout