Message ID | 20240626154325.2165430-1-ross.burton@arm.com |
---|---|
State | New |
Headers | show |
Series | CI: update to Kas 4.4 image | expand |
On Wed, 26 Jun 2024 16:43:25 +0100, Ross Burton wrote: > The Kas 4.4 image includes the websocket module, needed to use the > public hashserv/sstate. > > Applied, thanks! [1/1] CI: update to Kas 4.4 image commit: c4c562c179e670c4306c40a4214e21ec2f71027f Best regards,
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 506cb487..d085171e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: ${MIRROR_GHCR}/siemens/kas/kas:4.3.2 +image: ${MIRROR_GHCR}/siemens/kas/kas:4.4 variables: # These are needed as the k8s executor doesn't respect the container
The Kas 4.4 image includes the websocket module, needed to use the public hashserv/sstate. Signed-off-by: Ross Burton <ross.burton@arm.com> --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)