ppc64le-cloud / docker-ce-build

Apache License 2.0
0 stars 8 forks source link

postsubmit-test-docker-staging is failing #52

Open alunsin opened 1 year ago

alunsin commented 1 year ago

Automated tests on the docker staging website is failing for containerd 1.6.7 See https://prow.ppc64le-cloud.org/view/s3/prow-logs/logs/postsubmit-test-docker-staging/1558036211107368960 This looks like a go version issue.

This looks similar to this issue https://github.com/containerd/containerd/issues/7255

alunsin commented 1 year ago

It looks like we are hitting the buildkit cache issue again, see https://github.com/moby/buildkit/issues/1368 We made a recent changes to run the Docker tests in parallel for checking the packages for the various distro. To run those tests we first build an image where we install the packages under test. Then we call gotestsum in it. Adding a touch on the Docker file prior calling docker build fixes this issue.