github.com/dmaizel/tests@v0.0.0-20210728163746-cae6a2d9cee8/integration/docker/docker_ppc64le.go (about) 1 // 2 // Copyright (c) 2019 ARM Limited 3 // 4 // SPDX-License-Identifier: Apache-2.0 5 6 package docker 7 8 const ( 9 // For now, the latest centos:latest is only for x86-64. 10 // See https://github.com/kata-containers/ci/issues/222 for more details 11 CentosImage = "centos:7" 12 )