Opensourcetechブログ

OpensourcetechによるNGINX/Kubernetes/Zabbix/Neo4j/Linuxなどオープンソース技術に関するブログです。

Linux Containersを使ってみる

こんにちは、LinuCエバンジェリストこと、鯨井貴博@opensourcetechです。

 

今回は Linux Containersを使ってみます。

 

 

Linux Containersとは?

Linux Containersとは、Linux kernelの機能であるcgoupnamespacesなどを使用したコンテナ技術のことです。

https://linuxcontainers.org/

f:id:opensourcetech:20190128224923p:plain

 

なおcgroupはLinux kernelの機能で、CPU時間・メモリー・ネットワーク帯域などのシステムリソースをプロセス(コンテナ)に割り当てるものです。

 

また、namespacesは名前空間と言われ、同一の名前空間に所属するメンバー(プロセス)同士はお互いのリソースを認識することが出来るが、異なる名前空間のプロセスからは認識することが出来ないという仕組みを提供するものです。

 

 

 

必要パッケージのインストール

作業は、CentOS7で実施しています。

[root@localhost ~]# cat /etc/redhat-release
CentOS Linux release 7.6.1810 (Core)
[root@localhost ~]# uname -a
Linux localhost.localdomain 3.10.0-862.el7.x86_64 #1 SMP Fri Apr 20 16:44:24 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux

 

まず、yum updateを実施して最新状態へ環境を更新します。

[root@localhost ~]# yum update
読み込んだプラグイン:fastestmirror
Determining fastest mirrors
* base: ftp.riken.jp
* extras: ftp.riken.jp
* updates: ftp.riken.jp
base | 3.6 kB 00:00
extras | 3.4 kB 00:00
updates | 3.4 kB 00:00
zabbix | 2.9 kB 00:00
zabbix-non-supported | 951 B 00:00
(1/5): extras/7/x86_64/primary_db | 156 kB 00:00
(2/5): base/7/x86_64/group_gz | 166 kB 00:00
(3/5): zabbix/x86_64/primary_db | 33 kB 00:00
(4/5): updates/7/x86_64/primary_db | 1.3 MB 00:00
(5/5): base/7/x86_64/primary_db | 6.0 MB 00:01
依存性の解決をしています
--> トランザクションの確認を実行しています。
---> パッケージ GeoIP.x86_64 0:1.5.0-11.el7 を 更新
---> パッケージ GeoIP.x86_64 0:1.5.0-13.el7 を アップデート
---> パッケージ NetworkManager.x86_64 1:1.10.2-13.el7 を 更新
---> パッケージ NetworkManager.x86_64 1:1.12.0-8.el7_6 を アップデート
---> パッケージ NetworkManager-libnm.x86_64 1:1.10.2-13.el7 を 更新
---> パッケージ NetworkManager-libnm.x86_64 1:1.12.0-8.el7_6 を アップデート
.
.
.
省略
.
.
.
zabbix-agent.x86_64 0:4.0.3-1.el7
zabbix-server-mysql.x86_64 0:4.0.3-1.el7
zabbix-web.noarch 0:4.0.3-1.el7
zabbix-web-mysql.noarch 0:4.0.3-1.el7
zlib.x86_64 0:1.2.7-18.el7

置換:
grub2.x86_64 1:2.02-0.65.el7.centos.2
grub2-tools.x86_64 1:2.02-0.65.el7.centos.2
mesa-libwayland-egl.x86_64 0:17.2.3-8.20171019.el7

完了しました!

 

続いて、epelレポジトリを追加します。

[root@localhost ~]# rpm -qa | grep epel
[root@localhost ~]# yum install epel-release
読み込んだプラグイン:fastestmirror
Loading mirror speeds from cached hostfile
* base: ftp.riken.jp
* extras: ftp.riken.jp
* updates: ftp.riken.jp
依存性の解決をしています
--> トランザクションの確認を実行しています。
---> パッケージ epel-release.noarch 0:7-11 を インストール
--> 依存性解決を終了しました。

依存性を解決しました

================================================================================
Package アーキテクチャー バージョン リポジトリー 容量
================================================================================
インストール中:
epel-release noarch 7-11 extras 15 k

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

総ダウンロード容量: 15 k
インストール容量: 24 k
Is this ok [y/d/N]: y
Downloading packages:
epel-release-7-11.noarch.rpm | 15 kB 00:00
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
インストール中 : epel-release-7-11.noarch 1/1
検証中 : epel-release-7-11.noarch 1/1

インストール:
epel-release.noarch 0:7-11

完了しました!
[root@localhost ~]# rpm -qa | grep epel
epel-release-7-11.noarch
[root@localhost ~]# ls /etc/yum.repos.d/
CentOS-Base.repo CentOS-Media.repo CentOS-fasttrack.repo zabbix.repo
CentOS-CR.repo CentOS-Sources.repo epel-testing.repo
CentOS-Debuginfo.repo CentOS-Vault.repo epel.repo


[root@localhost ~]# yum update
読み込んだプラグイン:fastestmirror
Loading mirror speeds from cached hostfile
epel/x86_64/metalink | 10 kB 00:00
* base: ftp.riken.jp
* epel: ftp.riken.jp
* extras: ftp.riken.jp
* updates: ftp.riken.jp
epel | 4.7 kB 00:00
(1/3): epel/x86_64/group_gz | 88 kB 00:00
(2/3): epel/x86_64/updateinfo | 952 kB 00:00
(3/3): epel/x86_64/primary_db | 6.6 MB 00:00
依存性の解決をしています
--> トランザクションの確認を実行しています。
---> パッケージ fping.x86_64 0:3.10-1.el7 を 更新
---> パッケージ fping.x86_64 0:3.10-4.el7 を アップデート
--> 依存性解決を終了しました。

依存性を解決しました

================================================================================
Package アーキテクチャー バージョン リポジトリー 容量
================================================================================
更新します:
fping x86_64 3.10-4.el7 epel 46 k

トランザクションの要約
================================================================================
更新 1 パッケージ

総ダウンロード容量: 46 k
Is this ok [y/d/N]: y
Downloading packages:
Delta RPMs disabled because /usr/bin/applydeltarpm not installed.
警告: /var/cache/yum/x86_64/7/epel/packages/fping-3.10-4.el7.x86_64.rpm: ヘッダー V3 RSA/SHA256 Signature、鍵 ID 352c64e5: NOKEY
fping-3.10-4.el7.x86_64.rpm の公開鍵がインストールされていません
fping-3.10-4.el7.x86_64.rpm | 46 kB 00:00
file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7 から鍵を取得中です。
Importing GPG key 0x352C64E5:
Userid : "Fedora EPEL (7) <epel@fedoraproject.org>"
Fingerprint: 91e9 7d7c 4a5e 96f1 7f3e 888f 6a2f aea2 352c 64e5
Package : epel-release-7-11.noarch (@extras)
From : /etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7
上記の処理を行います。よろしいでしょうか? [y/N]y
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
更新します : fping-3.10-4.el7.x86_64 1/2
整理中 : fping-3.10-1.el7.x86_64 2/2
検証中 : fping-3.10-4.el7.x86_64 1/2
検証中 : fping-3.10-1.el7.x86_64 2/2

更新:
fping.x86_64 0:3.10-4.el7

完了しました!

 

続いて、COPRというレポジトリを使用できるようにします。

[root@localhost ~]# yum install yum-plugin-copr
読み込んだプラグイン:fastestmirror
Loading mirror speeds from cached hostfile
* base: ftp.riken.jp
* epel: www.ftp.ne.jp
* extras: ftp.riken.jp
* updates: ftp.riken.jp
依存性の解決をしています
--> トランザクションの確認を実行しています。
---> パッケージ yum-plugin-copr.noarch 0:1.1.31-50.el7 を インストール
--> 依存性の処理をしています: python-requests のパッケージ: yum-plugin-copr-1.1.31-50.el7.noarch
--> トランザクションの確認を実行しています。
---> パッケージ python-requests.noarch 0:2.6.0-1.el7_1 を インストール
--> 依存性の処理をしています: python-urllib3 >= 1.10.2-1 のパッケージ: python-requests-2.6.0-1.el7_1.noarch
--> 依存性の処理をしています: python-chardet >= 2.2.1-1 のパッケージ: python-requests-2.6.0-1.el7_1.noarch
--> トランザクションの確認を実行しています。
---> パッケージ python-chardet.noarch 0:2.2.1-1.el7_1 を インストール
---> パッケージ python-urllib3.noarch 0:1.10.2-5.el7 を インストール
--> 依存性の処理をしています: python-six のパッケージ: python-urllib3-1.10.2-5.el7.noarch
--> 依存性の処理をしています: python-ipaddress のパッケージ: python-urllib3-1.10.2-5.el7.noarch
--> 依存性の処理をしています: python-backports-ssl_match_hostname のパッケージ: python-urllib3-1.10.2-5.el7.noarch
--> トランザクションの確認を実行しています。
---> パッケージ python-backports-ssl_match_hostname.noarch 0:3.5.0.1-1.el7 を インストール
--> 依存性の処理をしています: python-backports のパッケージ: python-backports-ssl_match_hostname-3.5.0.1-1.el7.noarch
---> パッケージ python-ipaddress.noarch 0:1.0.16-2.el7 を インストール
---> パッケージ python-six.noarch 0:1.9.0-2.el7 を インストール
--> トランザクションの確認を実行しています。
---> パッケージ python-backports.x86_64 0:1.0-8.el7 を インストール
--> 依存性解決を終了しました。

依存性を解決しました

================================================================================
Package アーキテクチャー
バージョン リポジトリー
容量
================================================================================
インストール中:
yum-plugin-copr noarch 1.1.31-50.el7 base 32 k
依存性関連でのインストールをします:
python-backports x86_64 1.0-8.el7 base 5.8 k
python-backports-ssl_match_hostname noarch 3.5.0.1-1.el7 base 13 k
python-chardet noarch 2.2.1-1.el7_1 base 227 k
python-ipaddress noarch 1.0.16-2.el7 base 34 k
python-requests noarch 2.6.0-1.el7_1 base 94 k
python-six noarch 1.9.0-2.el7 base 29 k
python-urllib3 noarch 1.10.2-5.el7 base 102 k

トランザクションの要約
================================================================================
インストール 1 パッケージ (+7 個の依存関係のパッケージ)

総ダウンロード容量: 536 k
インストール容量: 2.2 M
Is this ok [y/d/N]: y
Downloading packages:
(1/8): python-backports-1.0-8.el7.x86_64.rpm | 5.8 kB 00:00
(2/8): python-backports-ssl_match_hostname-3.5.0.1-1.el7.n | 13 kB 00:00
(3/8): python-six-1.9.0-2.el7.noarch.rpm | 29 kB 00:00
(4/8): python-urllib3-1.10.2-5.el7.noarch.rpm | 102 kB 00:00
(5/8): yum-plugin-copr-1.1.31-50.el7.noarch.rpm | 32 kB 00:00
(6/8): python-ipaddress-1.0.16-2.el7.noarch.rpm | 34 kB 00:00
(7/8): python-chardet-2.2.1-1.el7_1.noarch.rpm | 227 kB 00:00
(8/8): python-requests-2.6.0-1.el7_1.noarch.rpm | 94 kB 00:00
--------------------------------------------------------------------------------
合計 1.2 MB/s | 536 kB 00:00
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
インストール中 : python-ipaddress-1.0.16-2.el7.noarch 1/8
インストール中 : python-six-1.9.0-2.el7.noarch 2/8
インストール中 : python-backports-1.0-8.el7.x86_64 3/8
インストール中 : python-backports-ssl_match_hostname-3.5.0.1-1 4/8
インストール中 : python-urllib3-1.10.2-5.el7.noarch 5/8
インストール中 : python-chardet-2.2.1-1.el7_1.noarch 6/8
インストール中 : python-requests-2.6.0-1.el7_1.noarch 7/8
インストール中 : yum-plugin-copr-1.1.31-50.el7.noarch 8/8
検証中 : python-backports-ssl_match_hostname-3.5.0.1-1 1/8
検証中 : python-chardet-2.2.1-1.el7_1.noarch 2/8
検証中 : python-requests-2.6.0-1.el7_1.noarch 3/8
検証中 : python-backports-1.0-8.el7.x86_64 4/8
検証中 : python-ipaddress-1.0.16-2.el7.noarch 5/8
検証中 : yum-plugin-copr-1.1.31-50.el7.noarch 6/8
検証中 : python-six-1.9.0-2.el7.noarch 7/8
検証中 : python-urllib3-1.10.2-5.el7.noarch 8/8

インストール:
yum-plugin-copr.noarch 0:1.1.31-50.el7

依存性関連をインストールしました:
python-backports.x86_64 0:1.0-8.el7
python-backports-ssl_match_hostname.noarch 0:3.5.0.1-1.el7
python-chardet.noarch 0:2.2.1-1.el7_1
python-ipaddress.noarch 0:1.0.16-2.el7
python-requests.noarch 0:2.6.0-1.el7_1
python-six.noarch 0:1.9.0-2.el7
python-urllib3.noarch 0:1.10.2-5.el7

完了しました!
[root@localhost ~]# rpm -qa | grep copr
yum-plugin-copr-1.1.31-50.el7.noarch


[root@localhost ~]# yum copr enable ngompa/snapcore-el7
読み込んだプラグイン:copr, fastestmirror

You are about to enable a Copr repository. Please note that this
repository is not part of the main Fedora distribution, and quality
may vary.

The Fedora Project does not exercise any power over the contents of
this repository beyond the rules outlined in the Copr FAQ at
<https://fedorahosted.org/copr/wiki/UserDocs#WhatIcanbuildinCopr>, and
packages are not held to any quality or securty level.

Please do not file bug reports about these packages in Fedora
Bugzilla. In case of problems, contact the owner of this repository.

Do you want to continue? [y/N]: y
copr done


[root@localhost ~]# ls /etc/yum.repos.d/
CentOS-Base.repo CentOS-Sources.repo epel-testing.repo
CentOS-CR.repo CentOS-Vault.repo epel.repo
CentOS-Debuginfo.repo CentOS-fasttrack.repo zabbix.repo
CentOS-Media.repo _copr_ngompa-snapcore-el7.repo
[root@localhost ~]# cat /etc/yum.repos.d/_copr_ngompa-snapcore-el7.repo
[ngompa-snapcore-el7]
name=Copr repo for snapcore-el7 owned by ngompa
baseurl=https://copr-be.cloud.fedoraproject.org/results/ngompa/snapcore-el7/epel-7-$basearch/
type=rpm-md
skip_if_unavailable=True
gpgcheck=1
gpgkey=https://copr-be.cloud.fedoraproject.org/results/ngompa/snapcore-el7/pubkey.gpg
repo_gpgcheck=0
enabled=1

 

更に、Linux Containers(LXD)を導入に必要なsnapdをインストールします。

