ppc64le-cloud / docker-ce-build

Apache License 2.0
0 stars 8 forks source link

0.9-ppc64le DinD image for build and tests #216

Closed AshwinHIBM closed 1 month ago

AshwinHIBM commented 1 month ago

A Docker image was built using https://github.com/ppc64le-cloud/docker-ce-build/compare/main...AshwinHIBM:docker-ce-build:0.9-ppc64le?expand=1#diff-c21b6a06ad8e557007d6d6b5d01fa16331d6d42b8cece38b90d15cf05b3c18d1 and tagged 0.9-ppc64le. Update the Dockerfile here for keeping a record. Also propagate the same updates across the test Dockerfiles. Also change CONTAINERD_BUILD to 1 so we can build Docker and containerd in one go. Also build Docker v27.1.0 and containerd v1.7.19.

ppc64le-cloud-bot commented 1 month ago

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: AshwinHIBM

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files: - ~~[OWNERS](https://github.com/ppc64le-cloud/docker-ce-build/blob/main/OWNERS)~~ [AshwinHIBM] Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment
clnperez commented 1 month ago

LGTM Can you add a note in the commit message about why you changed the containerd build var to 1?

AshwinHIBM commented 1 month ago

LGTM Can you add a note in the commit message about why you changed the containerd build var to 1?

Thanks, added.

AshwinHIBM commented 1 month ago

Rebased to include Docker build 27.1.0 and containerd v1.7.19. Hence the only changes are in the env.list file which can be seen using the Compare button above.