containers.image: update to 5.32.0

This commit is contained in:
cinerea0 2024-07-30 16:04:17 -04:00 committed by cinerea0
parent 16c2d32283
commit dae8277379
2 changed files with 5 additions and 20 deletions

View File

@ -1,16 +0,0 @@
{
"default": [
{
"type": "insecureAcceptAnything"
}
],
"transports": {
"docker-daemon": {
"": [
{
"type": "insecureAcceptAnything"
}
]
}
}
}

View File

@ -1,6 +1,6 @@
# Template file for 'containers.image'
pkgname=containers.image
version=5.28.0
version=5.32.0
revision=1
conf_files="/etc/containers/registries.conf /etc/containers/policy.json"
hostmakedepends="go-md2man"
@ -8,8 +8,9 @@ short_desc="Configuration shared by podman, buildah, and skopeo"
maintainer="Cameron Nemo <cam@nohom.org>"
license="Apache-2.0"
homepage="https://github.com/containers/image"
distfiles="https://github.com/containers/image/archive/v${version}.tar.gz"
checksum=89f0aa574f65b1849c57ed2be660fac2cbaec5f43e2e14cdfebb3ff15556fd78
changelog="https://github.com/containers/image/releases"
distfiles="https://github.com/containers/image/archive/refs/tags/v${version}.tar.gz"
checksum=f7582d2b4fed4967921ff154752cc33e8f319a232b561710a3e2872ba754945d
do_build() {
mkdir -p build
@ -24,5 +25,5 @@ do_install() {
vman "${man}"
done
vinstall registries.conf 0644 etc/containers
vinstall "${FILESDIR}/policy.json" 0644 etc/containers
vinstall default-policy.json 0644 etc/containers policy.json
}