[root@localhost ~]# yum install snapd
読み込んだプラグイン:copr, fastestmirror
Loading mirror speeds from cached hostfile
* base: ftp.riken.jp
* epel: ftp.riken.jp
* extras: ftp.riken.jp
* updates: ftp.riken.jp
ngompa-snapcore-el7 | 3.0 kB 00:00
ngompa-snapcore-el7/x86_64/primary_db | 16 kB 00:00
依存性の解決をしています
--> トランザクションの確認を実行しています。
---> パッケージ snapd.x86_64 0:2.36.3-1.el7 を インストール
--> 依存性の処理をしています: snap-confine(x86-64) = 2.36.3-1.el7 のパッケージ: snapd-2.36.3-1.el7.x86_64
--> 依存性の処理をしています: snapd-selinux = 2.36.3-1.el7 のパッケージ: snapd-2.36.3-1.el7.x86_64
--> 依存性の処理をしています: bash-completion のパッケージ: snapd-2.36.3-1.el7.x86_64
--> 依存性の処理をしています: fuse のパッケージ: snapd-2.36.3-1.el7.x86_64
--> 依存性の処理をしています: squashfs-tools のパッケージ: snapd-2.36.3-1.el7.x86_64
--> 依存性の処理をしています: squashfuse のパッケージ: snapd-2.36.3-1.el7.x86_64
--> トランザクションの確認を実行しています。
---> パッケージ bash-completion.noarch 1:2.1-6.el7 を インストール
---> パッケージ fuse.x86_64 0:2.9.2-11.el7 を インストール
---> パッケージ snap-confine.x86_64 0:2.36.3-1.el7 を インストール
---> パッケージ snapd-selinux.noarch 0:2.36.3-1.el7 を インストール
---> パッケージ squashfs-tools.x86_64 0:4.3-0.21.gitaae0aff4.el7 を インストール
---> パッケージ squashfuse.x86_64 0:0.1.102-1.el7 を インストール
--> 依存性の処理をしています: squashfuse-libs(x86-64) = 0.1.102-1.el7 のパッケージ: squashfuse-0.1.102-1.el7.x86_64
--> 依存性の処理をしています: libfuse.so.2(FUSE_2.4)(64bit) のパッケージ: squashfuse-0.1.102-1.el7.x86_64
--> 依存性の処理をしています: libfuse.so.2(FUSE_2.5)(64bit) のパッケージ: squashfuse-0.1.102-1.el7.x86_64
--> 依存性の処理をしています: libfuse.so.2(FUSE_2.6)(64bit) のパッケージ: squashfuse-0.1.102-1.el7.x86_64
--> 依存性の処理をしています: libfuse.so.2(FUSE_2.8)(64bit) のパッケージ: squashfuse-0.1.102-1.el7.x86_64
--> 依存性の処理をしています: libfuse.so.2()(64bit) のパッケージ: squashfuse-0.1.102-1.el7.x86_64
--> 依存性の処理をしています: libfuseprivate.so.0()(64bit) のパッケージ: squashfuse-0.1.102-1.el7.x86_64
--> 依存性の処理をしています: libsquashfuse.so.0()(64bit) のパッケージ: squashfuse-0.1.102-1.el7.x86_64
--> 依存性の処理をしています: libzstd.so.1()(64bit) のパッケージ: squashfuse-0.1.102-1.el7.x86_64
--> トランザクションの確認を実行しています。
---> パッケージ fuse-libs.x86_64 0:2.9.2-11.el7 を インストール
---> パッケージ libzstd.x86_64 0:1.3.8-1.el7 を インストール
---> パッケージ squashfuse-libs.x86_64 0:0.1.102-1.el7 を インストール
--> 依存性解決を終了しました。

依存性を解決しました

================================================================================
Package アーキテクチャー
バージョン リポジトリー
容量
================================================================================
インストール中:
snapd x86_64 2.36.3-1.el7 epel 13 M
依存性関連でのインストールをします:
bash-completion noarch 1:2.1-6.el7 base 85 k
fuse x86_64 2.9.2-11.el7 base 86 k
fuse-libs x86_64 2.9.2-11.el7 base 93 k
libzstd x86_64 1.3.8-1.el7 epel 247 k
snap-confine x86_64 2.36.3-1.el7 epel 2.4 M
snapd-selinux noarch 2.36.3-1.el7 epel 176 k
squashfs-tools x86_64 4.3-0.21.gitaae0aff4.el7 base 101 k
squashfuse x86_64 0.1.102-1.el7 epel 18 k
squashfuse-libs x86_64 0.1.102-1.el7 epel 24 k

トランザクションの要約
================================================================================
インストール 1 パッケージ (+9 個の依存関係のパッケージ)

総ダウンロード容量: 17 M
インストール容量: 48 M
Is this ok [y/d/N]: y
Downloading packages:
(1/10): libzstd-1.3.8-1.el7.x86_64.rpm | 247 kB 00:00
(2/10): fuse-libs-2.9.2-11.el7.x86_64.rpm | 93 kB 00:00
(3/10): bash-completion-2.1-6.el7.noarch.rpm | 85 kB 00:00
(4/10): fuse-2.9.2-11.el7.x86_64.rpm | 86 kB 00:00
(5/10): snap-confine-2.36.3-1.el7.x86_64.rpm | 2.4 MB 00:00
(6/10): snapd-2.36.3-1.el7.x86_64.rpm | 13 MB 00:01
(7/10): squashfuse-0.1.102-1.el7.x86_64.rpm | 18 kB 00:00
(8/10): snapd-selinux-2.36.3-1.el7.noarch.rpm | 176 kB 00:00
(9/10): squashfuse-libs-0.1.102-1.el7.x86_64.rpm | 24 kB 00:00
(10/10): squashfs-tools-4.3-0.21.gitaae0aff4.el7.x86_64.rp | 101 kB 00:00
--------------------------------------------------------------------------------
合計 7.2 MB/s | 17 MB 00:02
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
インストール中 : snap-confine-2.36.3-1.el7.x86_64 1/10
インストール中 : libzstd-1.3.8-1.el7.x86_64 2/10
インストール中 : squashfs-tools-4.3-0.21.gitaae0aff4.el7.x86 3/10
インストール中 : fuse-2.9.2-11.el7.x86_64 4/10
インストール中 : 1:bash-completion-2.1-6.el7.noarch 5/10
インストール中 : fuse-libs-2.9.2-11.el7.x86_64 6/10
インストール中 : snapd-selinux-2.36.3-1.el7.noarch 7/10
インストール中 : squashfuse-libs-0.1.102-1.el7.x86_64 8/10
インストール中 : squashfuse-0.1.102-1.el7.x86_64 9/10
インストール中 : snapd-2.36.3-1.el7.x86_64 10/10
検証中 : squashfuse-libs-0.1.102-1.el7.x86_64 1/10
検証中 : snapd-selinux-2.36.3-1.el7.noarch 2/10
検証中 : fuse-libs-2.9.2-11.el7.x86_64 3/10
検証中 : 1:bash-completion-2.1-6.el7.noarch 4/10
検証中 : fuse-2.9.2-11.el7.x86_64 5/10
検証中 : squashfs-tools-4.3-0.21.gitaae0aff4.el7.x86 6/10
検証中 : snapd-2.36.3-1.el7.x86_64 7/10
検証中 : libzstd-1.3.8-1.el7.x86_64 8/10
検証中 : snap-confine-2.36.3-1.el7.x86_64 9/10
検証中 : squashfuse-0.1.102-1.el7.x86_64 10/10

インストール:
snapd.x86_64 0:2.36.3-1.el7

依存性関連をインストールしました:
bash-completion.noarch 1:2.1-6.el7
fuse.x86_64 0:2.9.2-11.el7
fuse-libs.x86_64 0:2.9.2-11.el7
libzstd.x86_64 0:1.3.8-1.el7
snap-confine.x86_64 0:2.36.3-1.el7
snapd-selinux.noarch 0:2.36.3-1.el7
squashfs-tools.x86_64 0:4.3-0.21.gitaae0aff4.el7
squashfuse.x86_64 0:0.1.102-1.el7
squashfuse-libs.x86_64 0:0.1.102-1.el7

完了しました!

 

snapdをLinux起動時に起動するように設定します。

[root@localhost ~]# systemctl enable --now snapd.socket
Created symlink from /etc/systemd/system/sockets.target.wants/snapd.socket to /usr/lib/systemd/system/snapd.socket.

[root@localhost ~]# ls -l /etc/systemd/system/sockets.target.wants/snapd.socket
lrwxrwxrwx. 1 root root 36 1月 22 13:07 /etc/systemd/system/sockets.target.wants/snapd.socket -> /usr/lib/systemd/system/snapd.socket

 

 

環境変数の変更

 カーネルパラメータをLinux Containersのために編集します。

[root@localhost ~]# sysctl -a | grep namespace
sysctl: reading key "net.ipv6.conf.all.stable_secret"
sysctl: reading key "net.ipv6.conf.default.stable_secret"
sysctl: reading key "net.ipv6.conf.enp0s3.stable_secret"
sysctl: reading key "net.ipv6.conf.lo.stable_secret"
user.max_ipc_namespaces = 7260
user.max_mnt_namespaces = 7260
user.max_net_namespaces = 7260
user.max_pid_namespaces = 7260
user.max_user_namespaces = 0
user.max_uts_namespaces = 7260
[root@localhost ~]# grubby --args="user_namespace.enable=1" --update-kernel="$(grubby --default-kernel)"
[root@localhost ~]# grubby --args="namespace.unpriv_enable=1" --update-kernel="$(grubby --default-kernel)"
[root@localhost ~]# ls -l /etc/sysctl.d/
合計 0
lrwxrwxrwx. 1 root root 14 1月 20 12:51 99-sysctl.conf -> ../sysctl.conf

[root@localhost ~]# sh -c 'echo "user.max_user_namespaces=3883" > /etc/sysctl.d/99-userns.conf'
[root@localhost ~]# ls -l /etc/sysctl.d/
合計 4
lrwxrwxrwx. 1 root root 14 1月 20 12:51 99-sysctl.conf -> ../sysctl.conf
-rw-r--r--. 1 root root 30 1月 20 13:13 99-userns.conf
[root@localhost ~]# cat /etc/sysctl.d/99-userns.conf
user.max_user_namespaces=3883
[root@localhost ~]# reboot

 

再起動後、
[root@localhost ~]# sysctl -a | grep namespace
sysctl: reading key "net.ipv6.conf.all.stable_secret"
sysctl: reading key "net.ipv6.conf.default.stable_secret"
sysctl: reading key "net.ipv6.conf.enp0s3.stable_secret"
sysctl: reading key "net.ipv6.conf.lo.stable_secret"
user.max_ipc_namespaces = 7260
user.max_mnt_namespaces = 7260
user.max_net_namespaces = 7260
user.max_pid_namespaces = 7260
user.max_user_namespaces = 3883
user.max_uts_namespaces = 7260

 

 

 

Linux Containers(LXD)のインストール

lxcのインストールと、/var/lib/snapd/snapのシンボリックリンク/snapを作成します。

[root@localhost ~]# snap search lxc
Name Version Publisher Notes Summary
lxd 3.9 canonical✓ - System container manager and API
lxd-demo-server 0+git.beeee91 stgraber - Online software demo sessions using LXD
nova ocata james-page - OpenStack Compute Service (nova)
ubuntu-cloud-image 9c4a630 powersj - Find the latest Ubuntu Images for clouds
nova-hypervisor ocata james-page - OpenStack Compute Service - KVM Hypervisor (nova)


[root@localhost ~]# snap install lxd
2019-01-22T13:16:08+09:00 INFO Waiting for restart...
lxd 3.9 from Canonical✓ installed


[root@localhost ~]# ls -l /var/lib/snapd/snap
合計 4
-r--r--r--. 1 root root 590 1月 20 13:15 README
drwxr-xr-x. 2 root root 126 1月 20 13:16 bin
drwxr-xr-x. 3 root root 33 1月 20 13:16 core
drwxr-xr-x. 3 root root 33 1月 20 13:16 lxd
[root@localhost ~]# ls -l /snap
ls: /snap にアクセスできません: そのようなファイルやディレクトリはありません
[root@localhost ~]#
[root@localhost ~]#
[root@localhost ~]# ln -s /var/lib/snapd/snap /snap
[root@localhost ~]# ls -l /snap
lrwxrwxrwx. 1 root root 19 1月 20 13:18 /snap -> /var/lib/snapd/snap

 

lxcサービスを確認します。

[root@localhost ~]# snap list
Name Version Rev Tracking Publisher Notes
core 16-2.36.3 6130 stable canonical✓ core
lxd 3.9 9919 stable canonical✓ -
[root@localhost ~]# snap services
Service Startup Current
lxd.activate enabled inactive
lxd.daemon enabled inactive

 

 

Linux Containers(LXD)操作ユーザーの作成

lxdという新規グループを作成し、

lxd用ユーザーのセカンダリーグループとして追加します。

追加後、そのユーザーへスイッチします。

[root@localhost ~]# useradd kujirai
[root@localhost ~]# passwd kujirai
ユーザー kujirai のパスワードを変更。
新しいパスワード:
よくないパスワード: このパスワードは辞書チェックに失敗しました。 - 辞書の単語に基づいています
新しいパスワードを再入力してください:
passwd: すべての認証トークンが正しく更新できました


[root@localhost ~]# usermod -a -G lxd kujirai
[root@localhost ~]# newgrp lxd
[root@localhost ~]# id kujirai
uid=1001(kujirai) gid=1001(kujirai) groups=1001(kujirai),992(lxd)

[root@localhost ~]# su - kujirai
最終ログイン: 2019/01/20 (日) 13:23:55 JST日時 pts/0

 

 

コンテナイメージの取得・コンテナの起動

 

lxc listは、起動しているコンテナの一覧を表示してくれます。

現時点では、まだコンテナはありません。

[kujirai@localhost ~]$ lxc list
If this is your first time running LXD on this machine, you should also run: lxd init
To start your first container, try: lxc launch ubuntu:18.04

+------+-------+------+------+------+-----------+
| NAME | STATE | IPV4 | IPV6 | TYPE | SNAPSHOTS |
+------+-------+------+------+------+-----------+

 

コンテナ環境の初期設定を行います。

[kujirai@localhost ~]$ lxd init
Would you like to use LXD clustering? (yes/no) [default=no]:
Do you want to configure a new storage pool? (yes/no) [default=yes]:
Name of the new storage pool [default=default]:
Name of the storage backend to use (btrfs, ceph, dir, lvm) [default=btrfs]: lvm
Create a new LVM pool? (yes/no) [default=yes]:
Would you like to use an existing block device? (yes/no) [default=no]:
Size in GB of the new loop device (1GB minimum) [default=15GB]:
Would you like to connect to a MAAS server? (yes/no) [default=no]:
Would you like to create a new local network bridge? (yes/no) [default=yes]:
What should the new bridge be called? [default=lxdbr0]:
What IPv4 address should be used? (CIDR subnet notation, “auto” or “none”) [default=auto]:
What IPv6 address should be used? (CIDR subnet notation, “auto” or “none”) [default=auto]:
Would you like LXD to be available over the network? (yes/no) [default=no]:
Would you like stale cached images to be updated automatically? (yes/no) [default=yes]
Would you like a YAML "lxd init" preseed to be printed? (yes/no) [default=no]:

 

初期設定後 ip addr showを実施すると、コンテナネットワーク用の「lxdbr0」というブリッジインターフェイスが作成されていることが確認できます。

[kujirai@localhost ~]$ ip addr show
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
valid_lft forever preferred_lft forever
inet6 ::1/128 scope host
valid_lft forever preferred_lft forever
2: enp0s3: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000
link/ether 08:00:27:96:f6:c0 brd ff:ff:ff:ff:ff:ff
inet 192.168.10.72/24 brd 192.168.10.255 scope global noprefixroute dynamic enp0s3
valid_lft 80790sec preferred_lft 80790sec
inet6 fe80::bba:f6af:15f8:fdcb/64 scope link noprefixroute
valid_lft forever preferred_lft forever
3: lxdbr0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
link/ether fe:fd:f3:56:c3:a4 brd ff:ff:ff:ff:ff:ff
inet 10.224.115.1/24 scope global lxdbr0
valid_lft forever preferred_lft forever
inet6 fd42:40d2:a2d7:2f05::1/64 scope global
valid_lft forever preferred_lft forever
inet6 fe80::441f:35ff:fe3c:d035/64 scope link
valid_lft forever preferred_lft forever

 

インターネット上のあるlxc imegeを確認します。

「lxc image list images:」を実行することで、以下のURLにあるイメージファイルの一覧が表示されます。

https://us.images.linuxcontainers.org/

https://us.images.linuxcontainers.org/images/

f:id:opensourcetech:20190128234552p:plain

