github.com/dmaizel/tests@v0.0.0-20210728163746-cae6a2d9cee8/integration/docker/docker_s390x.go (about)

     1  // Copyright (c) 2019 IBM
     2  //
     3  // SPDX-License-Identifier: Apache-2.0
     4  
     5  package docker
     6  
     7  const (
     8  	// On s390x there is not centos image, instead the clefos image could be used
     9  	CentosImage = "clefos"
    10  )