|
Re: [PATCH] fuse-overlayfs: Update to v1.9
Ack'd. Holding on the queueing of the change.
I don't see a problem, I typically just follow whatever the project is
either putting in the README or their git tags.
I just did a check, and indeed,
Ack'd. Holding on the queueing of the change.
I don't see a problem, I typically just follow whatever the project is
either putting in the README or their git tags.
I just did a check, and indeed,
|
By
Bruce Ashfield
·
#7454
·
|
|
[PATCH] xen: remove obsolete sdl PACKAGECONFIG
Nothing in Xen respects --enable-sdl, and nothing in Xen links to libSDL,
so this PACKAGECONFIG is obsolete.
It looks like the last user of SDL in Xen was removed in "Remove
internal tools/ioemu
Nothing in Xen respects --enable-sdl, and nothing in Xen links to libSDL,
so this PACKAGECONFIG is obsolete.
It looks like the last user of SDL in Xen was removed in "Remove
internal tools/ioemu
|
By
Ross Burton
·
#7453
·
|
|
Re: [PATCH] fuse-overlayfs: Update to v1.9
Stand by for a v2 on this one. It needs a musl fix. Also, do you see any issues in using 1.9 vs 1.9.0 as a version? They both are semver compliant.
--
Andrei Gherzan
gpg: rsa4096/D4D94F67AD0E9640
Stand by for a v2 on this one. It needs a musl fix. Also, do you see any issues in using 1.9 vs 1.9.0 as a version? They both are semver compliant.
--
Andrei Gherzan
gpg: rsa4096/D4D94F67AD0E9640
|
By
Andrei Gherzan
·
#7452
·
|
|
Re: [PATCH 3/3] image-oci-umoci: skip parent directory in tar
Hello Bruce,
How do you generate the images and import them? Could you describe a bit more the use case?
With podman for example you can load the image by using `podman load -i
Hello Bruce,
How do you generate the images and import them? Could you describe a bit more the use case?
With podman for example you can load the image by using `podman load -i
|
By
Vasileios Anagnostopoulos
·
#7451
·
|
|
Re: [PATCH 3/3] image-oci-umoci: skip parent directory in tar
<vasileios.anagnostopoulos@...> wrote:
The tar file was never actually intended to be used in that way, hence
why the directory is maintained. It is just there for easier
transport of the oci
<vasileios.anagnostopoulos@...> wrote:
The tar file was never actually intended to be used in that way, hence
why the directory is maintained. It is just there for easier
transport of the oci
|
By
Bruce Ashfield
·
#7450
·
|
|
Re: [PATCH] xen, xen-tools: pass prefix maps to fix buildpaths reproducible build issues
Hi Christopher,
Reviewed-by: Bertrand Marquis <bertrand.marquis@...>
Also I applied this in kirkstone and did a build and run on arm64, arm32 and x86 with success so:
Tested-by: Bertrand Marquis
Hi Christopher,
Reviewed-by: Bertrand Marquis <bertrand.marquis@...>
Also I applied this in kirkstone and did a build and run on arm64, arm32 and x86 with success so:
Tested-by: Bertrand Marquis
|
By
Bertrand Marquis
·
#7449
·
|
|
[kirkstone][PATCH v2 4/4] fuse-overlayfs: Fix buffer overflow bug on workdir path
From: Andrei Gherzan <andrei.gherzan@...>
Signed-off-by: Andrei Gherzan <andrei.gherzan@...>
---
...-Fix-buffer-overflow-on-workdir-path.patch | 32 +++++++++++++++++++
From: Andrei Gherzan <andrei.gherzan@...>
Signed-off-by: Andrei Gherzan <andrei.gherzan@...>
---
...-Fix-buffer-overflow-on-workdir-path.patch | 32 +++++++++++++++++++
|
By
Andrei Gherzan
·
#7448
·
|
|
[kirkstone][PATCH v2 3/4] podman: Add support for rootless mode
From: Andrei Gherzan <andrei.gherzan@...>
This support is disabled by default and exposed via PACKAGECONFIG.
Signed-off-by: Andrei Gherzan <andrei.gherzan@...>
---
docs/00-INDEX
From: Andrei Gherzan <andrei.gherzan@...>
This support is disabled by default and exposed via PACKAGECONFIG.
Signed-off-by: Andrei Gherzan <andrei.gherzan@...>
---
docs/00-INDEX
|
By
Andrei Gherzan
·
#7447
·
|
|
[kirkstone][PATCH v2 2/4] podman: Silence docker emulation warnings
From: Andrei Gherzan <andrei.gherzan@...>
Podman can run in via a docker symlink emulating docker commands. By
default this generates a runtime warning. This change silences it via
the
From: Andrei Gherzan <andrei.gherzan@...>
Podman can run in via a docker symlink emulating docker commands. By
default this generates a runtime warning. This change silences it via
the
|
By
Andrei Gherzan
·
#7446
·
|
|
[kirkstone][PATCH v2 1/4] slirp4netns: Runtime recommend the tun kernel module
From: Andrei Gherzan <andrei.gherzan@...>
slirp4netns uses a TAP device to connect to the internet in an
unprivileged way. Without the required kernel support (TAP/TUN),
slirp4netns will fail
From: Andrei Gherzan <andrei.gherzan@...>
slirp4netns uses a TAP device to connect to the internet in an
unprivileged way. Without the required kernel support (TAP/TUN),
slirp4netns will fail
|
By
Andrei Gherzan
·
#7445
·
|
|
[PATCH] fuse-overlayfs: Update to v1.9
From: Andrei Gherzan <andrei.gherzan@...>
Signed-off-by: Andrei Gherzan <andrei.gherzan@...>
---
...-Fix-buffer-overflow-on-workdir-path.patch | 32 -------------------
From: Andrei Gherzan <andrei.gherzan@...>
Signed-off-by: Andrei Gherzan <andrei.gherzan@...>
---
...-Fix-buffer-overflow-on-workdir-path.patch | 32 -------------------
|
By
Andrei Gherzan
·
#7444
·
|
|
[PATCH 3/3] image-oci-umoci: skip parent directory in tar
Skip the inclusion of the parent directory in the tar file.
Most tools expect a tar file without it. An example of this
use case is skopeo, where the skopeo copy oci-archive command
will not work with
Skip the inclusion of the parent directory in the tar file.
Most tools expect a tar file without it. An example of this
use case is skopeo, where the skopeo copy oci-archive command
will not work with
|
By
Vasileios Anagnostopoulos
·
#7443
·
|
|
[PATCH 2/3] image-oci-umoci: add parameter for stop signal
Add an optional parameter that allows to override the stop
signal that is used.
Signed-off-by: Vasileios Anagnostopoulos <vasileios.anagnostopoulos@...>
---
classes/image-oci-umoci.inc | 4
Add an optional parameter that allows to override the stop
signal that is used.
Signed-off-by: Vasileios Anagnostopoulos <vasileios.anagnostopoulos@...>
---
classes/image-oci-umoci.inc | 4
|
By
Vasileios Anagnostopoulos
·
#7442
·
|
|
[PATCH 1/3] image-oci-umoci: properly handle tags other than latest
From: Pascal Bach <pascal.bach@...>
Signed-off-by: Pascal Bach <pascal.bach@...>
---
classes/image-oci-umoci.inc | 34 +++++++++++++++++-----------------
1 file changed, 17
From: Pascal Bach <pascal.bach@...>
Signed-off-by: Pascal Bach <pascal.bach@...>
---
classes/image-oci-umoci.inc | 34 +++++++++++++++++-----------------
1 file changed, 17
|
By
Vasileios Anagnostopoulos
·
#7441
·
|
|
Re: docker/containerd/runc version compatability
FWIW, that's more than just bug fixes, so we wouldn't want that
much of a version bump on any of the -stable branches. They'd
stay within the .x series of a release.
What you are describing is
FWIW, that's more than just bug fixes, so we wouldn't want that
much of a version bump on any of the -stable branches. They'd
stay within the .x series of a release.
What you are describing is
|
By
Bruce Ashfield
·
#7440
·
|
|
[PATCH v2 4/4] fuse-overlayfs: Fix buffer overflow bug on workdir path
From: Andrei Gherzan <andrei.gherzan@...>
Signed-off-by: Andrei Gherzan <andrei.gherzan@...>
---
...-Fix-buffer-overflow-on-workdir-path.patch | 32 +++++++++++++++++++
From: Andrei Gherzan <andrei.gherzan@...>
Signed-off-by: Andrei Gherzan <andrei.gherzan@...>
---
...-Fix-buffer-overflow-on-workdir-path.patch | 32 +++++++++++++++++++
|
By
Andrei Gherzan
·
#7439
·
|
|
[PATCH v2 3/4] podman: Add support for rootless mode
From: Andrei Gherzan <andrei.gherzan@...>
This support is disabled by default and exposed via PACKAGECONFIG.
Signed-off-by: Andrei Gherzan <andrei.gherzan@...>
---
docs/00-INDEX
From: Andrei Gherzan <andrei.gherzan@...>
This support is disabled by default and exposed via PACKAGECONFIG.
Signed-off-by: Andrei Gherzan <andrei.gherzan@...>
---
docs/00-INDEX
|
By
Andrei Gherzan
·
#7438
·
|
|
[PATCH v2 2/4] podman: Silence docker emulation warnings
From: Andrei Gherzan <andrei.gherzan@...>
Podman can run in via a docker symlink emulating docker commands. By
default this generates a runtime warning. This change silences it via
the
From: Andrei Gherzan <andrei.gherzan@...>
Podman can run in via a docker symlink emulating docker commands. By
default this generates a runtime warning. This change silences it via
the
|
By
Andrei Gherzan
·
#7437
·
|
|
[PATCH v2 1/4] slirp4netns: Runtime recommend the tun kernel module
From: Andrei Gherzan <andrei.gherzan@...>
slirp4netns uses a TAP device to connect to the internet in an
unprivileged way. Without the required kernel support (TAP/TUN),
slirp4netns will fail
From: Andrei Gherzan <andrei.gherzan@...>
slirp4netns uses a TAP device to connect to the internet in an
unprivileged way. Without the required kernel support (TAP/TUN),
slirp4netns will fail
|
By
Andrei Gherzan
·
#7436
·
|
|
docker/containerd/runc version compatability
Perhaps someone here can help point me to relevant documentation. I'm
wondering if there are some guidelines about which version(s) of
docker/containerd/runc are compatible. I've searched through
Perhaps someone here can help point me to relevant documentation. I'm
wondering if there are some guidelines about which version(s) of
docker/containerd/runc are compatible. I've searched through
|
By
Ralph Siemsen
·
#7435
·
|