あとがきのようなもの

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

Fedora 34 向けのPodman v3.3.0-rc1のリリース

先日のCentOS Stream 8向けのPodman v3.3.0-devリリースに続き、Fedora 34向けのPodman v3.3.0-rc1版がリリース。

tnk4on.hatenablog.com

リポジトリupdate-testingを使用。

アップデート実行コマンド(update-testing指定)

$ sudo dnf --enablerepo updates-testing update podman buildah skopeo

Podman、Buildah、Skopeoのバージョン

$ podman version
Version:      3.3.0-rc1
API Version:  3.3.0-rc1
Go Version:   go1.16.6
Built:        Thu Aug  5 22:19:25 2021
OS/Arch:      linux/amd64

$ buildah version
Version:         1.22.0
Go Version:      go1.16.6
Image Spec:      1.0.1-dev
Runtime Spec:    1.0.2-dev
CNI Spec:        0.4.0
libcni Version:  v0.8.1
image Version:   5.15.0
Git Commit:
Built:           Fri Aug  6 04:03:31 2021
OS/Arch:         linux/amd64

$ env LANG=en_US sudo dnf info skopeo
Failed to set locale, defaulting to C.UTF-8
Last metadata expiration check: 0:15:42 ago on Sun Aug  8 02:46:23 2021.
Installed Packages
Name         : skopeo
Epoch        : 1
Version      : 1.4.0
Release      : 1.fc34
Architecture : x86_64
Size         : 24 M
Source       : skopeo-1.4.0-1.fc34.src.rpm
Repository   : @System
From repo    : updates-testing
Summary      : Inspect container images and repositories on registries
URL          : https://github.com/containers/skopeo
License      : ASL 2.0
Description  : Command line utility to inspect images and repositories directly on Docker
             : registries without the need to pull them
$ skopeo --version
skopeo version 1.3.1

skopeo-1.4.0-1の出力バージョンのバグ

skopeo --versionの出力にバグがあってv1.4.0と表示されず、v1.3.1になっている。Issueを作成して報告しておいた。

github.com

(2021年8月10日、追記) Fedoraのパッケージ作成時のバグだった模様。GitHubのIssueもClone済み。修正されたパッケージはskopeo-1.4.0-2として降ってくる。

src.fedoraproject.org

(2021年8月14日、追記) skopeo-1.4.0-2で修正されました

$ env LANG=en_US sudo dnf info skopeo
Failed to set locale, defaulting to C.UTF-8
Last metadata expiration check: 0:02:10 ago on Sat Aug 14 01:39:17 2021.
Installed Packages
Name         : skopeo
Epoch        : 1
Version      : 1.4.0
Release      : 2.fc34
Architecture : x86_64
Size         : 25 M
Source       : skopeo-1.4.0-2.fc34.src.rpm
Repository   : @System
From repo    : updates-testing
Summary      : Inspect container images and repositories on registries
URL          : https://github.com/containers/skopeo
License      : ASL 2.0
Description  : Command line utility to inspect images and repositories directly on Docker
             : registries without the need to pull them

$ skopeo --version
skopeo version 1.4.0