public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH] doc: build: update docker image to latest
@ 2024-04-05  6:16 Mattijs Korpershoek
  2024-04-05  7:51 ` Heinrich Schuchardt
  2024-04-08 20:11 ` Tom Rini
  0 siblings, 2 replies; 4+ messages in thread
From: Mattijs Korpershoek @ 2024-04-05  6:16 UTC (permalink / raw)
  To: Tom Rini; +Cc: Heinrich Schuchardt, u-boot, Mattijs Korpershoek

commit cacc0b2678c0 ("CI: Move to latest container image") updated the
docker container image.

Reflect the change in the documentation.

Signed-off-by: Mattijs Korpershoek <mkorpershoek@baylibre.com>
---
Note: maybe we can consider doing the doc change each time we update
.gitlab-ci.yml ?
---
 doc/build/docker.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/build/docker.rst b/doc/build/docker.rst
index 953d1b28a063..45659b3b89dc 100644
--- a/doc/build/docker.rst
+++ b/doc/build/docker.rst
@@ -11,4 +11,4 @@ Or to use an existing container
 
 .. code-block:: bash
 
-    sudo docker pull trini/u-boot-gitlab-ci-runner:bionic-20200807-02Sep2020
+    sudo docker pull trini/u-boot-gitlab-ci-runner:jammy-20240227-14Mar2024

---
base-commit: cdfcc37428e06f4730ab9a17cc084eeb7676ea1a
change-id: 20240405-doc-container-img-904d56d5efcb

Best regards,
-- 
Mattijs Korpershoek <mkorpershoek@baylibre.com>


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

* Re: [PATCH] doc: build: update docker image to latest
  2024-04-05  6:16 [PATCH] doc: build: update docker image to latest Mattijs Korpershoek
@ 2024-04-05  7:51 ` Heinrich Schuchardt
  2024-04-08 20:11 ` Tom Rini
  1 sibling, 0 replies; 4+ messages in thread
From: Heinrich Schuchardt @ 2024-04-05  7:51 UTC (permalink / raw)
  To: Mattijs Korpershoek, Tom Rini; +Cc: Heinrich Schuchardt, u-boot

On 4/5/24 08:16, Mattijs Korpershoek wrote:
> commit cacc0b2678c0 ("CI: Move to latest container image") updated the
> docker container image.
>
> Reflect the change in the documentation.
>
> Signed-off-by: Mattijs Korpershoek <mkorpershoek@baylibre.com>

Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>

> ---
> Note: maybe we can consider doing the doc change each time we update
> .gitlab-ci.yml ?
> ---
>   doc/build/docker.rst | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/doc/build/docker.rst b/doc/build/docker.rst
> index 953d1b28a063..45659b3b89dc 100644
> --- a/doc/build/docker.rst
> +++ b/doc/build/docker.rst
> @@ -11,4 +11,4 @@ Or to use an existing container
>
>   .. code-block:: bash
>
> -    sudo docker pull trini/u-boot-gitlab-ci-runner:bionic-20200807-02Sep2020
> +    sudo docker pull trini/u-boot-gitlab-ci-runner:jammy-20240227-14Mar2024
>
> ---
> base-commit: cdfcc37428e06f4730ab9a17cc084eeb7676ea1a
> change-id: 20240405-doc-container-img-904d56d5efcb
>
> Best regards,


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

* Re: [PATCH] doc: build: update docker image to latest
  2024-04-05  6:16 [PATCH] doc: build: update docker image to latest Mattijs Korpershoek
  2024-04-05  7:51 ` Heinrich Schuchardt
@ 2024-04-08 20:11 ` Tom Rini
  2024-04-09  9:50   ` Mattijs Korpershoek
  1 sibling, 1 reply; 4+ messages in thread
From: Tom Rini @ 2024-04-08 20:11 UTC (permalink / raw)
  To: Mattijs Korpershoek; +Cc: Heinrich Schuchardt, u-boot

[-- Attachment #1: Type: text/plain, Size: 560 bytes --]

On Fri, Apr 05, 2024 at 08:16:19AM +0200, Mattijs Korpershoek wrote:


> commit cacc0b2678c0 ("CI: Move to latest container image") updated the
> docker container image.
> 
> Reflect the change in the documentation.
> 
> Signed-off-by: Mattijs Korpershoek <mkorpershoek@baylibre.com>

I'm fine with updating this for now, so:

Reviewed-by: Tom Rini <trini@konsulko.com>

But I think longer term we/I should reword the section to be clear
that's an example syntax not a "recreate the current tag" since only I
can push that result.

-- 
Tom

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

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

* Re: [PATCH] doc: build: update docker image to latest
  2024-04-08 20:11 ` Tom Rini
@ 2024-04-09  9:50   ` Mattijs Korpershoek
  0 siblings, 0 replies; 4+ messages in thread
From: Mattijs Korpershoek @ 2024-04-09  9:50 UTC (permalink / raw)
  To: Tom Rini; +Cc: Heinrich Schuchardt, u-boot

Hi Tom,

Thank you for the review.

On lun., avril 08, 2024 at 14:11, Tom Rini <trini@konsulko.com> wrote:

> On Fri, Apr 05, 2024 at 08:16:19AM +0200, Mattijs Korpershoek wrote:
>
>
>> commit cacc0b2678c0 ("CI: Move to latest container image") updated the
>> docker container image.
>> 
>> Reflect the change in the documentation.
>> 
>> Signed-off-by: Mattijs Korpershoek <mkorpershoek@baylibre.com>
>
> I'm fine with updating this for now, so:
>
> Reviewed-by: Tom Rini <trini@konsulko.com>
>
> But I think longer term we/I should reword the section to be clear
> that's an example syntax not a "recreate the current tag" since only I
> can push that result.

I agree. I will do another reword later to explain where to find the
reference image (pointing to .gitlab-ci.yml)

>
> -- 
> Tom

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

end of thread, other threads:[~2024-04-09  9:50 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-05  6:16 [PATCH] doc: build: update docker image to latest Mattijs Korpershoek
2024-04-05  7:51 ` Heinrich Schuchardt
2024-04-08 20:11 ` Tom Rini
2024-04-09  9:50   ` Mattijs Korpershoek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox