Doug Rabson
Doug Rabson
> Thanks. @dfr will need to pull that commit and squash it with the top one, at least for now. As it happens, I was working on the p9fs diff...
Not sure - I'm just building them using 'buildah mount' and 'buildah commit', using FreeBSD packaging tools to install things into the images. How do I tell that they are...
This is strange - I pushed the same image to both docker.io and quay.io but the manifest type on dockerhub is different. ``` $ crane manifest docker.io/dougrabson/freebsd13.2-static:13.2p2 | jq ....
The image manifests above were built with buildah-1.31.0 which is after the bug you linked was fixed, as far as I can tell. Thanks for the link though - next...
I can't give a very clear answer but conservatively, Q1 2024 is quite possible. One of the main blocking factors should be resolved with the upcoming 14.0 FreeBSD release and...
With the recent release of FreeBSD 14.3, there are now official OCI base images for FreeBSD on Docker Hub (https://hub.docker.com/r/freebsd/freebsd-runtime) or github (https://github.com/orgs/freebsd/packages/container/package/freebsd-runtime). Perhaps we could take another look at...
Fixed the type of FreeBSDDevice.Mode and fixed a typo in the json mapping for FreeBSDJail.SysVShm.
I took another pass over this today and made a couple of minor changes. I think the only current open question is whether the `Mapping from jail(8) config file` section...
> I've no specific comments on the FreeBSD part, but I can help to move this forward. > > I've left an inline comment Thanks! I will check out your...
> This looks pretty decent to me, although admittedly I'm not super familiar with FreeBSD / jails internals. > > If we're not in a hurry to merge, I'd love...