Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 6 additions & 5 deletions srcpkgs/containers-common/template
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
# Template file for 'containers-common'
pkgname=containers-common
version=0.60.0
version=0.66.1
revision=1
build_wrksrc=common
build_style=gnu-makefile
make_build_args="-C docs"
make_install_args="-C docs"
hostmakedepends="go-md2man"
short_desc="Docs and configs shared by podman, buildah, and skopeo"
maintainer="Cameron Nemo <cam@nohom.org>"
license="Apache-2.0"
homepage="https://github.com/containers/common"
changelog="https://github.com/containers/common/releases"
distfiles="https://github.com/containers/common/archive/refs/tags/v${version}.tar.gz"
checksum=c9f9a2ba78c69234b78d4b168bb2f70e3459e66d7931e68fde449af9b52e0062
homepage="https://github.com/containers/container-libs"
changelog="https://github.com/containers/container-libs/tags"
distfiles="https://github.com/containers/container-libs/archive/refs/tags/common/v${version}.tar.gz"
checksum=d008a3cc50d6f68fe84f139081c811384223665c273a520bee174f5b9f2f48af

post_install() {
vinstall pkg/seccomp/seccomp.json 0644 usr/share/containers
Expand Down
11 changes: 6 additions & 5 deletions srcpkgs/containers.image/template
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
# Template file for 'containers.image'
pkgname=containers.image
version=5.32.0
version=5.38.0
revision=1
build_wrksrc=image
conf_files="/etc/containers/registries.conf /etc/containers/policy.json"
hostmakedepends="go-md2man"
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"
changelog="https://github.com/containers/image/releases"
distfiles="https://github.com/containers/image/archive/refs/tags/v${version}.tar.gz"
checksum=f7582d2b4fed4967921ff154752cc33e8f319a232b561710a3e2872ba754945d
homepage="https://github.com/containers/container-libs"
changelog="https://github.com/containers/container-libs/tags"
distfiles="https://github.com/containers/container-libs/archive/refs/tags/image/v${version}.tar.gz"
checksum=10d6deb6cafa6f95a516049a63ee68804ba68d2f7d8541f970e6a8ca3fe5d26a

do_build() {
mkdir -p build
Expand Down
11 changes: 6 additions & 5 deletions srcpkgs/containers.storage/template
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
# Template file for 'containers.storage'
pkgname=containers.storage
version=1.55.0
version=1.61.0
revision=1
build_wrksrc=storage
hostmakedepends="go-md2man"
depends="fuse-overlayfs"
short_desc="Storage configuration shared by podman, buildah, and skopeo"
maintainer="Cameron Nemo <cam@nohom.org>"
license="Apache-2.0"
homepage="https://github.com/containers/storage"
changelog="https://github.com/containers/storage/releases"
distfiles="https://github.com/containers/storage/archive/refs/tags/v${version}.tar.gz"
checksum=d6c2d3af9e0f674c248477d521d0f8fc5eac050c65e2fd3f823cc42502b22847
homepage="https://github.com/containers/container-libs"
changelog="https://github.com/containers/container-libs/tags"
distfiles="https://github.com/containers/container-libs/archive/refs/tags/storage/v${version}.tar.gz"
checksum=6d620c7dd89a541da35243c92c39e5906a4ccdf573565d09284af5e5f44ab8ab
_manpage="containers-storage.conf.5"

do_build() {
Expand Down
12 changes: 8 additions & 4 deletions srcpkgs/podman/template
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# Template file for 'podman'
pkgname=podman
version=5.6.1
version=5.7.1
revision=1
_container_libs_common=0.66.1
build_style=go
build_wrksrc=podman-${version}
go_import_path="github.com/containers/podman/v5"
go_package="${go_import_path}/cmd/podman ${go_import_path}/cmd/rootlessport"
go_build_tags="seccomp apparmor containers_image_ostree_stub cni"
Expand All @@ -16,8 +18,10 @@ maintainer="Cameron Nemo <cam@nohom.org>"
license="Apache-2.0"
homepage="https://podman.io/"
changelog="https://raw.githubusercontent.com/containers/podman/main/RELEASE_NOTES.md"
distfiles="https://github.com/containers/podman/archive/v${version}.tar.gz"
checksum=e4fccc003dac77bae9127968c93388b6bf59d6b9ef8ffbdda21696613f729f3c
distfiles="https://github.com/containers/podman/archive/v${version}.tar.gz
https://github.com/containers/container-libs/archive/refs/tags/common/v${_container_libs_common}.tar.gz"
checksum="c04c12f90d1bf410ccc4d27a30cff188d6a9361bddb5fceb19659ae08257cc6f
d008a3cc50d6f68fe84f139081c811384223665c273a520bee174f5b9f2f48af"

if [ "$CROSS_BUILD" ]; then
go_build_tags+=" containers_image_openpgp"
Expand All @@ -43,7 +47,7 @@ post_install() {
mv "${DESTDIR}/usr/bin/rootlessport" "${DESTDIR}/usr/libexec/podman/rootlessport"
make install.man DESTDIR="${DESTDIR}" PREFIX="/usr"
make install.completions DESTDIR="${DESTDIR}" PREFIX="/usr"
cp vendor/github.com/containers/common/pkg/config/containers.conf \
cp ${wrksrc}/container-libs-common-v${_container_libs_common}/common/pkg/config/containers.conf \
containers.cgfs.conf
vsed -i -e 's|#cgroup_manager = "systemd"|cgroup_manager = "cgroupfs"|g' \
containers.cgfs.conf
Expand Down
7 changes: 4 additions & 3 deletions srcpkgs/skopeo/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'skopeo'
pkgname=skopeo
version=1.16.0
revision=3
version=1.21.0
revision=1
build_style=go
build_helper=qemu
go_import_path="github.com/containers/skopeo"
Expand All @@ -16,8 +16,9 @@ license="Apache-2.0"
homepage="https://github.com/containers/skopeo"
changelog="https://github.com/containers/skopeo/releases"
distfiles="https://github.com/containers/skopeo/archive/refs/tags/v${version}.tar.gz"
checksum=fed91fd067605460ef33431163227471b1e85c8768203fc393345d6ffd645448
checksum=f76eeddf697a3cc7a872e3077ab4d0fdbebe9f3c6171462e3e9feb84368b3fac
make_dirs="/var/lib/atomic/sigstore 0755 root root"
make_check=no # executables not found

post_build() {
make docs
Expand Down