github.com/dmaizel/tests@v0.0.0-20210728163746-cae6a2d9cee8/integration/docker/docker_arch_base.go (about) 1 // +build !arm64,!ppc64le,!s390x 2 3 // Copyright (c) 2019 IBM 4 // 5 // SPDX-License-Identifier: Apache-2.0 6 7 package docker 8 9 const ( 10 // CentosImage is the centos image 11 CentosImage = "centos" 12 )