[kujirai@localhost ~]$ lxc image list images:
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| ALIAS | FINGERPRINT | PUBLIC | DESCRIPTION | ARCH | SIZE | UPLOAD DATE |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| alpine/3.4 (3 more) | cc8b58012122 | yes | Alpine 3.4 amd64 (20180627_17:50) | x86_64 | 2.04MB | Jun 27, 2018 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| alpine/3.4/armhf (1 more) | 7813a1299900 | yes | Alpine 3.4 armhf (20180627_17:50) | armv7l | 1.63MB | Jun 27, 2018 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| alpine/3.4/i386 (1 more) | 612c3ece0803 | yes | Alpine 3.4 i386 (20180627_17:50) | i686 | 1.88MB | Jun 27, 2018 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| alpine/3.5 (3 more) | 8e4cafb0f00e | yes | Alpine 3.5 amd64 (20190121_13:01) | x86_64 | 3.05MB | Jan 21, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| alpine/3.5/arm64 (1 more) | 4697682af177 | yes | Alpine 3.5 arm64 (20190121_13:03) | aarch64 | 2.96MB | Jan 21, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| alpine/3.5/armhf (1 more) | 00dff75ad910 | yes | Alpine 3.5 armhf (20190121_13:34) | armv7l | 2.99MB | Jan 21, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| alpine/3.5/i386 (1 more) | c14a646bbe2d | yes | Alpine 3.5 i386 (20190121_13:01) | i686 | 3.10MB | Jan 21, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| alpine/3.6 (3 more) | 798278cf7dec | yes | Alpine 3.6 amd64 (20190121_13:01) | x86_64 | 3.17MB | Jan 21, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| alpine/3.6/arm64 (1 more) | bd203d6a8521 | yes | Alpine 3.6 arm64 (20190121_13:02) | aarch64 | 3.07MB | Jan 21, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| alpine/3.6/armhf (1 more) | 96629cbdd7aa | yes | Alpine 3.6 armhf (20190121_13:04) | armv7l | 3.11MB | Jan 21, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| alpine/3.6/i386 (1 more) | 7dda058dba8f | yes | Alpine 3.6 i386 (20190121_13:08) | i686 | 3.22MB | Jan 21, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| alpine/3.7 (3 more) | d5ac5b194c4d | yes | Alpine 3.7 amd64 (20190121_13:01) | x86_64 | 3.36MB | Jan 21, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| alpine/3.7/arm64 (1 more) | ff59d25c0d64 | yes | Alpine 3.7 arm64 (20190121_13:02) | aarch64 | 3.25MB | Jan 21, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| alpine/3.7/armhf (1 more) | c8032a9535c4 | yes | Alpine 3.7 armhf (20190121_13:34) | armv7l | 3.28MB | Jan 21, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| alpine/3.7/i386 (1 more) | bd5b1d74469a | yes | Alpine 3.7 i386 (20190121_13:33) | i686 | 3.43MB | Jan 21, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| alpine/3.8 (3 more) | c37d8615fdd5 | yes | Alpine 3.8 amd64 (20190121_13:01) | x86_64 | 2.34MB | Jan 21, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| alpine/3.8/arm64 (1 more) | 532e348fd3cf | yes | Alpine 3.8 arm64 (20190121_13:04) | aarch64 | 2.23MB | Jan 21, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| alpine/3.8/armhf (1 more) | 2d42122aec94 | yes | Alpine 3.8 armhf (20190121_13:04) | armv7l | 2.26MB | Jan 21, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| alpine/3.8/i386 (1 more) | de0a657d99f1 | yes | Alpine 3.8 i386 (20190121_13:01) | i686 | 2.41MB | Jan 21, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| alpine/3.8/ppc64el (1 more) | d187a846f5a6 | yes | Alpine 3.8 ppc64el (20190121_13:02) | ppc64le | 2.39MB | Jan 21, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| alpine/3.8/s390x (1 more) | 1efe1655d8bb | yes | Alpine 3.8 s390x (20190121_13:02) | s390x | 2.47MB | Jan 21, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| alpine/edge (3 more) | 22d98998581c | yes | Alpine edge amd64 (20190121_13:01) | x86_64 | 4.15MB | Jan 21, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| alpine/edge/arm64 (1 more) | 9240734dd1be | yes | Alpine edge arm64 (20190121_13:33) | aarch64 | 4.03MB | Jan 21, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| alpine/edge/armhf (1 more) | bec6e755fe47 | yes | Alpine edge armhf (20190121_13:03) | armv7l | 3.88MB | Jan 21, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| alpine/edge/i386 (1 more) | d89df8a17030 | yes | Alpine edge i386 (20190121_13:01) | i686 | 4.14MB | Jan 21, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| alpine/edge/ppc64el (1 more) | 51c642bd97ac | yes | Alpine edge ppc64el (20190121_13:02) | ppc64le | 4.19MB | Jan 21, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| alpine/edge/s390x (1 more) | 9fdd4f6ac975 | yes | Alpine edge s390x (20190121_13:02) | s390x | 3.91MB | Jan 21, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| archlinux (5 more) | a7dfd11ceb31 | yes | Archlinux current amd64 (20190121_01:27) | x86_64 | 270.37MB | Jan 21, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| centos/6 (3 more) | aa771af16cce | yes | Centos 6 amd64 (20190120_07:09) | x86_64 | 109.74MB | Jan 20, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| centos/6/i386 (1 more) | 0b541fc85db9 | yes | Centos 6 i386 (20190120_07:09) | i686 | 109.94MB | Jan 20, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| centos/7 (3 more) | 8b0c50ff7647 | yes | Centos 7 amd64 (20190120_07:09) | x86_64 | 124.66MB | Jan 20, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| centos/7/arm64 (1 more) | fb70b866a0bb | yes | Centos 7 arm64 (20190120_07:11) | aarch64 | 124.91MB | Jan 20, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| centos/7/i386 (1 more) | 178fd748ca17 | yes | Centos 7 i386 (20190120_07:16) | i686 | 125.07MB | Jan 20, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| centos/7/ppc64el (1 more) | 89170b3e00ee | yes | Centos 7 ppc64el (20190120_07:10) | ppc64le | 126.49MB | Jan 20, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| debian/10 (7 more) | 6c1aa4db5802 | yes | Debian buster amd64 (20190121_05:25) | x86_64 | 123.83MB | Jan 21, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| debian/10/arm64 (3 more) | 3e18eae2504f | yes | Debian buster arm64 (20190121_05:26) | aarch64 | 120.91MB | Jan 21, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| debian/10/armel (3 more) | 9c2d58e334a7 | yes | Debian buster armel (20190121_05:27) | armv7l | 116.32MB | Jan 21, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| debian/10/armhf (3 more) | 9cdcc6b124de | yes | Debian buster armhf (20190121_05:28) | armv7l | 116.32MB | Jan 21, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| debian/10/i386 (3 more) | 694bdfa20c1b | yes | Debian buster i386 (20190121_05:25) | i686 | 125.12MB | Jan 21, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| debian/10/ppc64el (3 more) | b5ad4ffe37fd | yes | Debian buster ppc64el (20190121_05:26) | ppc64le | 128.27MB | Jan 21, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| debian/10/s390x (3 more) | 3ed241ad9606 | yes | Debian buster s390x (20190121_05:26) | s390x | 121.46MB | Jan 21, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| debian/7 (7 more) | df7155e205ba | yes | Debian wheezy amd64 (20180627_05:24) | x86_64 | 90.52MB | Jun 27, 2018 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| debian/7/armel (3 more) | cf191dc244f5 | yes | Debian wheezy armel (20180627_05:27) | armv7l | 86.25MB | Jun 27, 2018 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| debian/7/armhf (3 more) | dbd3c6c2bfd3 | yes | Debian wheezy armhf (20180627_05:26) | armv7l | 86.25MB | Jun 27, 2018 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| debian/7/i386 (3 more) | db70d8bca321 | yes | Debian wheezy i386 (20180627_05:25) | i686 | 91.16MB | Jun 27, 2018 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| debian/7/powerpc (3 more) | b7bfb36a57c1 | yes | Debian wheezy powerpc (20180627_05:25) | ppc | 87.79MB | Jun 27, 2018 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| debian/7/s390x (3 more) | 8302dd4144a8 | yes | Debian wheezy s390x (20180627_05:25) | s390x | 89.15MB | Jun 27, 2018 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| debian/8 (7 more) | 48db601e69ef | yes | Debian jessie amd64 (20190121_05:25) | x86_64 | 105.28MB | Jan 21, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| debian/8/arm64 (3 more) | 038b62a28100 | yes | Debian jessie arm64 (20180626_05:25) | aarch64 | 99.73MB | Jun 26, 2018 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| debian/8/armel (3 more) | 01be495d2ca2 | yes | Debian jessie armel (20190121_05:28) | armv7l | 99.76MB | Jan 21, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| debian/8/armhf (3 more) | 0ef19e97f4f1 | yes | Debian jessie armhf (20190121_05:28) | armv7l | 99.76MB | Jan 21, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| debian/8/i386 (3 more) | 6acde38b0c7f | yes | Debian jessie i386 (20190121_05:25) | i686 | 107.25MB | Jan 21, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| debian/8/powerpc (3 more) | fce95678fea6 | yes | Debian jessie powerpc (20180626_05:25) | ppc | 104.09MB | Jun 26, 2018 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| debian/8/ppc64el (3 more) | d535750cfc65 | yes | Debian jessie ppc64el (20180626_05:25) | ppc64le | 102.42MB | Jun 26, 2018 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| debian/8/s390x (3 more) | 77803f907b91 | yes | Debian jessie s390x (20180626_05:25) | s390x | 104.86MB | Jun 26, 2018 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| debian/9 (7 more) | 77ea0e15a9e4 | yes | Debian stretch amd64 (20190121_05:25) | x86_64 | 110.33MB | Jan 21, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| debian/9/arm64 (3 more) | 872979a66ba2 | yes | Debian stretch arm64 (20190121_05:26) | aarch64 | 105.62MB | Jan 21, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| debian/9/armel (3 more) | c89c6ded2340 | yes | Debian stretch armel (20190121_05:28) | armv7l | 104.70MB | Jan 21, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| debian/9/armhf (3 more) | 62e73c127123 | yes | Debian stretch armhf (20190121_05:27) | armv7l | 104.70MB | Jan 21, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| debian/9/i386 (3 more) | 3b12f4e33e45 | yes | Debian stretch i386 (20190121_05:32) | i686 | 111.47MB | Jan 21, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| debian/9/ppc64el (3 more) | 8c18c457b3b0 | yes | Debian stretch ppc64el (20190121_05:26) | ppc64le | 108.73MB | Jan 21, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| debian/9/s390x (3 more) | 3b09a01835cc | yes | Debian stretch s390x (20190121_05:26) | s390x | 110.40MB | Jan 21, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| debian/sid (3 more) | 81d757fb9680 | yes | Debian sid amd64 (20190121_05:25) | x86_64 | 126.56MB | Jan 21, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| debian/sid/arm64 (1 more) | b8185b14057f | yes | Debian sid arm64 (20190121_05:26) | aarch64 | 123.35MB | Jan 21, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| debian/sid/armel (1 more) | 8d11c26be475 | yes | Debian sid armel (20190121_05:29) | armv7l | 118.70MB | Jan 21, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| debian/sid/armhf (1 more) | 2d28cff3bf7c | yes | Debian sid armhf (20190121_05:27) | armv7l | 118.70MB | Jan 21, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| debian/sid/i386 (1 more) | d5cd4fbc8877 | yes | Debian sid i386 (20190121_05:25) | i686 | 127.82MB | Jan 21, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| debian/sid/powerpc (1 more) | d471ee44d639 | yes | Debian sid powerpc (20180708_05:25) | ppc | 122.57MB | Jul 8, 2018 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| debian/sid/ppc64el (1 more) | c1bf693673e0 | yes | Debian sid ppc64el (20190121_05:26) | ppc64le | 130.71MB | Jan 21, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| debian/sid/s390x (1 more) | dc4439f069b0 | yes | Debian sid s390x (20190121_05:26) | s390x | 123.86MB | Jan 21, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| fedora/26 (3 more) | ce3e64fbb488 | yes | Fedora 26 amd64 (20181102_01:27) | x86_64 | 57.07MB | Nov 2, 2018 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| fedora/26/i386 (1 more) | a665b08722dc | yes | Fedora 26 i386 (20181102_01:27) | i686 | 59.07MB | Nov 2, 2018 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| fedora/27 (3 more) | e3d2b74b18e6 | yes | Fedora 27 amd64 (20190121_01:27) | x86_64 | 58.23MB | Jan 21, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| fedora/27/i386 (1 more) | 36eb92ae6bb8 | yes | Fedora 27 i386 (20190122_01:27) | i686 | 60.91MB | Jan 22, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| fedora/28 (3 more) | 258d32a592b9 | yes | Fedora 28 amd64 (20190121_01:27) | x86_64 | 60.58MB | Jan 21, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| fedora/28/i386 (1 more) | 542c1140be33 | yes | Fedora 28 i386 (20190122_01:27) | i686 | 62.33MB | Jan 22, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| fedora/29 (3 more) | 1e44945d241f | yes | Fedora 29 amd64 (20190121_01:27) | x86_64 | 89.34MB | Jan 21, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| fedora/29/i386 (1 more) | 737ee6411723 | yes | Fedora 29 i386 (20190122_01:27) | i686 | 90.49MB | Jan 22, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| gentoo (5 more) | 67857d6720ad | yes | Gentoo current amd64 (20190121_14:12) | x86_64 | 293.88MB | Jan 21, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| gentoo/i386 (2 more) | d4ff731a3e1d | yes | Gentoo current i386 (20190121_14:12) | i686 | 235.65MB | Jan 21, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| opensuse/15.0 (3 more) | 3e3a9a5341c3 | yes | Opensuse 15.0 amd64 (20190121_00:53) | x86_64 | 70.73MB | Jan 21, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| opensuse/42.3 (3 more) | c40fdfa27bcc | yes | Opensuse 42.3 amd64 (20190121_00:53) | x86_64 | 59.69MB | Jan 21, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| oracle/6 (3 more) | 5d8317ebfa4c | yes | Oracle 6 amd64 (20190121_11:40) | x86_64 | 173.23MB | Jan 21, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| oracle/6/i386 (1 more) | e919fa7321a9 | yes | Oracle 6 i386 (20190121_11:40) | i686 | 180.76MB | Jan 21, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| oracle/7 (3 more) | 61f382c68edc | yes | Oracle 7 amd64 (20190121_11:40) | x86_64 | 186.70MB | Jan 21, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| plamo/5.x (3 more) | 7d3951d0be8e | yes | Plamo 5.x amd64 (20180816_21:36) | x86_64 | 278.90MB | Aug 16, 2018 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| plamo/5.x/i386 (1 more) | 487e16db2a90 | yes | Plamo 5.x i386 (20180816_21:36) | i686 | 272.85MB | Aug 16, 2018 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| plamo/6.x (3 more) | eb9c2ef69c78 | yes | Plamo 6.x amd64 (20190120_21:36) | x86_64 | 283.59MB | Jan 20, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| plamo/6.x/i386 (1 more) | af2be072d81f | yes | Plamo 6.x i386 (20190121_21:36) | i686 | 279.84MB | Jan 21, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| plamo/7.x (3 more) | 2c9ed0486eb8 | yes | Plamo 7.x amd64 (20190120_21:36) | x86_64 | 97.53MB | Jan 20, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| sabayon (5 more) | 7820e14a3ce0 | yes | Sabayon current amd64 (20190121_07:38) | x86_64 | 751.80MB | Jan 21, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| ubuntu-core/16 (3 more) | 6d23a18f6899 | yes | Ubuntu-Core 16 amd64 (20190115_19:01) | x86_64 | 243.17MB | Jan 15, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| ubuntu-core/16/i386 (1 more) | 0b9540df99c3 | yes | Ubuntu-Core 16 i386 (20190115_19:01) | i686 | 235.76MB | Jan 15, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| ubuntu/14.04 (7 more) | 02391b7a06a4 | yes | Ubuntu trusty amd64 (20190121_07:43) | x86_64 | 99.56MB | Jan 21, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| ubuntu/14.04/arm64 (3 more) | ce0818c9df60 | yes | Ubuntu trusty arm64 (20190121_07:45) | aarch64 | 93.90MB | Jan 21, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| ubuntu/14.04/armhf (3 more) | 8783939b8e6d | yes | Ubuntu trusty armhf (20190121_07:45) | armv7l | 92.79MB | Jan 21, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| ubuntu/14.04/i386 (3 more) | 09f4c6d75b3d | yes | Ubuntu trusty i386 (20190121_07:50) | i686 | 97.11MB | Jan 21, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| ubuntu/14.04/powerpc (3 more) | dcdd5e27a654 | yes | Ubuntu trusty powerpc (20180824_07:43) | ppc | 99.84MB | Aug 24, 2018 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| ubuntu/14.04/ppc64el (3 more) | 520807fcce87 | yes | Ubuntu trusty ppc64el (20190121_07:44) | ppc64le | 101.49MB | Jan 21, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| ubuntu/16.04 (7 more) | bace9561ddd5 | yes | Ubuntu xenial amd64 (20190121_07:43) | x86_64 | 105.73MB | Jan 21, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| ubuntu/16.04/arm64 (3 more) | cd37188b59a3 | yes | Ubuntu xenial arm64 (20190121_07:44) | aarch64 | 98.89MB | Jan 21, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| ubuntu/16.04/armhf (3 more) | 74866ca9f261 | yes | Ubuntu xenial armhf (20190121_07:45) | armv7l | 97.82MB | Jan 21, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| ubuntu/16.04/i386 (3 more) | 83ca6bb8be46 | yes | Ubuntu xenial i386 (20190121_07:43) | i686 | 106.59MB | Jan 21, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| ubuntu/16.04/powerpc (3 more) | a5b2fb45a48e | yes | Ubuntu xenial powerpc (20180824_07:44) | ppc | 105.72MB | Aug 24, 2018 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| ubuntu/16.04/ppc64el (3 more) | db26673b2b67 | yes | Ubuntu xenial ppc64el (20190121_07:44) | ppc64le | 108.76MB | Jan 21, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| ubuntu/16.04/s390x (3 more) | ea778810118b | yes | Ubuntu xenial s390x (20190121_07:44) | s390x | 104.56MB | Jan 21, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| ubuntu/18.04 (7 more) | 85925950fc2d | yes | Ubuntu bionic amd64 (20190121_07:43) | x86_64 | 121.11MB | Jan 21, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| ubuntu/18.04/arm64 (3 more) | 98b53b38bc64 | yes | Ubuntu bionic arm64 (20190121_07:44) | aarch64 | 114.92MB | Jan 21, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| ubuntu/18.04/armhf (3 more) | 31da47a37821 | yes | Ubuntu bionic armhf (20190121_07:46) | armv7l | 112.04MB | Jan 21, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| ubuntu/18.04/i386 (3 more) | 5243636b4704 | yes | Ubuntu bionic i386 (20190121_07:50) | i686 | 122.43MB | Jan 21, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| ubuntu/18.04/ppc64el (3 more) | 69c2678afa23 | yes | Ubuntu bionic ppc64el (20190121_07:45) | ppc64le | 128.91MB | Jan 21, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| ubuntu/18.04/s390x (3 more) | 7b7396a04896 | yes | Ubuntu bionic s390x (20190121_07:44) | s390x | 118.83MB | Jan 21, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| ubuntu/18.10 (7 more) | 6c709b51f5b5 | yes | Ubuntu cosmic amd64 (20190121_07:43) | x86_64 | 122.61MB | Jan 21, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| ubuntu/18.10/arm64 (3 more) | f0da427c1639 | yes | Ubuntu cosmic arm64 (20190121_07:45) | aarch64 | 118.83MB | Jan 21, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| ubuntu/18.10/armhf (3 more) | 69b9fcd53792 | yes | Ubuntu cosmic armhf (20190121_07:46) | armv7l | 113.29MB | Jan 21, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| ubuntu/18.10/i386 (3 more) | cbcf0cb02a17 | yes | Ubuntu cosmic i386 (20190121_07:43) | i686 | 123.93MB | Jan 21, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| ubuntu/18.10/ppc64el (3 more) | 8fb69679df12 | yes | Ubuntu cosmic ppc64el (20190121_07:44) | ppc64le | 133.36MB | Jan 21, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| ubuntu/18.10/s390x (3 more) | 86ab2b99c344 | yes | Ubuntu cosmic s390x (20190121_07:44) | s390x | 120.42MB | Jan 21, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| ubuntu/disco (3 more) | 52ef5ff55501 | yes | Ubuntu disco amd64 (20190121_07:43) | x86_64 | 122.18MB | Jan 21, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| ubuntu/disco/arm64 (1 more) | af9d16cb195c | yes | Ubuntu disco arm64 (20190121_07:46) | aarch64 | 119.10MB | Jan 21, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| ubuntu/disco/armhf (1 more) | 6952f9808c41 | yes | Ubuntu disco armhf (20190121_07:45) | armv7l | 113.41MB | Jan 21, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| ubuntu/disco/i386 (1 more) | 76eae8710c60 | yes | Ubuntu disco i386 (20190121_07:43) | i686 | 123.74MB | Jan 21, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| ubuntu/disco/ppc64el (1 more) | e52b1571457a | yes | Ubuntu disco ppc64el (20190121_07:44) | ppc64le | 132.48MB | Jan 21, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| ubuntu/disco/s390x (1 more) | 43bb01a652f1 | yes | Ubuntu disco s390x (20190121_07:44) | s390x | 120.40MB | Jan 21, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | 017db7ca2cf4 | yes | Debian wheezy amd64 (20180626_05:24) | x86_64 | 90.52MB | Jun 26, 2018 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | 0285bf2ba7bd | yes | Alpine 3.7 armhf (20190120_13:03) | armv7l | 3.28MB | Jan 20, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | 03244482f507 | yes | Alpine 3.8 armhf (20190119_13:04) | armv7l | 2.26MB | Jan 19, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | 0462d599e2f0 | yes | Ubuntu xenial s390x (20190120_07:44) | s390x | 104.56MB | Jan 20, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | 05694d057203 | yes | Oracle 7 amd64 (20190120_11:40) | x86_64 | 186.70MB | Jan 20, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | 06135a39ef7b | yes | Debian wheezy s390x (20180626_16:15) | s390x | 89.15MB | Jun 26, 2018 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | 06b982bcdf2b | yes | Alpine 3.8 s390x (20190120_13:02) | s390x | 2.47MB | Jan 20, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | 0755d776ca62 | yes | Debian stretch armel (20190119_05:28) | armv7l | 104.70MB | Jan 19, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | 0767b57d1ac6 | yes | Ubuntu xenial ppc64el (20190119_07:44) | ppc64le | 108.76MB | Jan 19, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | 0b235b7a26c3 | yes | Alpine 3.5 amd64 (20190119_13:01) | x86_64 | 3.05MB | Jan 19, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | 0ba429545940 | yes | Alpine 3.8 arm64 (20190119_13:02) | aarch64 | 2.23MB | Jan 19, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | 0cfe47788466 | yes | Ubuntu bionic ppc64el (20190120_07:44) | ppc64le | 128.91MB | Jan 20, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | 0ecf394d2819 | yes | Alpine 3.5 arm64 (20190119_13:05) | aarch64 | 2.96MB | Jan 19, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | 10bba8e4adf7 | yes | Debian buster armel (20190120_05:28) | armv7l | 116.25MB | Jan 20, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | 120480743413 | yes | Fedora 28 amd64 (20190119_01:27) | x86_64 | 60.56MB | Jan 19, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | 1245e33ce255 | yes | Debian stretch s390x (20190120_05:26) | s390x | 110.40MB | Jan 20, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | 12e65e035d11 | yes | Ubuntu bionic armhf (20190119_07:46) | armv7l | 112.04MB | Jan 19, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | 1393b665bcf2 | yes | Debian stretch ppc64el (20190120_05:26) | ppc64le | 108.73MB | Jan 20, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | 13cd861a0957 | yes | Alpine 3.8 armhf (20190120_13:04) | armv7l | 2.26MB | Jan 20, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | 1458987c0281 | yes | Centos 7 ppc64el (20190118_12:50) | ppc64le | 126.49MB | Jan 18, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | 155382166ee9 | yes | Fedora 29 amd64 (20190119_01:27) | x86_64 | 89.34MB | Jan 19, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | 15e27e3f4067 | yes | Debian wheezy armhf (20180626_05:44) | armv7l | 86.25MB | Jun 26, 2018 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | 16341a4e1610 | yes | Plamo 6.x i386 (20190119_21:36) | i686 | 279.84MB | Jan 19, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | 17845689b7c6 | yes | Debian jessie arm64 (20180624_05:25) | aarch64 | 99.73MB | Jun 24, 2018 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | 18f50999cb27 | yes | Plamo 6.x amd64 (20190118_21:36) | x86_64 | 283.58MB | Jan 18, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | 1b7c928b9c60 | yes | Ubuntu disco s390x (20190119_07:44) | s390x | 120.39MB | Jan 19, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | 1ecf8f1b232c | yes | Debian buster s390x (20190120_05:26) | s390x | 121.39MB | Jan 20, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | 1eef1bd999a5 | yes | Debian stretch armhf (20190120_05:32) | armv7l | 104.70MB | Jan 20, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | 20e9efb248b5 | yes | Alpine 3.8 amd64 (20190119_13:01) | x86_64 | 2.34MB | Jan 19, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | 2141968b7d50 | yes | Ubuntu cosmic amd64 (20190119_07:43) | x86_64 | 122.61MB | Jan 19, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | 223c43614bd8 | yes | Oracle 6 i386 (20190120_11:40) | i686 | 180.76MB | Jan 20, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | 26c6a0ac9028 | yes | Centos 6 amd64 (20190118_12:49) | x86_64 | 109.74MB | Jan 18, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | 27aba5e24506 | yes | Alpine 3.4 armhf (20180626_17:50) | armv7l | 1.63MB | Jun 26, 2018 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | 2941279589b1 | yes | Alpine edge arm64 (20190119_13:03) | aarch64 | 4.03MB | Jan 19, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | 2a6c32a219b3 | yes | Plamo 7.x amd64 (20190119_21:36) | x86_64 | 97.53MB | Jan 19, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | 2b1416330153 | yes | Debian stretch i386 (20190119_05:25) | i686 | 111.47MB | Jan 19, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | 2b76845fe560 | yes | Plamo 5.x amd64 (20180815_21:36) | x86_64 | 278.90MB | Aug 15, 2018 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | 2c1351f4029b | yes | Debian jessie armhf (20190119_05:28) | armv7l | 99.76MB | Jan 19, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | 2cb645d1cd0f | yes | Debian stretch ppc64el (20190119_05:26) | ppc64le | 108.73MB | Jan 19, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | 2d36523ddff8 | yes | Debian sid armhf (20190119_05:30) | armv7l | 118.77MB | Jan 19, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | 2e404ce1a74b | yes | Ubuntu xenial amd64 (20190120_07:43) | x86_64 | 105.73MB | Jan 20, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | 2f66395fdcd2 | yes | Alpine 3.5 i386 (20190120_13:01) | i686 | 3.10MB | Jan 20, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | 2f6e7a68d8d2 | yes | Debian buster i386 (20190119_05:32) | i686 | 124.80MB | Jan 19, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | 2ffc61d05b56 | yes | Ubuntu disco amd64 (20190120_07:43) | x86_64 | 122.19MB | Jan 20, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | 300dc64c1d55 | yes | Debian wheezy s390x (20180626_05:25) | s390x | 89.15MB | Jun 26, 2018 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | 3030348e66c4 | yes | Ubuntu disco s390x (20190120_07:44) | s390x | 120.41MB | Jan 20, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | 31c9a2d3d1b3 | yes | Debian buster armel (20190119_05:27) | armv7l | 116.01MB | Jan 19, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | 32b22c134c33 | yes | Debian stretch armel (20190120_05:27) | armv7l | 104.70MB | Jan 20, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | 347ab94a215a | yes | Debian stretch s390x (20190119_05:26) | s390x | 110.40MB | Jan 19, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | 3570809efc74 | yes | Debian buster s390x (20190119_05:26) | s390x | 121.15MB | Jan 19, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | 36e8a15f781e | yes | Alpine 3.7 arm64 (20190120_13:02) | aarch64 | 3.25MB | Jan 20, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | 374ea6bb8570 | yes | Debian jessie ppc64el (20180624_05:25) | ppc64le | 102.42MB | Jun 24, 2018 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | 38a9cf3d2e81 | yes | Fedora 26 i386 (20181004_01:27) | i686 | 59.07MB | Oct 4, 2018 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | 3938232a3fb4 | yes | Ubuntu trusty powerpc (20180823_07:43) | ppc | 99.83MB | Aug 23, 2018 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | 39858133181c | yes | Alpine 3.6 i386 (20190120_13:01) | i686 | 3.22MB | Jan 20, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | 3988368cd99f | yes | Ubuntu bionic arm64 (20190120_07:45) | aarch64 | 114.92MB | Jan 20, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | 3b020dd8e178 | yes | Debian stretch armhf (20190119_05:29) | armv7l | 104.70MB | Jan 19, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | 3b02137040e2 | yes | Debian sid amd64 (20190119_05:25) | x86_64 | 126.61MB | Jan 19, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | 3b1badadbf69 | yes | Ubuntu cosmic ppc64el (20190120_07:44) | ppc64le | 133.36MB | Jan 20, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | 3b86d5ee2203 | yes | Opensuse 15.0 amd64 (20190119_00:53) | x86_64 | 70.73MB | Jan 19, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | 418a4cf456d7 | yes | Plamo 7.x amd64 (20190118_21:36) | x86_64 | 97.53MB | Jan 18, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | 4232d5e699fb | yes | Alpine 3.6 armhf (20190119_13:03) | armv7l | 3.11MB | Jan 19, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | 432a0a0005fb | yes | Plamo 5.x amd64 (20180814_21:36) | x86_64 | 278.90MB | Aug 14, 2018 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | 437bed4a7ca3 | yes | Fedora 27 amd64 (20190119_01:27) | x86_64 | 58.23MB | Jan 19, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | 4388068ea824 | yes | Ubuntu cosmic s390x (20190119_07:44) | s390x | 120.42MB | Jan 19, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | 4694f9c229c1 | yes | Ubuntu cosmic ppc64el (20190119_07:44) | ppc64le | 133.36MB | Jan 19, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | 49ed68aae5f3 | yes | Ubuntu disco i386 (20190119_07:50) | i686 | 123.73MB | Jan 19, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | 4a57cd4cd1eb | yes | Alpine 3.7 amd64 (20190120_13:01) | x86_64 | 3.36MB | Jan 20, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | 4abebf41d8de | yes | Fedora 26 i386 (20181101_01:27) | i686 | 59.07MB | Nov 1, 2018 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | 4aec1a6d402a | yes | Oracle 7 amd64 (20190119_11:40) | x86_64 | 186.70MB | Jan 19, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | 4b52b7eb5d25 | yes | Ubuntu trusty i386 (20190120_07:43) | i686 | 97.11MB | Jan 20, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | 4c91a4da6554 | yes | Ubuntu-Core 16 amd64 (20190101_19:01) | x86_64 | 243.17MB | Jan 1, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | 4d27291b0039 | yes | Ubuntu trusty amd64 (20190119_07:43) | x86_64 | 99.56MB | Jan 19, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | 4de88bdcfe0c | yes | Archlinux current amd64 (20190119_01:27) | x86_64 | 270.36MB | Jan 19, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | 4e356156670c | yes | Ubuntu xenial i386 (20190119_07:43) | i686 | 106.59MB | Jan 19, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | 4eab44c0176f | yes | Debian buster amd64 (20190119_05:25) | x86_64 | 123.51MB | Jan 19, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | 4f2eff83cffc | yes | Alpine 3.4 i386 (20180625_17:50) | i686 | 1.88MB | Jun 25, 2018 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | 4f47eb92ed64 | yes | Ubuntu disco arm64 (20190119_07:44) | aarch64 | 119.10MB | Jan 19, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | 4f6cd151ec73 | yes | Ubuntu disco armhf (20190120_07:50) | armv7l | 113.42MB | Jan 20, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | 502aa9f18073 | yes | Alpine 3.6 amd64 (20190119_13:01) | x86_64 | 3.17MB | Jan 19, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | 50b5f4a8d9b4 | yes | Fedora 28 i386 (20190120_01:27) | i686 | 62.33MB | Jan 20, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | 50e93648fbf4 | yes | Debian sid arm64 (20190120_05:27) | aarch64 | 123.41MB | Jan 20, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | 52e4b69b208e | yes | Alpine edge amd64 (20190120_13:01) | x86_64 | 4.15MB | Jan 20, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | 541336cb99cc | yes | Ubuntu trusty ppc64el (20190120_07:44) | ppc64le | 101.49MB | Jan 20, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | 54612ba0b841 | yes | Centos 7 amd64 (20190118_12:49) | x86_64 | 124.66MB | Jan 18, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | 55fa2a747f06 | yes | Ubuntu cosmic arm64 (20190120_07:46) | aarch64 | 118.83MB | Jan 20, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | 56efb7ed6b20 | yes | Alpine edge armhf (20190120_14:17) | armv7l | 3.88MB | Jan 20, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | 57753e1c0e28 | yes | Ubuntu bionic s390x (20190120_07:44) | s390x | 118.83MB | Jan 20, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | 57e5cf7227d8 | yes | Ubuntu trusty powerpc (20180822_07:44) | ppc | 99.83MB | Aug 22, 2018 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | 587739cf9669 | yes | Opensuse 42.3 amd64 (20190120_01:15) | x86_64 | 59.69MB | Jan 20, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | 588463fcd724 | yes | Ubuntu xenial armhf (20190119_07:46) | armv7l | 97.82MB | Jan 19, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | 5919294958a3 | yes | Sabayon current amd64 (20190119_07:38) | x86_64 | 751.80MB | Jan 19, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | 5c7582216141 | yes | Debian stretch arm64 (20190119_05:26) | aarch64 | 105.62MB | Jan 19, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | 5cbbdab2e25e | yes | Ubuntu trusty amd64 (20190120_07:43) | x86_64 | 99.56MB | Jan 20, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | 5d27571c996b | yes | Ubuntu cosmic i386 (20190119_07:50) | i686 | 123.93MB | Jan 19, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | 5dc7b3a2354b | yes | Debian jessie armel (20190119_05:30) | armv7l | 99.76MB | Jan 19, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | 5e5a4ce62867 | yes | Alpine 3.5 i386 (20190119_13:08) | i686 | 3.10MB | Jan 19, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | 5e9aad1cf27b | yes | Alpine 3.4 amd64 (20180626_17:50) | x86_64 | 2.04MB | Jun 26, 2018 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | 608f46447a38 | yes | Debian jessie amd64 (20190120_05:25) | x86_64 | 105.28MB | Jan 20, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | 614c77f9662d | yes | Debian stretch amd64 (20190119_05:25) | x86_64 | 110.33MB | Jan 19, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | 647d9a25508c | yes | Centos 7 ppc64el (20190119_07:10) | ppc64le | 126.49MB | Jan 19, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | 653f1c723888 | yes | Debian sid s390x (20190120_05:26) | s390x | 123.93MB | Jan 20, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | 654293b353ff | yes | Sabayon current amd64 (20190120_07:38) | x86_64 | 751.80MB | Jan 20, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | 6753f688986d | yes | Ubuntu disco ppc64el (20190120_07:44) | ppc64le | 132.49MB | Jan 20, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | 6814e07a01e5 | yes | Ubuntu disco arm64 (20190120_07:45) | aarch64 | 119.12MB | Jan 20, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | 6912b7951875 | yes | Alpine 3.6 arm64 (20190120_13:02) | aarch64 | 3.07MB | Jan 20, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | 6983baa40767 | yes | Debian stretch i386 (20190120_05:25) | i686 | 111.47MB | Jan 20, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | 6a9ba5de63a8 | yes | Ubuntu cosmic arm64 (20190119_07:46) | aarch64 | 118.83MB | Jan 19, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | 6dc2ad3dd033 | yes | Ubuntu-Core 16 i386 (20190108_19:01) | i686 | 235.76MB | Jan 8, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | 6f9c9caec1dc | yes | Alpine 3.6 i386 (20190119_13:01) | i686 | 3.22MB | Jan 19, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | 7190fc657702 | yes | Gentoo current amd64 (20190120_14:12) | x86_64 | 293.83MB | Jan 20, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | 72501ee6bc4f | yes | Ubuntu xenial ppc64el (20190120_07:44) | ppc64le | 108.76MB | Jan 20, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | 75fac529a6ee | yes | Alpine 3.7 i386 (20190119_13:01) | i686 | 3.43MB | Jan 19, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | 762e995c4894 | yes | Debian stretch amd64 (20190120_05:25) | x86_64 | 110.33MB | Jan 20, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | 779ea6928642 | yes | Ubuntu bionic armhf (20190120_07:45) | armv7l | 112.04MB | Jan 20, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | 784f5b8b0ac0 | yes | Gentoo current i386 (20190119_14:12) | i686 | 235.62MB | Jan 19, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | 7851aba019c4 | yes | Alpine 3.5 armhf (20190120_06:53) | armv7l | 2.99MB | Jan 20, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | 794648bd8682 | yes | Debian buster arm64 (20190120_05:27) | aarch64 | 120.84MB | Jan 20, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | 79b9cae78904 | yes | Oracle 6 amd64 (20190119_11:40) | x86_64 | 173.23MB | Jan 19, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | 7c211b2ff6e0 | yes | Debian jessie armel (20190120_05:33) | armv7l | 99.76MB | Jan 20, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | 7d464ca77f16 | yes | Alpine edge s390x (20190120_13:02) | s390x | 3.91MB | Jan 20, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | 7e3a420c6c75 | yes | Alpine 3.4 armhf (20180625_17:50) | armv7l | 1.63MB | Jun 25, 2018 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | 7f749edb4da4 | yes | Debian buster i386 (20190120_05:25) | i686 | 125.04MB | Jan 20, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | 7fb36abab579 | yes | Alpine 3.7 i386 (20190120_13:08) | i686 | 3.43MB | Jan 20, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | 7fe49efd9fbf | yes | Debian jessie i386 (20190120_05:32) | i686 | 107.25MB | Jan 20, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | 8126bf7b6510 | yes | Centos 6 i386 (20190119_07:09) | i686 | 109.94MB | Jan 19, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | 8176758e0323 | yes | Fedora 28 i386 (20190121_02:33) | i686 | 62.33MB | Jan 21, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | 822446cd6f88 | yes | Archlinux current amd64 (20190120_01:27) | x86_64 | 270.36MB | Jan 20, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | 83c7649e0b0a | yes | Ubuntu trusty armhf (20190120_07:49) | armv7l | 92.79MB | Jan 20, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | 83dea1b4cdad | yes | Debian sid s390x (20190119_05:26) | s390x | 123.91MB | Jan 19, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | 84bd39b19d2a | yes | Fedora 29 i386 (20190120_01:27) | i686 | 90.51MB | Jan 20, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | 866b1ff30db5 | yes | Debian wheezy i386 (20180626_05:24) | i686 | 91.16MB | Jun 26, 2018 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | 894cd3671cb5 | yes | Centos 7 arm64 (20190118_12:50) | aarch64 | 124.91MB | Jan 18, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | 8986e64111be | yes | Alpine 3.4 i386 (20180626_17:50) | i686 | 1.88MB | Jun 26, 2018 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | 8a11e2c2b6c6 | yes | Debian sid armhf (20190120_05:32) | armv7l | 118.78MB | Jan 20, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | 8c7a52c95edd | yes | Alpine edge ppc64el (20190120_13:02) | ppc64le | 4.19MB | Jan 20, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | 8ce8021393f2 | yes | Alpine 3.5 armhf (20190120_13:04) | armv7l | 2.99MB | Jan 20, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | 8d7d2e692168 | yes | Alpine 3.7 amd64 (20190119_13:01) | x86_64 | 3.36MB | Jan 19, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | 8e18d9d54366 | yes | Debian stretch arm64 (20190120_05:27) | aarch64 | 105.62MB | Jan 20, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | 8ff73611ad9e | yes | Ubuntu xenial armhf (20190120_07:45) | armv7l | 97.82MB | Jan 20, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | 9069ff927d1c | yes | Alpine 3.8 ppc64el (20190119_13:02) | ppc64le | 2.39MB | Jan 19, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | 90b0cb122231 | yes | Debian jessie ppc64el (20180625_05:25) | ppc64le | 102.42MB | Jun 25, 2018 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | 936c3c319284 | yes | Alpine edge s390x (20190119_13:02) | s390x | 3.91MB | Jan 19, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | 9457a0c245a2 | yes | Plamo 6.x i386 (20190120_21:36) | i686 | 279.84MB | Jan 20, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | 96d9f150c9aa | yes | Debian sid powerpc (20180706_05:25) | ppc | 122.57MB | Jul 6, 2018 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | 9af3378dcfa1 | yes | Debian wheezy amd64 (20180626_16:14) | x86_64 | 90.52MB | Jun 26, 2018 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | 9b6315dd9110 | yes | Debian sid i386 (20190120_05:25) | i686 | 127.87MB | Jan 20, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | 9d229bf77667 | yes | Opensuse 42.3 amd64 (20190119_00:53) | x86_64 | 59.69MB | Jan 19, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | 9db6c4b48b44 | yes | Opensuse 15.0 amd64 (20190120_00:53) | x86_64 | 70.73MB | Jan 20, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | 9ef06c7fc846 | yes | Alpine 3.6 armhf (20190120_13:04) | armv7l | 3.11MB | Jan 20, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | 9ef8b2784cb4 | yes | Debian buster ppc64el (20190119_05:26) | ppc64le | 127.87MB | Jan 19, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | 9f1f28eb6964 | yes | Debian jessie s390x (20180625_05:26) | s390x | 104.86MB | Jun 25, 2018 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | 9f28b609a923 | yes | Ubuntu-Core 16 i386 (20190101_19:01) | i686 | 235.76MB | Jan 1, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | 9ff6fa502b5b | yes | Alpine 3.6 arm64 (20190119_13:02) | aarch64 | 3.07MB | Jan 19, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | a1016128836b | yes | Alpine 3.8 s390x (20190119_13:02) | s390x | 2.47MB | Jan 19, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | a1d3845b350a | yes | Debian jessie s390x (20180624_05:26) | s390x | 104.86MB | Jun 24, 2018 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | a1e4ab9ec715 | yes | Ubuntu bionic ppc64el (20190119_07:44) | ppc64le | 128.91MB | Jan 19, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | a2f2f9880798 | yes | Ubuntu cosmic s390x (20190120_07:44) | s390x | 120.42MB | Jan 20, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | a3d00cf29251 | yes | Ubuntu xenial arm64 (20190120_07:46) | aarch64 | 98.88MB | Jan 20, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | a46f551020b1 | yes | Centos 7 i386 (20190118_12:56) | i686 | 125.07MB | Jan 18, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | a4877e63a39d | yes | Ubuntu xenial arm64 (20190119_07:47) | aarch64 | 98.88MB | Jan 19, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | a528d72df033 | yes | Alpine edge i386 (20190119_13:01) | i686 | 4.14MB | Jan 19, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | a89423d0c730 | yes | Ubuntu cosmic i386 (20190120_07:43) | i686 | 123.93MB | Jan 20, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | a91eb00d09a8 | yes | Debian buster amd64 (20190120_05:25) | x86_64 | 123.75MB | Jan 20, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | aa08103fe738 | yes | Fedora 26 amd64 (20181004_01:27) | x86_64 | 57.06MB | Oct 4, 2018 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | aab16c530cbd | yes | Fedora 27 i386 (20190120_01:27) | i686 | 60.91MB | Jan 20, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | ab4e89499e3a | yes | Ubuntu-Core 16 amd64 (20190108_19:01) | x86_64 | 243.17MB | Jan 8, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | aba6d55f633e | yes | Ubuntu disco armhf (20190119_07:46) | armv7l | 113.41MB | Jan 19, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | ac5c528da3dd | yes | Debian sid ppc64el (20190119_05:26) | ppc64le | 130.75MB | Jan 19, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | aedcb6da63c8 | yes | Alpine 3.8 ppc64el (20190120_13:02) | ppc64le | 2.39MB | Jan 20, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | b0440d0c210f | yes | Ubuntu cosmic armhf (20190120_07:46) | armv7l | 113.29MB | Jan 20, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | b122f0338c3c | yes | Ubuntu disco amd64 (20190119_07:43) | x86_64 | 122.16MB | Jan 19, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | b1cad01a1467 | yes | Ubuntu xenial powerpc (20180822_07:44) | ppc | 105.70MB | Aug 22, 2018 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | b22585e2fb71 | yes | Alpine 3.8 i386 (20190119_13:08) | i686 | 2.41MB | Jan 19, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | b3b58550aeb8 | yes | Alpine 3.5 arm64 (20190120_13:03) | aarch64 | 2.96MB | Jan 20, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | b46b319fa3e6 | yes | Debian buster armhf (20190119_05:27) | armv7l | 116.01MB | Jan 19, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | b4be95aaf353 | yes | Debian wheezy i386 (20180626_16:16) | i686 | 91.16MB | Jun 26, 2018 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | b632ed27c39d | yes | Debian wheezy armhf (20180626_16:33) | armv7l | 86.25MB | Jun 26, 2018 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | b6bdf2e3772d | yes | Debian buster arm64 (20190119_05:26) | aarch64 | 120.54MB | Jan 19, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | b701ef1b9fb2 | yes | Fedora 28 amd64 (20190120_01:27) | x86_64 | 60.55MB | Jan 20, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | b859a9b514c8 | yes | Debian sid armel (20190119_05:28) | armv7l | 118.77MB | Jan 19, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | b97b6900ecfd | yes | Alpine 3.4 amd64 (20180625_17:50) | x86_64 | 2.04MB | Jun 25, 2018 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | b9e424a68d6e | yes | Ubuntu bionic arm64 (20190119_07:45) | aarch64 | 114.90MB | Jan 19, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | bac0700d4686 | yes | Debian wheezy powerpc (20180626_16:15) | ppc | 87.79MB | Jun 26, 2018 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | bad503e68602 | yes | Ubuntu bionic amd64 (20190119_07:43) | x86_64 | 121.12MB | Jan 19, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | baf524238ac4 | yes | Alpine edge amd64 (20190119_13:01) | x86_64 | 4.15MB | Jan 19, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | bb868c791067 | yes | Ubuntu trusty arm64 (20190120_07:45) | aarch64 | 93.90MB | Jan 20, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | bcfd121d47a0 | yes | Ubuntu disco ppc64el (20190119_07:44) | ppc64le | 132.47MB | Jan 19, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | c014adf653db | yes | Ubuntu xenial powerpc (20180823_07:43) | ppc | 105.70MB | Aug 23, 2018 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | c269820f55f7 | yes | Ubuntu trusty i386 (20190119_07:50) | i686 | 97.11MB | Jan 19, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | c3388ced9998 | yes | Debian buster ppc64el (20190120_05:26) | ppc64le | 128.19MB | Jan 20, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | c339b48195bf | yes | Alpine 3.8 i386 (20190120_13:01) | i686 | 2.41MB | Jan 20, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | c395c8428590 | yes | Fedora 29 amd64 (20190120_01:27) | x86_64 | 89.35MB | Jan 20, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | c47b47fb9b96 | yes | Plamo 5.x i386 (20180815_21:36) | i686 | 272.85MB | Aug 15, 2018 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | c4c6a7e456e8 | yes | Debian jessie armhf (20190120_05:28) | armv7l | 99.76MB | Jan 20, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | c4e35f4d9649 | yes | Oracle 6 i386 (20190119_11:40) | i686 | 180.76MB | Jan 19, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | c528561c8427 | yes | Debian wheezy armel (20180626_16:16) | armv7l | 86.25MB | Jun 26, 2018 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | c6711490f3ef | yes | Ubuntu bionic i386 (20190120_07:50) | i686 | 122.43MB | Jan 20, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | c82ceff10494 | yes | Ubuntu trusty arm64 (20190119_07:44) | aarch64 | 93.90MB | Jan 19, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | c912902d209f | yes | Oracle 6 amd64 (20190120_11:40) | x86_64 | 173.23MB | Jan 20, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | c94d3efec11b | yes | Centos 6 i386 (20190118_12:56) | i686 | 109.94MB | Jan 18, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | c95e9b6f1258 | yes | Fedora 27 amd64 (20190120_01:27) | x86_64 | 58.23MB | Jan 20, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | c9c902b8574d | yes | Debian wheezy armel (20180626_05:26) | armv7l | 86.25MB | Jun 26, 2018 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | ca86e2f79eb4 | yes | Centos 7 i386 (20190119_07:16) | i686 | 125.07MB | Jan 19, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | cf7e400ded73 | yes | Ubuntu trusty ppc64el (20190119_07:44) | ppc64le | 101.49MB | Jan 19, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | cf99fbfc8da2 | yes | Plamo 6.x amd64 (20190119_21:36) | x86_64 | 283.58MB | Jan 19, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | cfdf1e0f402b | yes | Debian sid armel (20190120_05:28) | armv7l | 118.78MB | Jan 20, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | d173cd77632e | yes | Centos 6 amd64 (20190119_07:09) | x86_64 | 109.74MB | Jan 19, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | d17e43574da0 | yes | Fedora 26 amd64 (20181101_01:27) | x86_64 | 57.09MB | Nov 1, 2018 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | d37e2570209f | yes | Ubuntu xenial i386 (20190120_07:50) | i686 | 106.59MB | Jan 20, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | d3db906df8b9 | yes | Gentoo current amd64 (20190119_14:12) | x86_64 | 293.80MB | Jan 19, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | d439901e9e16 | yes | Alpine 3.7 armhf (20190119_13:03) | armv7l | 3.28MB | Jan 19, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | d5aa14766384 | yes | Debian jessie powerpc (20180624_05:25) | ppc | 104.09MB | Jun 24, 2018 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | d5e085983456 | yes | Debian sid amd64 (20190120_05:25) | x86_64 | 126.62MB | Jan 20, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | d66405679bd4 | yes | Centos 7 amd64 (20190119_07:09) | x86_64 | 124.66MB | Jan 19, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | d6927dba0b0c | yes | Alpine edge arm64 (20190120_13:04) | aarch64 | 4.03MB | Jan 20, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | d71f82190df3 | yes | Alpine 3.8 arm64 (20190120_14:17) | aarch64 | 2.23MB | Jan 20, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | d889a35c10e2 | yes | Centos 7 arm64 (20190119_08:26) | aarch64 | 124.91MB | Jan 19, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | db9f56bdb8fb | yes | Ubuntu bionic s390x (20190119_07:44) | s390x | 118.83MB | Jan 19, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | dc75776a6051 | yes | Debian buster armhf (20190120_05:27) | armv7l | 116.25MB | Jan 20, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | ddc2ed1c3f65 | yes | Ubuntu cosmic armhf (20190119_07:45) | armv7l | 113.29MB | Jan 19, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | ddd3362b7af2 | yes | Ubuntu disco i386 (20190120_07:43) | i686 | 123.75MB | Jan 20, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | df840d58ebba | yes | Alpine edge ppc64el (20190119_13:02) | ppc64le | 4.19MB | Jan 19, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | e0b0c6d03d89 | yes | Debian sid powerpc (20180707_05:25) | ppc | 122.58MB | Jul 7, 2018 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | e1d5c8651d40 | yes | Ubuntu xenial s390x (20190119_07:43) | s390x | 104.56MB | Jan 19, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | e3494dcbe801 | yes | Alpine edge armhf (20190119_13:05) | armv7l | 3.88MB | Jan 19, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | e4d2dfea9f7a | yes | Ubuntu bionic amd64 (20190120_07:43) | x86_64 | 121.12MB | Jan 20, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | e51a5532dc11 | yes | Plamo 5.x i386 (20180814_21:36) | i686 | 272.85MB | Aug 14, 2018 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | e645e4113034 | yes | Debian wheezy powerpc (20180626_05:25) | ppc | 87.79MB | Jun 26, 2018 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | e68cd185ce4a | yes | Debian jessie amd64 (20190119_05:25) | x86_64 | 105.28MB | Jan 19, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | e80306f52d06 | yes | Ubuntu trusty armhf (20190119_07:46) | armv7l | 92.79MB | Jan 19, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | e9919ffe0d5d | yes | Alpine 3.6 amd64 (20190120_13:01) | x86_64 | 3.17MB | Jan 20, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | e9924de1f51b | yes | Debian sid ppc64el (20190120_05:26) | ppc64le | 130.77MB | Jan 20, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | e9a9032a3603 | yes | Alpine 3.5 amd64 (20190120_13:01) | x86_64 | 3.05MB | Jan 20, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | ea8cf4505b53 | yes | Fedora 29 i386 (20190121_01:27) | i686 | 90.49MB | Jan 21, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | eb6348a7ad71 | yes | Fedora 27 i386 (20190121_02:33) | i686 | 60.91MB | Jan 21, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | ebb342cfeedf | yes | Debian sid arm64 (20190119_05:26) | aarch64 | 123.40MB | Jan 19, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | ef0658eea159 | yes | Ubuntu bionic i386 (20190119_07:43) | i686 | 122.44MB | Jan 19, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | f23460924e9e | yes | Ubuntu cosmic amd64 (20190120_07:43) | x86_64 | 122.61MB | Jan 20, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | f286819b3d5b | yes | Ubuntu xenial amd64 (20190119_07:43) | x86_64 | 105.73MB | Jan 19, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | f3336aba5c4c | yes | Gentoo current i386 (20190120_14:12) | i686 | 235.65MB | Jan 20, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | f7ff8ce3e95d | yes | Alpine 3.7 arm64 (20190119_13:05) | aarch64 | 3.25MB | Jan 19, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | f9a878feb015 | yes | Debian sid i386 (20190119_05:32) | i686 | 127.86MB | Jan 19, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | fc789a5fdf40 | yes | Debian jessie arm64 (20180625_05:25) | aarch64 | 99.73MB | Jun 25, 2018 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | fd4b5565d43a | yes | Alpine edge i386 (20190120_13:08) | i686 | 4.14MB | Jan 20, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | fd84dcce310c | yes | Debian jessie powerpc (20180625_05:25) | ppc | 104.09MB | Jun 25, 2018 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | fe73304f2ca5 | yes | Alpine 3.8 amd64 (20190120_13:01) | x86_64 | 2.34MB | Jan 20, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+
| | ff666abc2985 | yes | Debian jessie i386 (20190119_05:25) | i686 | 107.25MB | Jan 19, 2019 at 12:00am (UTC) |
+-------------------------------+--------------+--------+------------------------------------------+---------+----------+-------------------------------+

 

grepで情報を絞ると、centosやubuntuなど様々なディストリビューションのイメージが用意されています。

[kujirai@localhost ~]$ lxc image list images: | grep -i centos
| centos/6 (3 more) | aa771af16cce | yes | Centos 6 amd64 (20190120_07:09) | x86_64 | 109.74MB | Jan 20, 2019 at 12:00am (UTC) |
| centos/6/i386 (1 more) | 0b541fc85db9 | yes | Centos 6 i386 (20190120_07:09) | i686 | 109.94MB | Jan 20, 2019 at 12:00am (UTC) |
| centos/7 (3 more) | 8b0c50ff7647 | yes | Centos 7 amd64 (20190120_07:09) | x86_64 | 124.66MB | Jan 20, 2019 at 12:00am (UTC) |
| centos/7/arm64 (1 more) | fb70b866a0bb | yes | Centos 7 arm64 (20190120_07:11) | aarch64 | 124.91MB | Jan 20, 2019 at 12:00am (UTC) |
| centos/7/i386 (1 more) | 178fd748ca17 | yes | Centos 7 i386 (20190120_07:16) | i686 | 125.07MB | Jan 20, 2019 at 12:00am (UTC) |
| centos/7/ppc64el (1 more) | 89170b3e00ee | yes | Centos 7 ppc64el (20190120_07:10) | ppc64le | 126.49MB | Jan 20, 2019 at 12:00am (UTC) |
| | 1458987c0281 | yes | Centos 7 ppc64el (20190118_12:50) | ppc64le | 126.49MB | Jan 18, 2019 at 12:00am (UTC) |
| | 26c6a0ac9028 | yes | Centos 6 amd64 (20190118_12:49) | x86_64 | 109.74MB | Jan 18, 2019 at 12:00am (UTC) |
| | 54612ba0b841 | yes | Centos 7 amd64 (20190118_12:49) | x86_64 | 124.66MB | Jan 18, 2019 at 12:00am (UTC) |
| | 647d9a25508c | yes | Centos 7 ppc64el (20190119_07:10) | ppc64le | 126.49MB | Jan 19, 2019 at 12:00am (UTC) |
| | 8126bf7b6510 | yes | Centos 6 i386 (20190119_07:09) | i686 | 109.94MB | Jan 19, 2019 at 12:00am (UTC) |
| | 894cd3671cb5 | yes | Centos 7 arm64 (20190118_12:50) | aarch64 | 124.91MB | Jan 18, 2019 at 12:00am (UTC) |
| | a46f551020b1 | yes | Centos 7 i386 (20190118_12:56) | i686 | 125.07MB | Jan 18, 2019 at 12:00am (UTC) |
| | c94d3efec11b | yes | Centos 6 i386 (20190118_12:56) | i686 | 109.94MB | Jan 18, 2019 at 12:00am (UTC) |
| | ca86e2f79eb4 | yes | Centos 7 i386 (20190119_07:16) | i686 | 125.07MB | Jan 19, 2019 at 12:00am (UTC) |
| | d173cd77632e | yes | Centos 6 amd64 (20190119_07:09) | x86_64 | 109.74MB | Jan 19, 2019 at 12:00am (UTC) |
| | d66405679bd4 | yes | Centos 7 amd64 (20190119_07:09) | x86_64 | 124.66MB | Jan 19, 2019 at 12:00am (UTC) |
| | d889a35c10e2 | yes | Centos 7 arm64 (20190119_08:26) | aarch64 | 124.91MB | Jan 19, 2019 at 12:00am (UTC) |

