> [1] https://github.com/CentOS/sig-cloud-instance-images/issues/151 It seems the CentOS 8 images are released for only x86_64 architecture, thought it is announced on above issue page. :) https://hub.docker.com/_/centos?tab=tags ``` $ uname -m x86_64 $ podman run --rm -t docker.io/centos:8 cat /etc/redhat-release CentOS Linux release 8.0.1905 (Core) ``` -- Jun | He - His - Him