containers.image: update to 5.32.0
This commit is contained in:
parent
16c2d32283
commit
dae8277379
2 changed files with 5 additions and 20 deletions
|
@ -1,16 +0,0 @@
|
||||||
{
|
|
||||||
"default": [
|
|
||||||
{
|
|
||||||
"type": "insecureAcceptAnything"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"transports": {
|
|
||||||
"docker-daemon": {
|
|
||||||
"": [
|
|
||||||
{
|
|
||||||
"type": "insecureAcceptAnything"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'containers.image'
|
# Template file for 'containers.image'
|
||||||
pkgname=containers.image
|
pkgname=containers.image
|
||||||
version=5.28.0
|
version=5.32.0
|
||||||
revision=1
|
revision=1
|
||||||
conf_files="/etc/containers/registries.conf /etc/containers/policy.json"
|
conf_files="/etc/containers/registries.conf /etc/containers/policy.json"
|
||||||
hostmakedepends="go-md2man"
|
hostmakedepends="go-md2man"
|
||||||
|
@ -8,8 +8,9 @@ short_desc="Configuration shared by podman, buildah, and skopeo"
|
||||||
maintainer="Cameron Nemo <cam@nohom.org>"
|
maintainer="Cameron Nemo <cam@nohom.org>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
homepage="https://github.com/containers/image"
|
homepage="https://github.com/containers/image"
|
||||||
distfiles="https://github.com/containers/image/archive/v${version}.tar.gz"
|
changelog="https://github.com/containers/image/releases"
|
||||||
checksum=89f0aa574f65b1849c57ed2be660fac2cbaec5f43e2e14cdfebb3ff15556fd78
|
distfiles="https://github.com/containers/image/archive/refs/tags/v${version}.tar.gz"
|
||||||
|
checksum=f7582d2b4fed4967921ff154752cc33e8f319a232b561710a3e2872ba754945d
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
mkdir -p build
|
mkdir -p build
|
||||||
|
@ -24,5 +25,5 @@ do_install() {
|
||||||
vman "${man}"
|
vman "${man}"
|
||||||
done
|
done
|
||||||
vinstall registries.conf 0644 etc/containers
|
vinstall registries.conf 0644 etc/containers
|
||||||
vinstall "${FILESDIR}/policy.json" 0644 etc/containers
|
vinstall default-policy.json 0644 etc/containers policy.json
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue