All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH][dunfell] CI: use the latest release of the Kas container
@ 2022-01-28 19:19 Ross Burton
  2022-01-29  0:01 ` Jon Mason
  0 siblings, 1 reply; 2+ messages in thread
From: Ross Burton @ 2022-01-28 19:19 UTC (permalink / raw)
  To: meta-arm

If we don't specify a tag name GitLab uses the 'latest' tag, which for
Kas is moved whenever an image build is made.

Instead explicitly use the latest-release tag, which is only updated
when a release is made.

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1bf02702..134b50a2 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,4 +1,4 @@
-image: ghcr.io/siemens/kas/kas
+image: ghcr.io/siemens/kas/kas:latest-release
 
   # First do a common bootstrap, and then build all the targets
 stages:
-- 
2.25.1



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH][dunfell] CI: use the latest release of the Kas container
  2022-01-28 19:19 [PATCH][dunfell] CI: use the latest release of the Kas container Ross Burton
@ 2022-01-29  0:01 ` Jon Mason
  0 siblings, 0 replies; 2+ messages in thread
From: Jon Mason @ 2022-01-29  0:01 UTC (permalink / raw)
  To: meta-arm, Ross Burton

On Fri, 28 Jan 2022 19:19:07 +0000, Ross Burton wrote:
> If we don't specify a tag name GitLab uses the 'latest' tag, which for
> Kas is moved whenever an image build is made.
> 
> Instead explicitly use the latest-release tag, which is only updated
> when a release is made.

Applied, thanks!

[1/1] CI: use the latest release of the Kas container
      commit: 3a2b7d55c7fdfd80e2f8c23d07b4217293c6b050

Best regards,
-- 
Jon Mason <jon.mason@arm.com>


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-01-29  0:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-28 19:19 [PATCH][dunfell] CI: use the latest release of the Kas container Ross Burton
2022-01-29  0:01 ` Jon Mason

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.