* [PATCH] CI: Update to latest container images
@ 2021-09-11 16:07 Tom Rini
2021-09-11 16:13 ` Bin Meng
2021-09-11 18:16 ` Tom Rini
0 siblings, 2 replies; 5+ messages in thread
From: Tom Rini @ 2021-09-11 16:07 UTC (permalink / raw)
To: u-boot
- Current Ubuntu/Focal tag
- QEMU 6.1.0
- genimage tool added
Signed-off-by: Tom Rini <trini@konsulko.com>
---
.azure-pipelines.yml | 2 +-
.gitlab-ci.yml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml
index 2e9c1fb4fd98..55a984f5d822 100644
--- a/.azure-pipelines.yml
+++ b/.azure-pipelines.yml
@@ -2,7 +2,7 @@ variables:
windows_vm: vs2017-win2016
ubuntu_vm: ubuntu-18.04
macos_vm: macOS-10.15
- ci_runner_image: trini/u-boot-gitlab-ci-runner:focal-20210723-04Aug2021
+ ci_runner_image: trini/u-boot-gitlab-ci-runner:focal-20210827-11Sep2021
# Add '-u 0' options for Azure pipelines, otherwise we get "permission
# denied" error when it tries to "useradd -m -u 1001 vsts_azpcontainer",
# since our $(ci_runner_image) user is not root.
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 599de6e506bf..cfe519bb2a3b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -2,7 +2,7 @@
# Grab our configured image. The source for this is found at:
# https://source.denx.de/u-boot/gitlab-ci-runner
-image: trini/u-boot-gitlab-ci-runner:focal-20210723-04Aug2021
+image: trini/u-boot-gitlab-ci-runner:focal-20210827-11Sep2021
# We run some tests in different order, to catch some failures quicker.
stages:
--
2.17.1
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [PATCH] CI: Update to latest container images
2021-09-11 16:07 [PATCH] CI: Update to latest container images Tom Rini
@ 2021-09-11 16:13 ` Bin Meng
2021-09-11 18:16 ` Tom Rini
1 sibling, 0 replies; 5+ messages in thread
From: Bin Meng @ 2021-09-11 16:13 UTC (permalink / raw)
To: Tom Rini; +Cc: U-Boot Mailing List
On Sun, Sep 12, 2021 at 12:07 AM Tom Rini <trini@konsulko.com> wrote:
>
> - Current Ubuntu/Focal tag
> - QEMU 6.1.0
> - genimage tool added
>
> Signed-off-by: Tom Rini <trini@konsulko.com>
> ---
> .azure-pipelines.yml | 2 +-
> .gitlab-ci.yml | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] CI: Update to latest container images
2021-09-11 16:07 [PATCH] CI: Update to latest container images Tom Rini
2021-09-11 16:13 ` Bin Meng
@ 2021-09-11 18:16 ` Tom Rini
1 sibling, 0 replies; 5+ messages in thread
From: Tom Rini @ 2021-09-11 18:16 UTC (permalink / raw)
To: u-boot
[-- Attachment #1: Type: text/plain, Size: 277 bytes --]
On Sat, Sep 11, 2021 at 12:07:08PM -0400, Tom Rini wrote:
> - Current Ubuntu/Focal tag
> - QEMU 6.1.0
> - genimage tool added
>
> Signed-off-by: Tom Rini <trini@konsulko.com>
> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Applied to u-boot/next, thanks!
--
Tom
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* [PATCH] CI: Update to latest container images
@ 2025-12-01 14:06 Tom Rini
2025-12-01 16:03 ` Tom Rini
0 siblings, 1 reply; 5+ messages in thread
From: Tom Rini @ 2025-12-01 14:06 UTC (permalink / raw)
To: u-boot
- Bump to noble-20251013
- Include tools for sage lab, build TF-A for platforms there.
- Switch to distro provided trace-cmd, add libengine-pkcs11-openssl
- Use mirrors for GNU projects
- Switch to QEMU 10.1.x
Signed-off-by: Tom Rini <trini@konsulko.com>
---
.azure-pipelines.yml | 2 +-
.gitlab-ci.yml | 2 +-
tools/docker/Dockerfile | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml
index abbd48d0056b..032938ca3401 100644
--- a/.azure-pipelines.yml
+++ b/.azure-pipelines.yml
@@ -2,7 +2,7 @@ variables:
windows_vm: windows-2022
ubuntu_vm: ubuntu-24.04
macos_vm: macOS-14
- ci_runner_image: trini/u-boot-gitlab-ci-runner:noble-20251001-11Nov2025
+ ci_runner_image: trini/u-boot-gitlab-ci-runner:noble-20251013-30Nov2025
# Ensure we do a shallow clone
Agent.Source.Git.ShallowFetchDepth: 1
# Add '-u 0' options for Azure pipelines, otherwise we get "permission
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6ed07cae317e..08bea0dd2342 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -19,7 +19,7 @@ workflow:
# Grab our configured image. The source for this is found
# in the u-boot tree at tools/docker/Dockerfile
-image: ${MIRROR_DOCKER}/trini/u-boot-gitlab-ci-runner:noble-20251001-11Nov2025
+image: ${MIRROR_DOCKER}/trini/u-boot-gitlab-ci-runner:noble-20251013-30Nov2025
# We run some tests in different order, to catch some failures quicker.
stages:
diff --git a/tools/docker/Dockerfile b/tools/docker/Dockerfile
index eb71460219f7..6eaa17800979 100644
--- a/tools/docker/Dockerfile
+++ b/tools/docker/Dockerfile
@@ -2,7 +2,7 @@
# This Dockerfile is used to build an image containing basic stuff to be used
# to build U-Boot and run our test suites.
-FROM ubuntu:noble-20251001
+FROM ubuntu:noble-20251013
LABEL org.opencontainers.image.authors="Tom Rini <trini@konsulko.com>"
LABEL org.opencontainers.image.description=" This image is for building U-Boot inside a container"
--
2.43.0
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [PATCH] CI: Update to latest container images
2025-12-01 14:06 Tom Rini
@ 2025-12-01 16:03 ` Tom Rini
0 siblings, 0 replies; 5+ messages in thread
From: Tom Rini @ 2025-12-01 16:03 UTC (permalink / raw)
To: u-boot, Tom Rini
On Mon, 01 Dec 2025 08:06:56 -0600, Tom Rini wrote:
> - Bump to noble-20251013
> - Include tools for sage lab, build TF-A for platforms there.
> - Switch to distro provided trace-cmd, add libengine-pkcs11-openssl
> - Use mirrors for GNU projects
> - Switch to QEMU 10.1.x
>
>
> [...]
Applied to u-boot/next, thanks!
[1/1] CI: Update to latest container images
commit: 42a4ff5f63baacc414b564c02541cd1f5c0862ee
--
Tom
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2025-12-01 16:04 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-09-11 16:07 [PATCH] CI: Update to latest container images Tom Rini
2021-09-11 16:13 ` Bin Meng
2021-09-11 18:16 ` Tom Rini
-- strict thread matches above, loose matches on Subject: below --
2025-12-01 14:06 Tom Rini
2025-12-01 16:03 ` Tom Rini
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox