All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Bruce Ashfield" <bruce.ashfield@gmail.com>
To: "Yu, Mingli" <mingli.yu@windriver.com>
Cc: meta-virtualization@lists.yoctoproject.org
Subject: Re: [meta-virtualization] [PATCH 2/2] skopeo: Upgrade to 1.4.1
Date: Mon, 6 Sep 2021 10:08:18 -0400	[thread overview]
Message-ID: <CADkTA4PujyTHtFxOt0DodPQQGBS=bwAC-4FC7pVG4jLrQfVaRQ@mail.gmail.com> (raw)
In-Reply-To: <CADkTA4OJ1XKrGkUvbUCW6AyoGwK4rQaPhER4P0hzpb3xg1Fzdg@mail.gmail.com>

On Mon, Sep 6, 2021 at 9:46 AM Bruce Ashfield <bruce.ashfield@gmail.com> wrote:
>
> I also already have this version bump queued locally.

Actually cancel that. I have more -dev versions under test (I got my
uprev's confused for a moment).

But we don't want this SRCREV change. I put it to the tip of the
release branch on purpose, this rewinds the SRCREV, and it isn't
something I'd merge.

But the packageconfig change can be valid, and is something I'd take.

Bruce

>
>
> On Mon, Sep 6, 2021 at 4:09 AM Yu, Mingli <mingli.yu@windriver.com> wrote:
> >
> > From: Mingli Yu <mingli.yu@windriver.com>
> >
> > Remove the unvalid keys to silence the below warning:
> >  # podman --version
> >  WARN[0000] Failed to decode the keys ["storage.options.override_kernel_check" "storage.options.overlay.ostree_repo"] from "/etc/containers/storage.conf"
> >  podman version 3.3.1
> >
> > Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
> > ---
> >  recipes-containers/skopeo/files/storage.conf | 6 +++---
> >  recipes-containers/skopeo/skopeo_git.bb      | 2 +-
> >  2 files changed, 4 insertions(+), 4 deletions(-)
> >
> > diff --git a/recipes-containers/skopeo/files/storage.conf b/recipes-containers/skopeo/files/storage.conf
> > index 818cfe8..c0d512f 100644
> > --- a/recipes-containers/skopeo/files/storage.conf
> > +++ b/recipes-containers/skopeo/files/storage.conf
> > @@ -30,7 +30,7 @@ size = ""
> >  #mount_program = "/usr/bin/fuse-overlayfs"
> >
> >  # OverrideKernelCheck tells the driver to ignore kernel checks based on kernel version
> > -override_kernel_check = "true"
> > +#override_kernel_check = "true"
>
> But there's no reason to drop this.
>
> >
> >  # mountopt specifies comma separated list of extra mount options
> >  mountopt = "nodev"
> > @@ -126,8 +126,8 @@ mountopt = "nodev"
> >  # xfs_nospace_max_retries = "0"
> >
> >  # If specified, use OSTree to deduplicate files with the overlay backend
> > -ostree_repo = ""
> > +#ostree_repo = ""
> >
> >  # Set to skip a PRIVATE bind mount on the storage home directory.  Only supported by
> >  # certain container storage drivers
> > -skip_mount_home = "false"
> > +#skip_mount_home = "false"
>
> or any of these .. the skopeo configuration serves many different use
> cases, if these are causing warnings in your setup, you need to carry
> your own storage.conf
>
> Bruce
>
> > diff --git a/recipes-containers/skopeo/skopeo_git.bb b/recipes-containers/skopeo/skopeo_git.bb
> > index 39ee8ca..adb7de1 100644
> > --- a/recipes-containers/skopeo/skopeo_git.bb
> > +++ b/recipes-containers/skopeo/skopeo_git.bb
> > @@ -27,7 +27,7 @@ SRC_URI = " \
> >      file://registries.conf \
> >  "
> >
> > -SRCREV = "01e51ce610e3cfe1230a10af982e962c4ad1c990"
> > +SRCREV = "130f32f047b7bf9b1fb4f95c4c5b1da6255e4829"
> >  PV = "v1.4.1+git${SRCPV}"
> >  GO_IMPORT = "import"
> >
> > --
> > 2.17.1
> >
> >
> > 
> >
>
>
> --
> - Thou shalt not follow the NULL pointer, for chaos and madness await
> thee at its end
> - "Use the force Harry" - Gandalf, Star Trek II



-- 
- Thou shalt not follow the NULL pointer, for chaos and madness await
thee at its end
- "Use the force Harry" - Gandalf, Star Trek II

  reply	other threads:[~2021-09-06 14:08 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-09-06  8:05 [PATCH 1/2] podman: upgrade to 3.3.1 Yu, Mingli
2021-09-06  8:05 ` [PATCH 2/2] skopeo: Upgrade to 1.4.1 Yu, Mingli
2021-09-06 13:46   ` [meta-virtualization] " Bruce Ashfield
2021-09-06 14:08     ` Bruce Ashfield [this message]
2021-09-07  2:41       ` Yu, Mingli
2021-09-07  3:05         ` Bruce Ashfield
2021-09-07  3:47           ` Yu, Mingli
2021-09-07 12:56             ` Bruce Ashfield
2021-09-06 13:44 ` [meta-virtualization] [PATCH 1/2] podman: upgrade to 3.3.1 Bruce Ashfield

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='CADkTA4PujyTHtFxOt0DodPQQGBS=bwAC-4FC7pVG4jLrQfVaRQ@mail.gmail.com' \
    --to=bruce.ashfield@gmail.com \
    --cc=meta-virtualization@lists.yoctoproject.org \
    --cc=mingli.yu@windriver.com \
    /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 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.