Kohei Tokunaga

Results 64 issues of Kohei Tokunaga

Hi, We're using go-fuse mounts as lowerdirs of overlayfs but it doesn't work since kernel 5.15. go-fuse + overlayfs worked fine in the older version (5.14.17) though. As shown in...

## My urfave/cli version is v1.22.9 ## Checklist - [x] Are you running the latest v1 release? The list of releases is [here](https://github.com/urfave/cli/releases). - [x] Did you check the manual...

kind/bug
area/v1

Resolves #815 This PR adds support of lazy pulling to OCI Image Spec v1 by standardizing [eStargz image format](https://github.com/containerd/stargz-snapshotter/blob/v0.10.0/docs/estargz.md) as an optional extension. No need to introduce a new layer...

## TL;DR - Standardize eStargz archive format as an optional extension to OCI Image Spec v1: https://github.com/containerd/stargz-snapshotter/blob/v0.2.0/docs/stargz-estargz.md - Define `org.opencontainers.image.toc.digest` annotation for enabling chunk-level content verification - No need to...

- CRI-O v1.24.2 https://github.com/cri-o/cri-o/releases/tag/v1.24.2 - Podman v4.2.0 https://github.com/containers/podman/releases/tag/v4.2.0 - conmon v2.1.3 https://github.com/containers/conmon/releases/tag/v2.1.3 - common v0.49.1 https://github.com/containers/common/releases/tag/v0.49.1

- https://github.com/containerd/stargz-snapshotter/pull/883 - https://github.com/containerd/stargz-snapshotter/pull/884 - https://github.com/containerd/stargz-snapshotter/pull/867

- https://github.com/containerd/stargz-snapshotter/pull/871 - keep go1.18 in k3s CI following k3s project - bump up golangci-lint to v1.48.0 which supports go 1.19

We should have CI to automate building & pushing of [`estargz-kind-node`](https://github.com/orgs/stargz-containers/packages/container/package/estargz-kind-node) and [pre-converted estargz images](https://github.com/containerd/stargz-snapshotter/blob/main/docs/pre-converted-images.md). We publish these images on [`stargz-containers`](https://github.com/stargz-containers) org so we should have that CI repository under...

enhancement

Stargz snapshotter should support more mount sources other than registry. They include the following (discussed at https://github.com/moby/buildkit/pull/2685#issuecomment-1058888215). - local OCI directory - BuildKit Github Actions cache

enhancement

This commit enables to share the ["record file"](https://github.com/containerd/stargz-snapshotter/blob/cf578613c81f2fa1a0e5389fe135011c5eb6b28c/recorder/recorder.go#L26-L30) (a JSON file containing a list of prioritized files) among hosts/users via container registry. The record file is packed as an OCI...