Skip to content

Ansitest: install docker before ansible #119

Ansitest: install docker before ansible

Ansitest: install docker before ansible #119

Re-run triggered January 29, 2025 17:04
Status Failure
Total duration 6m 36s
Artifacts

docker.yml

on: push
Matrix: Build
Fit to window
Zoom out
Zoom in

Annotations

1 error
Build (ansitest) / dockette/ci:ansitest
buildx failed with: ERROR: failed to solve: process "/bin/sh -c apt update && apt dist-upgrade -y && apt install -y --no-install-recommends curl direnv git gnupg2 make python3 python3-pip rsync software-properties-common vagrant wget && curl -fsSL https://download.docker.com/linux/debian/gpg | apt-key add - && add-apt-repository \"deb [arch=${TARGETARCH}] https://download.docker.com/linux/debian bullseye stable\" && apt update && apt install --no-install-recommends -y docker-ce docker-ce-cli containerd.io && echo \"deb http://ppa.launchpad.net/ansible/ansible/ubuntu trusty main\" >> /etc/apt/sources.list.d/ansible.list && apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 93C4A3FD7BB9C367 && apt update && apt install -y ansible && pip3 install ansible-lint yamllint molecule molecule-plugins[docker] && ansible-galaxy collection install --collections-path /usr/lib/python3/dist-packages/ansible_collections -U ansible.utils ansible.posix community.general community.docker && apt-get clean -y && apt-get autoclean -y && apt-get autoremove -y && rm -rf /var/lib/apt/lists/* /var/lib/log/* /tmp/* /var/tmp/* /root/.ansible" did not complete successfully: exit code: 100