Page MenuHomeFreeBSD

Update podman stack
ClosedPublic

Authored by dfr on Jul 21 2023, 10:14 AM.
Tags
None
Referenced Files
Unknown Object (File)
Apr 20 2024, 10:24 PM
Unknown Object (File)
Apr 16 2024, 4:13 AM
Unknown Object (File)
Apr 16 2024, 4:12 AM
Unknown Object (File)
Apr 16 2024, 3:59 AM
Unknown Object (File)
Apr 16 2024, 3:36 AM
Unknown Object (File)
Mar 10 2024, 10:53 AM
Unknown Object (File)
Feb 8 2024, 5:05 AM
Unknown Object (File)
Jan 13 2024, 8:06 AM
Subscribers

Details

Summary

Update components to the latest releases and add catatonit which is a tiny 'container init' which can be used with 'podman run --init'

sysutils/conmon: fix socket buffering for console i/o

sysutils/catatonit: new port

This is a very simple init-like command intended for use with
'podman run --init' or 'docker run --init'.

sysutils/containers-common: update to 0.53.0

sysutils/ocijail: upadte to 0.1.1

sysutils/buildah: update to 1.31.0

sysutils/skopeo: update to 1.13.0

sysutils/podman: update to 4.6.0

sysutils/podman-suite: update to 20230721

Diff Detail

Repository
R11 FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

dfr requested review of this revision.Jul 21 2023, 10:14 AM

Fix a regression in podman which isn't completely fixed upstream yet (https://github.com/containers/podman/pull/19291)

lwhsu added inline comments.
sysutils/catatonit/Makefile
15 ↗(On Diff #124981)

The default is ${PORTNAME} so this line can be omitted.

This revision is now accepted and ready to land.Jul 21 2023, 7:27 PM
This revision was automatically updated to reflect the committed changes.