Skip to content

Commit

Permalink
podman: update to 3.3.1
Browse files Browse the repository at this point in the history
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/packages#15096.

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

Signed-off-by: W. Michael Petullo <[email protected]>
  • Loading branch information
flyn-org authored and Lienol committed Dec 19, 2021
1 parent ed4fd23 commit 8bf9564
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions utils/podman/Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=podman
PKG_VERSION:=3.2.0
PKG_VERSION:=3.3.1
PKG_RELEASE:=$(AUTORELEASE)
PKG_HASH:=1206377b12c11d4065bc4789fa104ca139ba77bb5b33541f07e8e95ae4d2932a
PKG_HASH:=6e3c57f5fd4199bc7603effb8c34268ee7f65fcd30c7b0d4778396b69388ae1f

PKG_SOURCE_URL:=https://github.com/containers/podman/archive/v$(PKG_VERSION)
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
Expand Down

0 comments on commit 8bf9564

Please sign in to comment.