Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

podman: update to 3.3.1 #16547

Merged
merged 1 commit into from
Sep 15, 2021
Merged

podman: update to 3.3.1 #16547

merged 1 commit into from
Sep 15, 2021

Conversation

flyn-org
Copy link
Contributor

@flyn-org flyn-org commented Sep 7, 2021

Earlier versions of podman did not make use of TMPDIR when running "podman run ...". Podman's default, /var/tmp, presents a problem to rootless use since OpenWrt's /var/tmp does not permit writes by non-root users. Podman 3.3.1 makes full use of TMPDIR.

This is part of an attempt to get rootless podman to work on OpenWrt. See #15096.

See also the upstream issue at containers/podman#10698.

Signed-off-by: W. Michael Petullo [email protected]

Maintainer: @oskarirauta
Compile tested: x86_64
Run tested: x86_64

Description:

Earlier versions of podman did not make use of TMPDIR when running "podman
run ...". Podman's default, /var/tmp, presents a problem to rootless
use since OpenWrt's /var/tmp does not permit writes by non-root users.
Podman 3.3.1 makes full use of TMPDIR.

This is part of an attempt to get rootless podman to work on OpenWrt.
See openwrt#15096.

See also the upstream issue at
containers/podman#10698.

Signed-off-by: W. Michael Petullo <[email protected]>
@flyn-org
Copy link
Contributor Author

@neheb, can you merge?

@neheb neheb merged commit 416eced into openwrt:master Sep 15, 2021
@flyn-org flyn-org deleted the podman branch December 14, 2021 19:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants