Hi all, The Docker related test cases that hardcoded "alpine" as the Docker image which caused test cases failed on IBM Power platform, since the Docker image "alpine" is not compatible with IBM Power platform.
And I saw an inline comment by Timothy: "// TODO(tnachen): Use local image to test if possible." So just wonder if someone has plan to implement this, or could you give me some tips? I can implement this. Following are the images that used in Mesos test cases: 1. alpine 2. mesosphere/alpine-expect 3. mesosphere/inky 4. mesosphere/test-executor 5. tnachen/test-executor Thanks, Zhiwei