Page MenuHomeFreeBSD

Update podman stack
ClosedPublic

Authored by dfr on Jul 21 2023, 10:14 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Sep 13, 7:01 PM
Unknown Object (File)
Thu, Sep 3, 12:51 AM
Unknown Object (File)
Tue, Aug 25, 4:49 PM
Unknown Object (File)
Fri, Aug 21, 3:23 PM
Unknown Object (File)
Aug 14 2026, 9:01 PM
Unknown Object (File)
Aug 12 2026, 5:35 PM
Unknown Object (File)
Aug 11 2026, 9:48 AM
Unknown Object (File)
Aug 11 2026, 9:22 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
rP FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 52767
Build 49658: arc lint + arc unit

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
16

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.