From: Thomas Huth <thuth@redhat.com>
To: Palmer Dabbelt <palmer@rivosinc.com>, Bin Meng <bmeng.cn@gmail.com>
Cc: qemu-devel@nongnu.org, qemu-riscv@nongnu.org
Subject: Re: [PATCH 1/2] gitlab/opensbi: Move to docker:stable
Date: Mon, 27 Feb 2023 09:48:55 +0100 [thread overview]
Message-ID: <69d38817-8363-58eb-83dc-a1c7db5d4f8a@redhat.com> (raw)
In-Reply-To: <20230224212543.20462-2-palmer@rivosinc.com>
On 24/02/2023 22.25, Palmer Dabbelt wrote:
> The OpenSBI build has been using docker:19.03.1, which appears to be old
> enough that v2 of the manifest is no longer supported. Something has
> started serving us those manifests, resulting in errors along the lines
> of
>
> $ docker build --cache-from $IMAGE_TAG --tag $CI_REGISTRY_IMAGE:$CI_COMMIT_SHA --tag $IMAGE_TAG .gitlab-ci.d/opensbi
> Step 1/7 : FROM ubuntu:18.04
> 18.04: Pulling from library/ubuntu
> mediaType in manifest should be 'application/vnd.docker.distribution.manifest.v2+json' not 'application/vnd.oci.image.manifest.v1+json'
>
> This just moves to docker:stable, as was suggested by the template.
>
> Signed-off-by: Palmer Dabbelt <palmer@rivosinc.com>
> ---
> .gitlab-ci.d/opensbi.yml | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/.gitlab-ci.d/opensbi.yml b/.gitlab-ci.d/opensbi.yml
> index 04ed5a3ea1..9a651465d8 100644
> --- a/.gitlab-ci.d/opensbi.yml
> +++ b/.gitlab-ci.d/opensbi.yml
> @@ -42,9 +42,9 @@
> docker-opensbi:
> extends: .opensbi_job_rules
> stage: containers
> - image: docker:19.03.1
> + image: docker:stable
> services:
> - - docker:19.03.1-dind
> + - docker:stable-dind
> variables:
> GIT_DEPTH: 3
> IMAGE_TAG: $CI_REGISTRY_IMAGE:opensbi-cross-build
Reviewed-by: Thomas Huth <thuth@redhat.com>
next prev parent reply other threads:[~2023-02-27 8:49 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-02-24 21:25 [PATCH 0/2] Fix the OpenSBI CI job and bump to v1.2 Palmer Dabbelt
2023-02-24 21:25 ` [PATCH 1/2] gitlab/opensbi: Move to docker:stable Palmer Dabbelt
2023-02-27 3:10 ` Bin Meng
2023-02-27 8:48 ` Thomas Huth [this message]
2023-02-24 21:25 ` [PATCH 2/2] roms/opensbi: Upgrade from v1.1 to v1.2 Palmer Dabbelt
2023-03-02 2:32 ` [PATCH 0/2] Fix the OpenSBI CI job and bump " Palmer Dabbelt
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=69d38817-8363-58eb-83dc-a1c7db5d4f8a@redhat.com \
--to=thuth@redhat.com \
--cc=bmeng.cn@gmail.com \
--cc=palmer@rivosinc.com \
--cc=qemu-devel@nongnu.org \
--cc=qemu-riscv@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).