ceph-container
ceph-container copied to clipboard
Makefile: use podman instead of docker
Switch the Makefile operations to use podman
instead of docker
. Avoid the need for the moby-engine
package or podman
/docker
aliases.
jenkins test ceph_ansible-lvm_osds
jenkins test ceph_ansible-collocation
jenkins test ceph_ansible-all_daemons
jenkins test ceph_ansible-collocation
jenkins test ceph_ansible-all_daemons
jenkins test ceph_ansible-all_daemons
jenkins test ceph_ansible-all_daemons
not sure why this is failing in github workflow, tested locally and couldn't reproduce the issue
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.
@ktdreyer can you amend your commit to retrigger the CI please? I'm curious why no tests have run 🤔 Thanks!
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.
This pull request has been automatically closed due to inactivity. Please re-open if these changes are still required.