podman: update to 3.1.0.
This commit is contained in:
parent
f8d20c5eeb
commit
c064b7027e
|
@ -1,21 +1,15 @@
|
|||
`fuse-overlayfs` has been added as a runtime dependency to podman.
|
||||
podman will now prefer this storage driver to the `vfs` fallback driver.
|
||||
If you have existing containers that rely on the `vfs` driver, podman
|
||||
will display an error and refuse any further operation.
|
||||
|
||||
To switch to the new storage driver, podman has to be reset:
|
||||
|
||||
# podman system reset
|
||||
|
||||
To keep the `vfs` driver, add this to `/etc/containers/storage.conf`
|
||||
or `~/.config/containers/storage.conf`:
|
||||
To instead keep using the `vfs` driver, add
|
||||
|
||||
[storage]
|
||||
driver="vfs"
|
||||
|
||||
Otherwise podman will display an error and refuse any further operation.
|
||||
|
||||
Additionally the `btrfs` storage driver has been enabled. This driver is also
|
||||
available for rootless operation. Reset podman and add the following to your
|
||||
`storage.conf` to switch to this driver:
|
||||
|
||||
[storage]
|
||||
driver="btrfs"
|
||||
to `/etc/containers/storage.conf` or `~/.config/containers/storage.conf`.
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
# Template file for 'podman'
|
||||
pkgname=podman
|
||||
version=3.0.1
|
||||
revision=3
|
||||
version=3.1.0
|
||||
revision=1
|
||||
build_style=go
|
||||
go_import_path="github.com/containers/podman/v2"
|
||||
go_import_path="github.com/containers/podman/v3"
|
||||
go_package="${go_import_path}/cmd/podman"
|
||||
go_build_tags="seccomp apparmor containers_image_ostree_stub"
|
||||
hostmakedepends="pkg-config go-md2man"
|
||||
|
@ -14,7 +14,7 @@ maintainer="Cameron Nemo <cnemo@tutanota.com>"
|
|||
license="Apache-2.0"
|
||||
homepage="https://podman.io/"
|
||||
distfiles="https://github.com/containers/libpod/archive/v${version}.tar.gz"
|
||||
checksum=259e682d6e90595573fe8880e0252cc8b08c813e19408b911c43383a6edd6852
|
||||
checksum=60031aa620cbfab641ffef9cb4e68240a0383c23ffd0276938684e98794bb5db
|
||||
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
go_build_tags+=" containers_image_openpgp"
|
||||
|
|
Loading…
Reference in New Issue