あとがきのようなもの

インフラ関連,コンテナ,仮想化技術、過去に書いた記事の解説など

Podman v3.4.2リリース

Podmanのアップストリームで最新版のPodman v3.4.2がリリース

github.com

Podman v3.4.2 リリースノートを翻訳した記事をzenn.devで公開済み

zenn.dev

ディストリビューション、Homebrew(macOS)のPodmanのバージョン

  • 2021/11/17、時点の内容

Fedora 35

update-testingリポジトリを指定することでv3.4.2をインストール可能。標準のリポジトリではv3.4.1のまま。

[user@fedora35 DEV]$ sudo dnf info podman | head
メタデータの期限切れの最終確認: 0:10:04 時間前の 2021年11月17日 05時07分21秒 に実施しました。
利用可能なパッケージ
名前         : podman
エポック     : 3
バージョン   : 3.4.1
リリース     : 1.fc35
Arch         : x86_64
サイズ       : 12 M
ソース       : podman-3.4.1-1.fc35.src.rpm
リポジトリー : updates
[user@fedora35 DEV]$ sudo dnf info podman --enablerepo updates-testing  | head
メタデータの期限切れの最終確認: 0:03:24 時間前の 2021年11月17日 05時14分19秒 に実施しました。
利用可能なパッケージ
名前         : podman
エポック     : 3
バージョン   : 3.4.2
リリース     : 1.fc35
Arch         : x86_64
サイズ       : 12 M
ソース       : podman-3.4.2-1.fc35.src.rpm
リポジトリー : updates-testing

インストールとバージョン確認

$ sudo dnf install podman --enablerepo updates-testing -y
$ podman version
Version:      3.4.2
API Version:  3.4.2
Go Version:   go1.16.8
Built:        Sat Nov 13 05:25:37 2021
OS/Arch:      linux/amd64

CentOS Stream 8

まだv3.4.1のまま

$ sudo dnf info podman |head
メタデータの期限切れの最終確認: 0:26:47 時間前の 2021年11月17日 05時05分53秒 に実施しました。
利用可能なパッケージ
名前         : podman
エポック     : 1
バージョン   : 3.4.1
リリース     : 3.module_el8.6.0+954+963caf36
Arch         : x86_64
サイズ       : 12 M
ソース       : podman-3.4.1-3.module_el8.6.0+954+963caf36.src.rpm
リポジトリー : appstream

RHEL 8.5

まだv3.3.1のまま

$ sudo dnf info podman |head -n 11
サブスクリプション管理リポジトリーを更新しています。
メタデータの期限切れの最終確認: 0:00:49 時間前の 2021年11月17日 05時41分34秒 に実施しました。
インストール済みパッケージ
名前         : podman
バージョン   : 3.3.1
リリース     : 9.module+el8.5.0+12697+018f24d7
Arch         : x86_64
サイズ       : 48 M
ソース       : podman-3.3.1-9.module+el8.5.0+12697+018f24d7.src.rpm
リポジトリー : @System
repo から    : rhel-8-for-x86_64-appstream-rpms

Homebrew(macOS)

v3.4.2更新済み

$ brew info podman |head -n 7
podman: stable 3.4.1 (bottled), HEAD
Tool for managing OCI containers and pods
https://podman.io/
/usr/local/Cellar/podman/3.4.1 (170 files, 39.5MB) *
  Poured from bottle on 2021-10-22 at 01:19:08
From: https://github.com/Homebrew/homebrew-core/blob/HEAD/Formula/podman.rb
License: Apache-2.0

Podman machineはv3.4.1

$ podman version
Client:
Version:      3.4.2
API Version:  3.4.2
Go Version:   go1.17.2
Built:        Sat Nov 13 01:08:25 2021
OS/Arch:      darwin/amd64

Server:
Version:      3.4.1
API Version:  3.4.1
Go Version:   go1.16.8
Built:        Wed Oct 20 23:31:56 2021
OS/Arch:      linux/amd64