[gatesgarth] CI: pin Kas container to 2.6.3

Message ID 20220128191840.2767463-1-ross.burton@arm.com
State New
Headers show
Series [gatesgarth] CI: pin Kas container to 2.6.3 | expand

Commit Message

Ross Burton Jan. 28, 2022, 7:18 p.m. UTC
Pin the Kas container to the 2.6.3 release, using debian-10, as newer
images use debian-11 which isn't a supported host distribution for
Gatesgarth.

Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 .gitlab-ci.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Comments

Jon Mason Jan. 29, 2022, 12:01 a.m. UTC | #1
On Fri, 28 Jan 2022 19:18:40 +0000, Ross Burton wrote:
> Pin the Kas container to the 2.6.3 release, using debian-10, as newer
> images use debian-11 which isn't a supported host distribution for
> Gatesgarth.

Applied, thanks!

[1/1] CI: pin Kas container to 2.6.3
      commit: a0382c6a57b09a0e193fe5c5e2a7de17b1f6f086

Best regards,

Patch

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a2cd68d8..4d6e8344 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,4 +1,5 @@ 
-image: ghcr.io/siemens/kas/kas
+# We need 2.6.3 as this is the latest container with an old enough distro
+image: ghcr.io/siemens/kas/kas:2.6.3
 
   # First do a common bootstrap, and then build all the targets
 stages: