AlmaLinux RCで外部リポジトリのパッケージが動くか確認してみる

AlmaLinux RC のインストールで、特に問題なく仮想マシンにインストールができたところまで確認できました。次にやってみるのは、CentOS 8に対応している外部リポジトリのパッケージがしれっとインストール・動作するかを確認してみました。(動作を保証するわけではないのでどうぞご了承くださいませ)

Docker

Dockerの公式ドキュメントサイトをベースに試してみます。

$ sudo dnf install -y yum-utils
$ sudo yum-config-manager \
    --add-repo \
    https://download.docker.com/linux/centos/docker-ce.repo
$ sudo dnf install docker-ce docker-ce-cli containerd.io
$ sudo systemctl enable --now docker
$ sudo docker run hello-world

yum-config-managerコマンドを使用するため、yum-utilsパッケージをインストールします。

$ sudo dnf install yum-utils
メタデータの期限切れの最終確認: 0:06:34 時間前の 2021年03月06日 01時05分41秒 に 実施しました。
依存関係が解決しました。
================================================================================
 パッケージ         Arch            バージョン            リポジトリー    サイズ
================================================================================
インストール:
 yum-utils          noarch          4.0.17-5.el8          baseos           67 k

トランザクションの概要
================================================================================
インストール  1 パッケージ

ダウンロードサイズの合計: 67 k
インストール済みのサイズ: 20 k
これでよろしいですか? [y/N]: y
パッケージのダウンロード:
yum-utils-4.0.17-5.el8.noarch.rpm               204 kB/s |  67 kB     00:00
--------------------------------------------------------------------------------
合計                                            105 kB/s |  67 kB     00:00
トランザクションの確認を実行中
トランザクションの確認に成功しました。
トランザクションのテストを実行中
トランザクションのテストに成功しました。
トランザクションを実行中
  準備             :                                                        1/1
  インストール     : yum-utils-4.0.17-5.el8.noarch                          1/1
  scriptletの実行中: yum-utils-4.0.17-5.el8.noarch                          1/1
  検証             : yum-utils-4.0.17-5.el8.noarch                          1/1

インストール済み:
  yum-utils-4.0.17-5.el8.noarch

完了しました!

dockerのリポジトリを追加します。

$ sudo yum-config-manager \
>     --add-repo \
>     https://download.docker.com/linux/centos/docker-ce.repo
repo の追加: https://download.docker.com/linux/centos/docker-ce.repo

リポジトリ設定ファイルが追加されていますね。

$ sudo cat /etc/yum.repos.d
合計 12
-rw-r--r--. 1 root root  989  2月 15 16:20 almalinux-ha.repo
-rw-r--r--. 1 root root 3761  2月 15 16:20 almalinux.repo
-rw-r--r--. 1 root root 1919  3月  6 01:12 docker-ce.repo

パッケージをインストールします。

$ sudo dnf install docker-ce docker-ce-cli containerd.io
Docker CE Stable - x86_64                        25 kB/s |  11 kB     00:00
依存関係が解決しました。
================================================================================
 パッケージ                Arch   バージョン             リポジトリー     サイズ
================================================================================
インストール:
 containerd.io             x86_64 1.4.3-3.1.el8          docker-ce-stable  33 M
 docker-ce                 x86_64 3:20.10.5-3.el8        docker-ce-stable  27 M
 docker-ce-cli             x86_64 1:20.10.5-3.el8        docker-ce-stable  33 M
依存関係のインストール:
 container-selinux         noarch 2:2.144.0-1.module_el8.3.0+6173+7b720323
                                                         appstream         49 k
 docker-ce-rootless-extras x86_64 20.10.5-3.el8          docker-ce-stable 9.1 M
 fuse-overlayfs            x86_64 1.1.2-3.module_el8.3.0+6173+7b720323
                                                         appstream         67 k
 fuse3-libs                x86_64 3.2.1-12.el8           baseos            94 k
 libcgroup                 x86_64 0.41-19.el8            baseos            69 k
 libslirp                  x86_64 4.3.1-1.module_el8.3.0+6173+7b720323
                                                         appstream         68 k
 slirp4netns               x86_64 1.1.4-2.module_el8.3.0+6173+7b720323
                                                         appstream         50 k
