ceph-container icon indicating copy to clipboard operation
ceph-container copied to clipboard

Makefile: use podman instead of docker

Open ktdreyer opened this issue 2 years ago • 10 comments

Switch the Makefile operations to use podman instead of docker. Avoid the need for the moby-engine package or podman/docker aliases.

ktdreyer avatar May 31 '22 20:05 ktdreyer

jenkins test ceph_ansible-lvm_osds

guits avatar Jun 16 '22 19:06 guits

jenkins test ceph_ansible-collocation

guits avatar Jun 16 '22 19:06 guits

jenkins test ceph_ansible-all_daemons

guits avatar Jun 16 '22 19:06 guits

jenkins test ceph_ansible-collocation

guits avatar Jun 23 '22 14:06 guits

jenkins test ceph_ansible-all_daemons

guits avatar Jun 23 '22 14:06 guits

jenkins test ceph_ansible-all_daemons

guits avatar Jun 28 '22 13:06 guits

jenkins test ceph_ansible-all_daemons

guits avatar Jun 28 '22 13:06 guits

not sure why this is failing in github workflow, tested locally and couldn't reproduce the issue

guits avatar Jul 05 '22 14:07 guits

not sure why this is failing in github workflow, tested locally and couldn't reproduce the issue

That's probably because the image is built using podman (via make build) while the demo container is started with docker in the github action so the image isn't present for docker.

Unable to find image 'ceph/daemon:demo-main-centos-stream8-x86_64' locally
docker: Error response from daemon: manifest for ceph/daemon:demo-main-centos-stream8-x86_64 not found: manifest unknown: manifest unknown.

dsavineau avatar Jul 05 '22 14:07 dsavineau

@ktdreyer can you amend your commit to retrigger the CI please? I'm curious why no tests have run 🤔 Thanks!

guits avatar Nov 09 '23 07:11 guits

This pull request has been automatically marked as stale because it has not had recent activity. It will be closed in two weeks if no further activity occurs. Thank you for your contributions.

github-actions[bot] avatar Apr 10 '24 20:04 github-actions[bot]

This pull request has been automatically closed due to inactivity. Please re-open if these changes are still required.

github-actions[bot] avatar Apr 25 '24 20:04 github-actions[bot]