Skip to content

Instantly share code, notes, and snippets.

View ocafebabe's full-sized avatar

Christian Bourque ocafebabe

  • ExProfesso
  • Canada
View GitHub Profile
@k3wals
k3wals / update-podman.sh
Last active December 9, 2024 16:27 — forked from shvchk/update-podman.sh
Update podman to 4.3.1 on Ubuntu 22.04 jammy, as well as conmon and crun
#! /usr/bin/env bash
set -euo pipefail
echo 'deb http://archive.ubuntu.com/ubuntu/ lunar main universe' > /etc/apt/sources.list.d/lunar.list
cat > /etc/apt/preferences.d/podman.pref << EOF
Package: podman conmon crun buildah golang-github-containers-common libsubid4 netavark
Pin: release n=lunar
Pin-Priority: 990