モジュールストリームの有効化中:
 container-tools                  rhel8

トランザクションの概要
================================================================================
インストール  10 パッケージ

ダウンロードサイズの合計: 102 M
インストール済みのサイズ: 423 M
これでよろしいですか? [y/N]: y
パッケージのダウンロード:
(1/10): container-selinux-2.144.0-1.module_el8. 156 kB/s |  49 kB     00:00
...
(10/10): docker-ce-rootless-extras-20.10.5-3.el 5.0 MB/s | 9.1 MB     00:01
--------------------------------------------------------------------------------
合計                                            9.4 MB/s | 102 MB     00:10
警告: /var/cache/dnf/docker-ce-stable-fa9dc42ab4cec2f4/packages/containerd.io-1.4.3-3.1.el8.x86_64.rpm: ヘッダー V4 RSA/SHA512 Signature、鍵 ID 621e9f35: NOKEY
Docker CE Stable - x86_64                       9.3 kB/s | 1.6 kB     00:00
GPG 鍵 0x621E9F35 をインポート中:
 Userid     : "Docker Release (CE rpm) "
 Fingerprint: 060A 61C5 1B55 8A7F 742B 77AA C52F EB6B 621E 9F35
 From       : https://download.docker.com/linux/centos/gpg
これでよろしいですか? [y/N]: y
鍵のインポートに成功しました
トランザクションの確認を実行中
トランザクションの確認に成功しました。
トランザクションのテストを実行中
トランザクションのテストに成功しました。
トランザクションを実行中
  準備             :                                                        1/1
  scriptletの実行中: container-selinux-2:2.144.0-1.module_el8.3.0+6173+    1/10
...
  検証             : docker-ce-rootless-extras-20.10.5-3.el8.x86_64       10/10

インストール済み:
  container-selinux-2:2.144.0-1.module_el8.3.0+6173+7b720323.noarch
  containerd.io-1.4.3-3.1.el8.x86_64
  docker-ce-3:20.10.5-3.el8.x86_64
  docker-ce-cli-1:20.10.5-3.el8.x86_64
  docker-ce-rootless-extras-20.10.5-3.el8.x86_64
  fuse-overlayfs-1.1.2-3.module_el8.3.0+6173+7b720323.x86_64
  fuse3-libs-3.2.1-12.el8.x86_64
  libcgroup-0.41-19.el8.x86_64
  libslirp-4.3.1-1.module_el8.3.0+6173+7b720323.x86_64
  slirp4netns-1.1.4-2.module_el8.3.0+6173+7b720323.x86_64

完了しました!

デーモンの自動起動設定と同時に起動して、ステータスを確認します。

$ sudo systemctl enable --now docker
Created symlink /etc/systemd/system/multi-user.target.wants/docker.service → /usr/lib/systemd/system/docker.service.
$ systemctl status docker
● docker.service - Docker Application Container Engine
   Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; vendor pres>
   Active: active (running) since Sat 2021-03-06 01:15:43 JST; 9s ago
     Docs: https://docs.docker.com
 Main PID: 3988 (dockerd)
    Tasks: 16
   Memory: 49.4M
   CGroup: /system.slice/docker.service
           mq3988 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/contai>

 3月 06 01:15:42 localhost.localdomain dockerd[3988]: time="2021-03-06T01:15:42>
 3月 06 01:15:42 localhost.localdomain dockerd[3988]: time="2021-03-06T01:15:42>
 3月 06 01:15:42 localhost.localdomain dockerd[3988]: time="2021-03-06T01:15:42>
 3月 06 01:15:43 localhost.localdomain dockerd[3988]: time="2021-03-06T01:15:43>
 3月 06 01:15:43 localhost.localdomain dockerd[3988]: time="2021-03-06T01:15:43>
 3月 06 01:15:43 localhost.localdomain dockerd[3988]: time="2021-03-06T01:15:43>
 3月 06 01:15:43 localhost.localdomain dockerd[3988]: time="2021-03-06T01:15:43>
 3月 06 01:15:43 localhost.localdomain dockerd[3988]: time="2021-03-06T01:15:43>
 3月 06 01:15:43 localhost.localdomain systemd[1]: Started Docker Application C>
 3月 06 01:15:43 localhost.localdomain dockerd[3988]: time="2021-03-06T01:15:43>

