well I do miss an OCI equivalent standard and it's ecosystem for FreeBSD very much. I'd say that jails is just containers version 1 whereas podman is the improved version 2, and I'd even argue that if FreeBSD had an equivalent to OCI (I do not only mean the standard, but also the great ecosystem around it) it would be in a better shape cause more companies would be interested, at least from my bubble of companies I do work with. I have no idea why many people are so offended by just the idea of adding a modern declarative version of jails, and I have no idea why a "freebsd-containers pull <that-oldfashioned-proprietary-compiler-from-vendorhub> && freebsd-containers run <that-oldfashioned-proprietary-compiler>" seems so wrong to many here. Maybe some tried to use OCI containers like they did with jails, which is the wrong approach and therefore lead to unsatisfied results, maybe some do not like new tech, maybe some do not like tech that comes from Linux, maybe just personal taste. It's the modern, state of the art way to ship software: have your store (repo) or public repo, the container images, all combined with a configuration (network config, permissions etc.) to get your software stack up and running in no time for your clients. Our small team is concentrating on writing software instead of configuring jails, and while we thought about delivering the stack with FreeBSD we chose Linux Containers because the ecosystem is already there - it simply offers a great declarative way to define all the images that should run within a group so they can all communicate, the customer does not even have to know about his own network environment.
While I do admit that the ecosystem grew out of necessity in the mess of Linux distros, it is much more than the solution to the problem we in FreeBSD land do not have. I think it would not even be a lot of work to write a wrapper around jails and offer some kind of repository/hub, as quite some nice tools have popped up for FreeBSD, however, not quite comparable to e.g. podman. Not that I do need an overengineered equivalent like Linux containers, but a basic, simple system to ship software based on jails+configuration with build infrastructure and a repository would be so awesome, I am sure the FreeBSD folks would deliver a much better solution than the Linux variants. The implementation in Linux has quite some flaws, most of which you encounter when you deep dive into that topic, however, still all in all it offers quite good developer experience.