[kujirai@localhost ~]$ lxc image list images: | grep -i ubuntu
| ubuntu-core/16 (3 more) | 6d23a18f6899 | yes | Ubuntu-Core 16 amd64 (20190115_19:01) | x86_64 | 243.17MB | Jan 15, 2019 at 12:00am (UTC) |
| ubuntu-core/16/i386 (1 more) | 0b9540df99c3 | yes | Ubuntu-Core 16 i386 (20190115_19:01) | i686 | 235.76MB | Jan 15, 2019 at 12:00am (UTC) |
| ubuntu/14.04 (7 more) | 02391b7a06a4 | yes | Ubuntu trusty amd64 (20190121_07:43) | x86_64 | 99.56MB | Jan 21, 2019 at 12:00am (UTC) |
| ubuntu/14.04/arm64 (3 more) | ce0818c9df60 | yes | Ubuntu trusty arm64 (20190121_07:45) | aarch64 | 93.90MB | Jan 21, 2019 at 12:00am (UTC) |
| ubuntu/14.04/armhf (3 more) | 8783939b8e6d | yes | Ubuntu trusty armhf (20190121_07:45) | armv7l | 92.79MB | Jan 21, 2019 at 12:00am (UTC) |
| ubuntu/14.04/i386 (3 more) | 09f4c6d75b3d | yes | Ubuntu trusty i386 (20190121_07:50) | i686 | 97.11MB | Jan 21, 2019 at 12:00am (UTC) |
| ubuntu/14.04/powerpc (3 more) | dcdd5e27a654 | yes | Ubuntu trusty powerpc (20180824_07:43) | ppc | 99.84MB | Aug 24, 2018 at 12:00am (UTC) |
| ubuntu/14.04/ppc64el (3 more) | 520807fcce87 | yes | Ubuntu trusty ppc64el (20190121_07:44) | ppc64le | 101.49MB | Jan 21, 2019 at 12:00am (UTC) |
| ubuntu/16.04 (7 more) | bace9561ddd5 | yes | Ubuntu xenial amd64 (20190121_07:43) | x86_64 | 105.73MB | Jan 21, 2019 at 12:00am (UTC) |
| ubuntu/16.04/arm64 (3 more) | cd37188b59a3 | yes | Ubuntu xenial arm64 (20190121_07:44) | aarch64 | 98.89MB | Jan 21, 2019 at 12:00am (UTC) |
| ubuntu/16.04/armhf (3 more) | 74866ca9f261 | yes | Ubuntu xenial armhf (20190121_07:45) | armv7l | 97.82MB | Jan 21, 2019 at 12:00am (UTC) |
| ubuntu/16.04/i386 (3 more) | 83ca6bb8be46 | yes | Ubuntu xenial i386 (20190121_07:43) | i686 | 106.59MB | Jan 21, 2019 at 12:00am (UTC) |
| ubuntu/16.04/powerpc (3 more) | a5b2fb45a48e | yes | Ubuntu xenial powerpc (20180824_07:44) | ppc | 105.72MB | Aug 24, 2018 at 12:00am (UTC) |
| ubuntu/16.04/ppc64el (3 more) | db26673b2b67 | yes | Ubuntu xenial ppc64el (20190121_07:44) | ppc64le | 108.76MB | Jan 21, 2019 at 12:00am (UTC) |
| ubuntu/16.04/s390x (3 more) | ea778810118b | yes | Ubuntu xenial s390x (20190121_07:44) | s390x | 104.56MB | Jan 21, 2019 at 12:00am (UTC) |
| ubuntu/18.04 (7 more) | 85925950fc2d | yes | Ubuntu bionic amd64 (20190121_07:43) | x86_64 | 121.11MB | Jan 21, 2019 at 12:00am (UTC) |
| ubuntu/18.04/arm64 (3 more) | 98b53b38bc64 | yes | Ubuntu bionic arm64 (20190121_07:44) | aarch64 | 114.92MB | Jan 21, 2019 at 12:00am (UTC) |
| ubuntu/18.04/armhf (3 more) | 31da47a37821 | yes | Ubuntu bionic armhf (20190121_07:46) | armv7l | 112.04MB | Jan 21, 2019 at 12:00am (UTC) |
| ubuntu/18.04/i386 (3 more) | 5243636b4704 | yes | Ubuntu bionic i386 (20190121_07:50) | i686 | 122.43MB | Jan 21, 2019 at 12:00am (UTC) |
| ubuntu/18.04/ppc64el (3 more) | 69c2678afa23 | yes | Ubuntu bionic ppc64el (20190121_07:45) | ppc64le | 128.91MB | Jan 21, 2019 at 12:00am (UTC) |
| ubuntu/18.04/s390x (3 more) | 7b7396a04896 | yes | Ubuntu bionic s390x (20190121_07:44) | s390x | 118.83MB | Jan 21, 2019 at 12:00am (UTC) |
| ubuntu/18.10 (7 more) | 6c709b51f5b5 | yes | Ubuntu cosmic amd64 (20190121_07:43) | x86_64 | 122.61MB | Jan 21, 2019 at 12:00am (UTC) |
| ubuntu/18.10/arm64 (3 more) | f0da427c1639 | yes | Ubuntu cosmic arm64 (20190121_07:45) | aarch64 | 118.83MB | Jan 21, 2019 at 12:00am (UTC) |
| ubuntu/18.10/armhf (3 more) | 69b9fcd53792 | yes | Ubuntu cosmic armhf (20190121_07:46) | armv7l | 113.29MB | Jan 21, 2019 at 12:00am (UTC) |
| ubuntu/18.10/i386 (3 more) | cbcf0cb02a17 | yes | Ubuntu cosmic i386 (20190121_07:43) | i686 | 123.93MB | Jan 21, 2019 at 12:00am (UTC) |
| ubuntu/18.10/ppc64el (3 more) | 8fb69679df12 | yes | Ubuntu cosmic ppc64el (20190121_07:44) | ppc64le | 133.36MB | Jan 21, 2019 at 12:00am (UTC) |
| ubuntu/18.10/s390x (3 more) | 86ab2b99c344 | yes | Ubuntu cosmic s390x (20190121_07:44) | s390x | 120.42MB | Jan 21, 2019 at 12:00am (UTC) |
| ubuntu/disco (3 more) | 52ef5ff55501 | yes | Ubuntu disco amd64 (20190121_07:43) | x86_64 | 122.18MB | Jan 21, 2019 at 12:00am (UTC) |
| ubuntu/disco/arm64 (1 more) | af9d16cb195c | yes | Ubuntu disco arm64 (20190121_07:46) | aarch64 | 119.10MB | Jan 21, 2019 at 12:00am (UTC) |
| ubuntu/disco/armhf (1 more) | 6952f9808c41 | yes | Ubuntu disco armhf (20190121_07:45) | armv7l | 113.41MB | Jan 21, 2019 at 12:00am (UTC) |
| ubuntu/disco/i386 (1 more) | 76eae8710c60 | yes | Ubuntu disco i386 (20190121_07:43) | i686 | 123.74MB | Jan 21, 2019 at 12:00am (UTC) |
| ubuntu/disco/ppc64el (1 more) | e52b1571457a | yes | Ubuntu disco ppc64el (20190121_07:44) | ppc64le | 132.48MB | Jan 21, 2019 at 12:00am (UTC) |
| ubuntu/disco/s390x (1 more) | 43bb01a652f1 | yes | Ubuntu disco s390x (20190121_07:44) | s390x | 120.40MB | Jan 21, 2019 at 12:00am (UTC) |
| | 0462d599e2f0 | yes | Ubuntu xenial s390x (20190120_07:44) | s390x | 104.56MB | Jan 20, 2019 at 12:00am (UTC) |
| | 0767b57d1ac6 | yes | Ubuntu xenial ppc64el (20190119_07:44) | ppc64le | 108.76MB | Jan 19, 2019 at 12:00am (UTC) |
| | 0cfe47788466 | yes | Ubuntu bionic ppc64el (20190120_07:44) | ppc64le | 128.91MB | Jan 20, 2019 at 12:00am (UTC) |
| | 12e65e035d11 | yes | Ubuntu bionic armhf (20190119_07:46) | armv7l | 112.04MB | Jan 19, 2019 at 12:00am (UTC) |
| | 1b7c928b9c60 | yes | Ubuntu disco s390x (20190119_07:44) | s390x | 120.39MB | Jan 19, 2019 at 12:00am (UTC) |
| | 2141968b7d50 | yes | Ubuntu cosmic amd64 (20190119_07:43) | x86_64 | 122.61MB | Jan 19, 2019 at 12:00am (UTC) |
| | 2e404ce1a74b | yes | Ubuntu xenial amd64 (20190120_07:43) | x86_64 | 105.73MB | Jan 20, 2019 at 12:00am (UTC) |
| | 2ffc61d05b56 | yes | Ubuntu disco amd64 (20190120_07:43) | x86_64 | 122.19MB | Jan 20, 2019 at 12:00am (UTC) |
| | 3030348e66c4 | yes | Ubuntu disco s390x (20190120_07:44) | s390x | 120.41MB | Jan 20, 2019 at 12:00am (UTC) |
| | 3938232a3fb4 | yes | Ubuntu trusty powerpc (20180823_07:43) | ppc | 99.83MB | Aug 23, 2018 at 12:00am (UTC) |
| | 3988368cd99f | yes | Ubuntu bionic arm64 (20190120_07:45) | aarch64 | 114.92MB | Jan 20, 2019 at 12:00am (UTC) |
| | 3b1badadbf69 | yes | Ubuntu cosmic ppc64el (20190120_07:44) | ppc64le | 133.36MB | Jan 20, 2019 at 12:00am (UTC) |
| | 4388068ea824 | yes | Ubuntu cosmic s390x (20190119_07:44) | s390x | 120.42MB | Jan 19, 2019 at 12:00am (UTC) |
| | 4694f9c229c1 | yes | Ubuntu cosmic ppc64el (20190119_07:44) | ppc64le | 133.36MB | Jan 19, 2019 at 12:00am (UTC) |
| | 49ed68aae5f3 | yes | Ubuntu disco i386 (20190119_07:50) | i686 | 123.73MB | Jan 19, 2019 at 12:00am (UTC) |
| | 4b52b7eb5d25 | yes | Ubuntu trusty i386 (20190120_07:43) | i686 | 97.11MB | Jan 20, 2019 at 12:00am (UTC) |
| | 4c91a4da6554 | yes | Ubuntu-Core 16 amd64 (20190101_19:01) | x86_64 | 243.17MB | Jan 1, 2019 at 12:00am (UTC) |
| | 4d27291b0039 | yes | Ubuntu trusty amd64 (20190119_07:43) | x86_64 | 99.56MB | Jan 19, 2019 at 12:00am (UTC) |
| | 4e356156670c | yes | Ubuntu xenial i386 (20190119_07:43) | i686 | 106.59MB | Jan 19, 2019 at 12:00am (UTC) |
| | 4f47eb92ed64 | yes | Ubuntu disco arm64 (20190119_07:44) | aarch64 | 119.10MB | Jan 19, 2019 at 12:00am (UTC) |
| | 4f6cd151ec73 | yes | Ubuntu disco armhf (20190120_07:50) | armv7l | 113.42MB | Jan 20, 2019 at 12:00am (UTC) |
| | 541336cb99cc | yes | Ubuntu trusty ppc64el (20190120_07:44) | ppc64le | 101.49MB | Jan 20, 2019 at 12:00am (UTC) |
| | 55fa2a747f06 | yes | Ubuntu cosmic arm64 (20190120_07:46) | aarch64 | 118.83MB | Jan 20, 2019 at 12:00am (UTC) |
| | 57753e1c0e28 | yes | Ubuntu bionic s390x (20190120_07:44) | s390x | 118.83MB | Jan 20, 2019 at 12:00am (UTC) |
| | 57e5cf7227d8 | yes | Ubuntu trusty powerpc (20180822_07:44) | ppc | 99.83MB | Aug 22, 2018 at 12:00am (UTC) |
| | 588463fcd724 | yes | Ubuntu xenial armhf (20190119_07:46) | armv7l | 97.82MB | Jan 19, 2019 at 12:00am (UTC) |
| | 5cbbdab2e25e | yes | Ubuntu trusty amd64 (20190120_07:43) | x86_64 | 99.56MB | Jan 20, 2019 at 12:00am (UTC) |
| | 5d27571c996b | yes | Ubuntu cosmic i386 (20190119_07:50) | i686 | 123.93MB | Jan 19, 2019 at 12:00am (UTC) |
| | 6753f688986d | yes | Ubuntu disco ppc64el (20190120_07:44) | ppc64le | 132.49MB | Jan 20, 2019 at 12:00am (UTC) |
| | 6814e07a01e5 | yes | Ubuntu disco arm64 (20190120_07:45) | aarch64 | 119.12MB | Jan 20, 2019 at 12:00am (UTC) |
| | 6a9ba5de63a8 | yes | Ubuntu cosmic arm64 (20190119_07:46) | aarch64 | 118.83MB | Jan 19, 2019 at 12:00am (UTC) |
| | 6dc2ad3dd033 | yes | Ubuntu-Core 16 i386 (20190108_19:01) | i686 | 235.76MB | Jan 8, 2019 at 12:00am (UTC) |
| | 72501ee6bc4f | yes | Ubuntu xenial ppc64el (20190120_07:44) | ppc64le | 108.76MB | Jan 20, 2019 at 12:00am (UTC) |
| | 779ea6928642 | yes | Ubuntu bionic armhf (20190120_07:45) | armv7l | 112.04MB | Jan 20, 2019 at 12:00am (UTC) |
| | 83c7649e0b0a | yes | Ubuntu trusty armhf (20190120_07:49) | armv7l | 92.79MB | Jan 20, 2019 at 12:00am (UTC) |
| | 8ff73611ad9e | yes | Ubuntu xenial armhf (20190120_07:45) | armv7l | 97.82MB | Jan 20, 2019 at 12:00am (UTC) |
| | 9f28b609a923 | yes | Ubuntu-Core 16 i386 (20190101_19:01) | i686 | 235.76MB | Jan 1, 2019 at 12:00am (UTC) |
| | a1e4ab9ec715 | yes | Ubuntu bionic ppc64el (20190119_07:44) | ppc64le | 128.91MB | Jan 19, 2019 at 12:00am (UTC) |
| | a2f2f9880798 | yes | Ubuntu cosmic s390x (20190120_07:44) | s390x | 120.42MB | Jan 20, 2019 at 12:00am (UTC) |
| | a3d00cf29251 | yes | Ubuntu xenial arm64 (20190120_07:46) | aarch64 | 98.88MB | Jan 20, 2019 at 12:00am (UTC) |
| | a4877e63a39d | yes | Ubuntu xenial arm64 (20190119_07:47) | aarch64 | 98.88MB | Jan 19, 2019 at 12:00am (UTC) |
| | a89423d0c730 | yes | Ubuntu cosmic i386 (20190120_07:43) | i686 | 123.93MB | Jan 20, 2019 at 12:00am (UTC) |
| | ab4e89499e3a | yes | Ubuntu-Core 16 amd64 (20190108_19:01) | x86_64 | 243.17MB | Jan 8, 2019 at 12:00am (UTC) |
| | aba6d55f633e | yes | Ubuntu disco armhf (20190119_07:46) | armv7l | 113.41MB | Jan 19, 2019 at 12:00am (UTC) |
| | b0440d0c210f | yes | Ubuntu cosmic armhf (20190120_07:46) | armv7l | 113.29MB | Jan 20, 2019 at 12:00am (UTC) |
| | b122f0338c3c | yes | Ubuntu disco amd64 (20190119_07:43) | x86_64 | 122.16MB | Jan 19, 2019 at 12:00am (UTC) |
| | b1cad01a1467 | yes | Ubuntu xenial powerpc (20180822_07:44) | ppc | 105.70MB | Aug 22, 2018 at 12:00am (UTC) |
| | b9e424a68d6e | yes | Ubuntu bionic arm64 (20190119_07:45) | aarch64 | 114.90MB | Jan 19, 2019 at 12:00am (UTC) |
| | bad503e68602 | yes | Ubuntu bionic amd64 (20190119_07:43) | x86_64 | 121.12MB | Jan 19, 2019 at 12:00am (UTC) |
| | bb868c791067 | yes | Ubuntu trusty arm64 (20190120_07:45) | aarch64 | 93.90MB | Jan 20, 2019 at 12:00am (UTC) |
| | bcfd121d47a0 | yes | Ubuntu disco ppc64el (20190119_07:44) | ppc64le | 132.47MB | Jan 19, 2019 at 12:00am (UTC) |
| | c014adf653db | yes | Ubuntu xenial powerpc (20180823_07:43) | ppc | 105.70MB | Aug 23, 2018 at 12:00am (UTC) |
| | c269820f55f7 | yes | Ubuntu trusty i386 (20190119_07:50) | i686 | 97.11MB | Jan 19, 2019 at 12:00am (UTC) |
| | c6711490f3ef | yes | Ubuntu bionic i386 (20190120_07:50) | i686 | 122.43MB | Jan 20, 2019 at 12:00am (UTC) |
| | c82ceff10494 | yes | Ubuntu trusty arm64 (20190119_07:44) | aarch64 | 93.90MB | Jan 19, 2019 at 12:00am (UTC) |
| | cf7e400ded73 | yes | Ubuntu trusty ppc64el (20190119_07:44) | ppc64le | 101.49MB | Jan 19, 2019 at 12:00am (UTC) |
| | d37e2570209f | yes | Ubuntu xenial i386 (20190120_07:50) | i686 | 106.59MB | Jan 20, 2019 at 12:00am (UTC) |
| | db9f56bdb8fb | yes | Ubuntu bionic s390x (20190119_07:44) | s390x | 118.83MB | Jan 19, 2019 at 12:00am (UTC) |
| | ddc2ed1c3f65 | yes | Ubuntu cosmic armhf (20190119_07:45) | armv7l | 113.29MB | Jan 19, 2019 at 12:00am (UTC) |
| | ddd3362b7af2 | yes | Ubuntu disco i386 (20190120_07:43) | i686 | 123.75MB | Jan 20, 2019 at 12:00am (UTC) |
| | e1d5c8651d40 | yes | Ubuntu xenial s390x (20190119_07:43) | s390x | 104.56MB | Jan 19, 2019 at 12:00am (UTC) |
| | e4d2dfea9f7a | yes | Ubuntu bionic amd64 (20190120_07:43) | x86_64 | 121.12MB | Jan 20, 2019 at 12:00am (UTC) |
| | e80306f52d06 | yes | Ubuntu trusty armhf (20190119_07:46) | armv7l | 92.79MB | Jan 19, 2019 at 12:00am (UTC) |
| | ef0658eea159 | yes | Ubuntu bionic i386 (20190119_07:43) | i686 | 122.44MB | Jan 19, 2019 at 12:00am (UTC) |
| | f23460924e9e | yes | Ubuntu cosmic amd64 (20190120_07:43) | x86_64 | 122.61MB | Jan 20, 2019 at 12:00am (UTC) |
| | f286819b3d5b | yes | Ubuntu xenial amd64 (20190119_07:43) | x86_64 | 105.73MB | Jan 19, 2019 at 12:00am (UTC) |

 