Hello worldコンテナを起動してみます。

$ sudo docker run hello-world
Unable to find image 'hello-world:latest' locally
latest: Pulling from library/hello-world
0e03bdcc26d7: Pull complete
Digest: sha256:7e02330c713f93b1d3e4c5003350d0dbe215ca269dd1d84a4abc577908344b30
Status: Downloaded newer image for hello-world:latest

Hello from Docker!
This message shows that your installation appears to be working correctly.

To generate this message, Docker took the following steps:
 1. The Docker client contacted the Docker daemon.
 2. The Docker daemon pulled the "hello-world" image from the Docker Hub.
    (amd64)
 3. The Docker daemon created a new container from that image which runs the
    executable that produces the output you are currently reading.
 4. The Docker daemon streamed that output to the Docker client, which sent it
    to your terminal.

To try something more ambitious, you can run an Ubuntu container with:
 $ docker run -it ubuntu bash

Share images, automate workflows, and more with a free Docker ID:
 https://hub.docker.com/

For more examples and ideas, visit:
 https://docs.docker.com/get-started/

特にひっかかるところも無く、インストールと簡単な動作確認までできました。

ページトップへ

Docker Compose

Docker Composeは、ディストリビューションというよりカーネルのバージョンに気を付ければというところでしょうか。こちらもDockerの公式ドキュメントサイトをベースに試してみます。

$ sudo curl -L "https://github.com/docker/compose/releases/download/1.28.5/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose
$ sudo chmod +x /usr/local/bin/docker-compose
$ docker-compose --version
$ sudo curl -L "https://github.com/docker/compose/releases/download/1.28.5/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   633  100   633    0     0   2825      0 --:--:-- --:--:-- --:--:--  2825
100 11.6M  100 11.6M    0     0  1245k      0  0:00:09  0:00:09 --:--:-- 1756k
$
$ sudo chmod +x /usr/local/bin/docker-compose
$
$ docker-compose --version
docker-compose version 1.28.5, build c4eb3a1f

docker-composeもすんなりでした。

ページトップへ

ZABBIX Agent

バージョン5.0LTSで試してみました。
$ sudo rpm -Uvh https://repo.zabbix.com/zabbix/5.0/rhel/8/x86_64/zabbix-release-5.0-1.el8.noarch.rpm
$ sudo dnf clean all
$ sudo dnf install zabbix-agent

リポジトリを追加します。

$sudo rpm -Uvh https://repo.zabbix.com/zabbix/5.0/rhel/8/x86_64/zabbix-release-5.0-1.el8.noarch.rpm
https://repo.zabbix.com/zabbix/5.0/rhel/8/x86_64/zabbix-release-5.0-1.el8.noarch.rpm を取得中
警告: /var/tmp/rpm-tmp.mL8bA3: ヘッダー V4 RSA/SHA512 Signature、鍵 ID a14fe591: NOKEY
Verifying...                          ################################# [100%]
準備しています...              ################################# [100%]
更新中 / インストール中...
   1:zabbix-release-5.0-1.el8         ################################# [100%]
[root@localhost yum.repos.d]# dnf clean all
37 ファイルが削除されました

パッケージをインストールします。

sudo dnf install zabbix-agent
AlmaLinux 8 - BaseOS                            588 kB/s | 3.2 MB     00:05
AlmaLinux 8 - AppStream                         1.1 MB/s | 6.9 MB     00:06
AlmaLinux 8 - PowerTools                        903 kB/s | 1.9 MB     00:02
AlmaLinux 8 - Extras                            5.5 kB/s | 3.8 kB     00:00
Docker CE Stable - x86_64                        28 kB/s |  11 kB     00:00
Zabbix Official Repository - x86_64             110 kB/s | 110 kB     00:00
Zabbix Official Repository non-supported - x86_ 1.6 kB/s | 1.2 kB     00:00
依存関係が解決しました。
================================================================================
 パッケージ           Arch           バージョン            リポジトリー   サイズ
