containers.image: update to 5.32.0
This commit is contained in:
parent
16c2d32283
commit
dae8277379
|
@ -1,16 +0,0 @@
|
|||
{
|
||||
"default": [
|
||||
{
|
||||
"type": "insecureAcceptAnything"
|
||||
}
|
||||
],
|
||||
"transports": {
|
||||
"docker-daemon": {
|
||||
"": [
|
||||
{
|
||||
"type": "insecureAcceptAnything"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue