1. 17
    1. 2

      I’ve periodically watched Doug’s work here and every time I dip into it, large extra chunks are working. It’s interesting that this is using a C++ container runner and not the runj work, so hopefully there will soon be two stable OCI implementations on FreeBSD.

    2. 1

      cannot find the package for some reason But excited to hear this.

      ` root@fbsd1@i7R32G:/usr/home/v # uname -a FreeBSD fbsd1@i7R32G 13.1-RELEASE FreeBSD 13.1-RELEASE releng/13.1-n250148-fc952ac2232 GENERIC amd64

      root@fbsd1@i7R32G:/usr/home/v # pkg install podman-suite

      Updating FreeBSD repository catalogue...
      
      FreeBSD repository is up to date.
      
      All repositories are up to date.
      
      pkg: No packages available to install matching 'podman-suite' have been found in the repositories
      

      `

      1. 3

        You may need to be using /latest/ packages, not /quarterly/ branch, they’re definitely available here.

        # mkdir -p /usr/local/etc/pkg/repos/
        # sed -e s/quarterly/latest/ -e '/#/d' /etc/pkg/FreeBSD.conf | tee /usr/local/etc/pkg/repos/FreeBSD.conf
        # pkg update -r FreeBSD
        # pkg install -r FreeBSD podman-suite