================================================================================
インストール:
 zabbix-agent         x86_64         5.0.9-1.el8           zabbix         467 k

トランザクションの概要
================================================================================
インストール  1 パッケージ

ダウンロードサイズの合計: 467 k
インストール済みのサイズ: 2.0 M
これでよろしいですか? [y/N]: y
パッケージのダウンロード:
zabbix-agent-5.0.9-1.el8.x86_64.rpm             167 kB/s | 467 kB     00:02
--------------------------------------------------------------------------------
合計                                            167 kB/s | 467 kB     00:02
警告: /var/cache/dnf/zabbix-b7349cbb4866b08d/packages/zabbix-agent-5.0.9-1.el8.x86_64.rpm: ヘッダー V4 RSA/SHA512 Signature、鍵 ID a14fe591: NOKEY
Zabbix Official Repository - x86_64             1.6 MB/s | 1.7 kB     00:00
GPG 鍵 0xA14FE591 をインポート中:
 Userid     : "Zabbix LLC "
 Fingerprint: A184 8F53 52D0 22B9 471D 83D0 082A B56B A14F E591
 From       : /etc/pki/rpm-gpg/RPM-GPG-KEY-ZABBIX-A14FE591
これでよろしいですか? [y/N]: y
鍵のインポートに成功しました
トランザクションの確認を実行中
トランザクションの確認に成功しました。
トランザクションのテストを実行中
トランザクションのテストに成功しました。
トランザクションを実行中
  準備             :                                                        1/1
  scriptletの実行中: zabbix-agent-5.0.9-1.el8.x86_64                        1/1
  インストール     : zabbix-agent-5.0.9-1.el8.x86_64                        1/1
  scriptletの実行中: zabbix-agent-5.0.9-1.el8.x86_64                        1/1
  検証             : zabbix-agent-5.0.9-1.el8.x86_64                        1/1

インストール済み:
  zabbix-agent-5.0.9-1.el8.x86_64

完了しました!

デーモンの自動起動設定と同時に起動して、ステータスを確認します。

$ sudo systemctl enable --now zabbix-agent
Created symlink /etc/systemd/system/multi-user.target.wants/zabbix-agent.service → /usr/lib/systemd/system/zabbix-agent.service.
$ systemctl status zabbix-agent
● zabbix-agent.service - Zabbix Agent
   Loaded: loaded (/usr/lib/systemd/system/zabbix-agent.service; enabled; vendor preset: disabled)
   Active: active (running) since Sat 2021-03-06 01:18:49 JST; 9h ago
  Process: 4456 ExecStart=/usr/sbin/zabbix_agentd -c $CONFFILE (code=exited, status=0/SUCCESS)
 Main PID: 4458 (zabbix_agentd)
    Tasks: 6 (limit: 12250)
   Memory: 5.4M
   CGroup: /system.slice/zabbix-agent.service
           tq4458 /usr/sbin/zabbix_agentd -c /etc/zabbix/zabbix_agentd.conf
           tq4459 /usr/sbin/zabbix_agentd: collector [idle 1 sec]
           tq4460 /usr/sbin/zabbix_agentd: listener #1 [waiting for connection]
           tq4461 /usr/sbin/zabbix_agentd: listener #2 [waiting for connection]
           tq4462 /usr/sbin/zabbix_agentd: listener #3 [waiting for connection]
           mq4463 /usr/sbin/zabbix_agentd: active checks #1 [idle 1 sec]

 3月 06 01:18:49 localhost.localdomain systemd[1]: Starting Zabbix Agent...
 3月 06 01:18:49 localhost.localdomain systemd[1]: zabbix-agent.service: Can't open PID file /run/zabbix/zabbix_agentd.pid (yet?) after start:
 3月 06 01:18:49 localhost.localdomain systemd[1]: Started Zabbix Agent.

ZABBIX Agentのインストールと起動まで確認できました。別途Zabbix Serverとの連携ができているか確認しようと思います。

ページトップへ

Fluentd

td-agent バージョン4で試しました。