では、いよいよコンテナの起動です。

opensuse42.3を起動してみます。

[kujirai@localhost ~]$ lxc launch images:opensuse/42.3 opensuse1
Creating opensuse1
Starting opensuse1

[kujirai@localhost ~]$ lxc list
+-----------+---------+----------------------+-----------------------------------------------+------------+-----------+
| NAME | STATE | IPV4 | IPV6 | TYPE | SNAPSHOTS |
+-----------+---------+----------------------+-----------------------------------------------+------------+-----------+
| opensuse1 | RUNNING | 10.224.115.80 (eth0) | fd42:40d2:a2d7:2f05:216:3eff:fe25:a6aa (eth0) | PERSISTENT | |
+-----------+---------+----------------------+-----------------------------------------------+------------+-----------+

 

 

コンテナの制御

とりあえず、lxcコマンドのヘルプをチェック。

[kujirai@localhost ~]$ lxc --help
Description:
Command line client for LXD

All of LXD's features can be driven through the various commands below.
For help with any of those, simply call them with --help.

Usage:
lxc [command]

Available Commands:
alias Manage command aliases
cluster Manage cluster members
config Manage container and server configuration options
console Attach to container consoles
copy Copy containers within or in between LXD instances
delete Delete containers and snapshots
exec Execute commands in containers
export Export container backups
file Manage files in containers
help Help about any command
image Manage images
import Import container backups
info Show container or server information
launch Create and start containers from images
list List containers
move Move containers within or in between LXD instances
network Manage and attach containers to networks
operation List, show and delete background operations
profile Manage profiles
project Manage projects
publish Publish containers as images
remote Manage the list of remote servers
rename Rename containers and snapshots
restart Restart containers
restore Restore containers from snapshots
snapshot Create container snapshots
start Start containers
stop Stop containers
storage Manage storage pools and volumes
version Show local and remote versions

