I also already have this version bump queued locally.

On Mon, Sep 6, 2021 at 4:09 AM Yu, Mingli <mingli...@windriver.com> wrote:
>
> From: Mingli Yu <mingli...@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...@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
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#6746): 
https://lists.yoctoproject.org/g/meta-virtualization/message/6746
Mute This Topic: https://lists.yoctoproject.org/mt/85407706/21656
Group Owner: meta-virtualization+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/meta-virtualization/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to