# curl -L https://toolbelt.treasuredata.com/sh/install-redhat-td-agent4.sh | sh
==============================
 td-agent Installation Script
==============================
This script requires superuser access to install rpm packages.
You will be prompted for your password by sudo.
TreasureData                                    154 kB/s | 164 kB     00:01
メタデータの期限切れの最終確認: 0:00:01 時間前の 2021年03月18日 20時48分38秒 に 実施しました。
依存関係が解決しました。
================================================================================
 パッケージ       Arch           バージョン          リポジトリー         サイズ
================================================================================
インストール:
 td-agent         x86_64         4.1.0-1.el8         treasuredata          14 M

トランザクションの概要
================================================================================
インストール  1 パッケージ

ダウンロードサイズの合計: 14 M
インストール済みのサイズ: 64 M
パッケージのダウンロード:
td-agent-4.1.0-1.el8.x86_64.rpm                 455 kB/s |  14 MB     00:31
--------------------------------------------------------------------------------
合計                                            455 kB/s |  14 MB     00:31
トランザクションの確認を実行中
トランザクションの確認に成功しました。
トランザクションのテストを実行中
トランザクションのテストに成功しました。
トランザクションを実行中
  準備             :                                                        1/1
  scriptletの実行中: td-agent-4.1.0-1.el8.x86_64                            1/1
  インストール     : td-agent-4.1.0-1.el8.x86_64                            1/1
  scriptletの実行中: td-agent-4.1.0-1.el8.x86_64                            1/1
Created symlink /etc/systemd/system/multi-user.target.wants/td-agent.service → /usr/lib/systemd/system/td-agent.service.
prelink detected. Installing /etc/prelink.conf.d/td-agent-ruby.conf ...

  検証             : td-agent-4.1.0-1.el8.x86_64                            1/1

インストール済み:
  td-agent-4.1.0-1.el8.x86_64

完了しました!

Installation completed. Happy Logging!

インストールは問題なく終わりました。

# systemctl enable --now  td-agent
# systemctl status td-agent
● td-agent.service - td-agent: Fluentd based data collector for Treasure Data
   Loaded: loaded (/usr/lib/systemd/system/td-agent.service; enabled; vendor pr>
   Active: active (running) since Thu 2021-03-18 20:50:11 JST; 3s ago
     Docs: https://docs.treasuredata.com/articles/td-agent
  Process: 1976 ExecStart=/opt/td-agent/bin/fluentd --log $TD_AGENT_LOG_FILE -->
 Main PID: 1982 (fluentd)
    Tasks: 10 (limit: 12249)
   Memory: 80.5M
   CGroup: /system.slice/td-agent.service
           tq1982 /opt/td-agent/bin/ruby /opt/td-agent/bin/fluentd --log /var/l>
           mq1985 /opt/td-agent/bin/ruby -Eascii-8bit:ascii-8bit /opt/td-agent/>

 3月 18 20:50:10 localhost.localdomain systemd[1]: Starting td-agent: Fluentd b>
 3月 18 20:50:11 localhost.localdomain systemd[1]: Started td-agent: Fluentd ba>

起動も大丈夫なようですね。

ページトップへ

AWS CLI version 2

AWS CLI v2のインストール方法は外部リポジトリを登録してインストールするやりかたではないのですが、使う機会があったので記録しておきます。

# curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 35.2M  100 35.2M    0     0   416k      0  0:01:26  0:01:26 --:--:--  834k
#
# unzip awscliv2.zip
Archive:  awscliv2.zip
   creating: aws/
   creating: aws/dist/
  inflating: aws/README.md
  inflating: aws/THIRD_PARTY_LICENSES
  inflating: aws/install
  (略)
  inflating: aws/dist/zlib/cpython-38-x86_64-linux-gnu/soib.cpython-38-x86_64-linux-gnu.so
#
# ./aws/install
You can now run: /usr/local/bin/aws --version
#
# aws --version
aws-cli/2.1.32 Python/3.8.8 Linux/4.18.0-240.15.1.el8_3.x86_64 exe/x86_64.almalinux.8 prompt/off

無事インストールできました。

ページトップへ

コメント