Flags:
--all Show less common commands
--debug Show all debug messages
--force-local Force using the local unix socket
-h, --help Print help
--project string Override the source project
-q, --quiet Don't show progress information
-v, --verbose Show all information messages
--version Print version number

Use "lxc [command] --help" for more information about a command.

 

起動したコンテナの情報参照。

[kujirai@localhost ~]$ lxc info opensuse1
Name: opensuse1
Location: none
Remote: unix://
Architecture: x86_64
Created: 2019/01/20 04:31 UTC
Status: Running
Type: persistent
Profiles: default
Pid: 8294
Ips:
eth0: inet 10.224.115.80 vethJWY1O6
eth0: inet6 fd42:40d2:a2d7:2f05:216:3eff:fe25:a6aa vethJWY1O6
eth0: inet6 fe80::216:3eff:fe25:a6aa vethJWY1O6
lo: inet 127.0.0.1
lo: inet6 ::1
Resources:
Processes: 16
CPU usage:
CPU usage (in seconds): 11
Memory usage:
Memory (current): 53.54MB
Memory (peak): 57.45MB
Network usage:
eth0:
Bytes received: 3.46kB
Bytes sent: 2.10kB
Packets received: 29
Packets sent: 20
lo:
Bytes received: 0B
Bytes sent: 0B
Packets received: 0
Packets sent: 0

 

コンテナ内へ入り、コマンドを実行してみます。

[kujirai@localhost ~]$ lxc exec opensuse1 bash
opensuse1:~ # uname -a
Linux opensuse1 3.10.0-957.1.3.el7.x86_64 #1 SMP Thu Nov 29 14:49:43 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
opensuse1:~ # exit
exit

 

コンテナを停止します。

[kujirai@localhost ~]$ lxc stop opensuse1
[kujirai@localhost ~]$ lxc list
+-----------+---------+------+------+------------+-----------+
| NAME | STATE | IPV4 | IPV6 | TYPE | SNAPSHOTS |
+-----------+---------+------+------+------------+-----------+
| opensuse1 | STOPPED | | | PERSISTENT | |
+-----------+---------+------+------+------------+-----------+

 

コンテナを削除します。

[kujirai@localhost ~]$ lxc delete opensuse1

 

また psを実行すると、コンテナがプロセスとして実行されていることが確認できます。

[kujirai@localhost ~]$ lxc launch images:opensuse/42.3 opensuse2
Creating opensuse2
Starting opensuse2

[kujirai@localhost ~]$ ps aux | grep lxc
root 5131 0.0 0.4 219320 8704 ? Ss 14:35 0:00 [lxc monitor] /var/snap/lxd/common/lxd/containers opensuse2
root 6111 0.4 0.1 751904 3576 ? Sl 13:24 0:21 lxcfs /var/snap/lxd/common/var/lib/lxcfs -p /var/snap/lxd/common/lxcfs.pid
kujirai 10070 0.0 0.0 112728 980 pts/0 S+ 14:38 0:00 grep --color=auto lxc

 

コンテナの設定は、/var/snap/lxd/common/lxd/logs/コンテナ名/lxc.confにあります。

[root@localhost ~]# find / -name lxc.conf
/var/snap/lxd/common/lxd/logs/opensuse1/lxc.conf
/var/snap/lxd/common/lxd/logs/opensuse2/lxc.conf
[root@localhost ~]# cat /var/snap/lxd/common/lxd/logs/opensuse2/lxc.conf
lxc.log.file = /var/snap/lxd/common/lxd/logs/opensuse2/lxc.log
lxc.log.level = warn
lxc.console.buffer.size = auto
lxc.console.size = auto
lxc.console.logfile = /var/snap/lxd/common/lxd/logs/opensuse2/console.log
lxc.mount.auto = proc:rw sys:rw cgroup:mixed
lxc.autodev = 1
lxc.pty.max = 1024
lxc.mount.entry = /dev/fuse dev/fuse none bind,create=file,optional
lxc.mount.entry = /dev/net/tun dev/net/tun none bind,create=file,optional
lxc.mount.entry = /proc/sys/fs/binfmt_misc proc/sys/fs/binfmt_misc none rbind,create=dir,optional
lxc.mount.entry = /sys/fs/fuse/connections sys/fs/fuse/connections none rbind,create=dir,optional
lxc.mount.entry = /sys/fs/pstore sys/fs/pstore none rbind,create=dir,optional
lxc.mount.entry = /sys/kernel/debug sys/kernel/debug none rbind,create=dir,optional
lxc.mount.entry = /sys/kernel/security sys/kernel/security none rbind,create=dir,optional
lxc.mount.entry = /dev/mqueue dev/mqueue none rbind,create=dir,optional
lxc.include = /snap/lxd/current/lxc/config//common.conf.d/
lxc.arch = linux64
lxc.hook.pre-start = /snap/lxd/current/bin/lxd callhook /var/snap/lxd/common/lxd 2 start
lxc.hook.post-stop = /snap/lxd/current/bin/lxd callhook /var/snap/lxd/common/lxd 2 stop
lxc.tty.max = 0
lxc.uts.name = opensuse2
lxc.mount.entry = /var/snap/lxd/common/lxd/devlxd dev/lxd none bind,create=dir 0 0
lxc.seccomp.profile = /var/snap/lxd/common/lxd/security/seccomp/opensuse2
lxc.idmap = u 0 1000000 1000000000
lxc.idmap = g 0 1000000 1000000000
lxc.rootfs.path = dir:/var/snap/lxd/common/lxd/containers/opensuse2/rootfs
lxc.net.0.type = veth
lxc.net.0.flags = up
lxc.net.0.link = lxdbr0
lxc.net.0.hwaddr = 00:16:3e:b4:2a:25
lxc.net.0.name = eth0
lxc.mount.auto = shmounts:/var/snap/lxd/common/lxd/shmounts/opensuse2:/dev/.lxd-mounts

  

ip addr showを実行すると、コンテナ用のインターフェイス「vethRKP5L6@if10」が作成されています。

[kujirai@localhost ~]$ ip addr show
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
valid_lft forever preferred_lft forever
inet6 ::1/128 scope host
valid_lft forever preferred_lft forever
2: enp0s3: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000
link/ether 08:00:27:96:f6:c0 brd ff:ff:ff:ff:ff:ff
inet 192.168.10.72/24 brd 192.168.10.255 scope global noprefixroute dynamic enp0s3
valid_lft 80790sec preferred_lft 80790sec
inet6 fe80::bba:f6af:15f8:fdcb/64 scope link noprefixroute
valid_lft forever preferred_lft forever
3: lxdbr0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
link/ether fe:fd:f3:56:c3:a4 brd ff:ff:ff:ff:ff:ff
inet 10.224.115.1/24 scope global lxdbr0
valid_lft forever preferred_lft forever
inet6 fd42:40d2:a2d7:2f05::1/64 scope global
valid_lft forever preferred_lft forever
inet6 fe80::441f:35ff:fe3c:d035/64 scope link
valid_lft forever preferred_lft forever
11: vethRKP5L6@if10: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master lxdbr0 state UP group default qlen 1000
link/ether fe:fd:f3:56:c3:a4 brd ff:ff:ff:ff:ff:ff link-netnsid 0
inet6 fe80::fcfd:f3ff:fe56:c3a4/64 scope link
valid_lft forever preferred_lft forever

 

 

感想・気になった点など

使用した感覚としては、dockerと同じような印象です。

また、virshコマンドvirt-managerなどでもコンテナの操作はできるようです。

そのほか、lxc-createなどlxc-***というコマンドによる操作も可能のようです。

 

 

おまけ(lxcコマンド)

Mac OS Xでは、brewを使ってlxc(クライアントコマンド)をインストールできます。

bash-3.2$ brew install lxc
Updating Homebrew...
==> Downloading https://homebrew.bintray.com/bottles/lxc-3.9.mojave.bottle.tar.g
######################################################################## 100.0%
==> Pouring lxc-3.9.mojave.bottle.tar.gz
🍺 /usr/local/Cellar/lxc/3.9: 6 files, 18.3MB

  

 

 

 

 

 

 

www.slideshare.net

github.com

www.facebook.com

twitter.com

www.instagram.com

 

 

にほんブログ村 IT技術ブログ Linuxへ
Linux

にほんブログ村 IT技術ブログ オープンソースへ
オープンソース

 

 

Opensourcetech by Takahiro Kujirai