Podman

Version: 5.6.2 Linux MacOS containers

At a high level, the scope of Podman and libpod is the following:

Installation Instructions

Linux
Depends on: gvproxy slirp4netns virtiofsd

Download Artefact
{
  "url": "{{ .SVar `.tool.podman.download.url` }}",
  "destination_folder": "{{ .PDownloads }}",
  "output_filename": "{{ .SVar `.tool.podman.download.filename` }}",
  "overwrite": false
}
Extract archive to shared space
{
  "destination": "{{ .PTools }}/podman/{{ .SVar `.tool.podman.download.version` }}",
  "skip_symlinks": true,
  "preserve_permissions": true,
  "remove_existing": true,
  "source": "{{ .PDownloads }}/{{ .SVar `.tool.podman.download.filename` }}"
}
Move files up one level to simplify directory structure
{
  "source": "{{ .PTools }}/podman/{{ .SVar `.tool.podman.download.version` }}/bin/podman-remote-static-linux_amd64",
  "destination": "{{ .PTools }}/podman/{{ .SVar `.tool.podman.download.version` }}/podman"
}

MacOS
Depends on: gvproxy vfkit

Download Artefact
{
  "url": "{{ .SVar `.tool.podman.download.url` }}",
  "destination_folder": "{{ .PDownloads }}",
  "output_filename": "{{ .SVar `.tool.podman.download.filename` }}",
  "overwrite": false
}
Extract archive to shared space
{
  "destination": "{{ .PTools }}/podman/{{ .SVar `.tool.podman.download.version` }}",
  "skip_symlinks": true,
  "preserve_permissions": true,
  "remove_existing": true,
  "source": "{{ .PDownloads }}/{{ .SVar `.tool.podman.download.filename` }}"
}
Move files up one level to simplify directory structure
{
  "source": "{{ .PTools }}/podman/{{ .SVar `.tool.podman.download.version` }}/*",
  "destination": "{{ .PTools }}/podman/{{ .SVar `.tool.podman.download.version` }}"
}

Binaries