Docker images for integration tests #3
docker-integration-tests.yaml
on: workflow_dispatch
Create list of existing dockerfiles
3s
Matrix: Build and push Docker image
Annotations
2 errors
Build and push Docker image (integration-tests/Dockerfile_alpine3, alpine3)
buildx failed with: ERROR: failed to solve: process "/bin/sh -c apk update && apk add --no-cache openrc apache2=2.4.59-r0 bash ca-certificates tinyproxy && sed -i 's/Listen 80/Listen 0.0.0.0:80/g' /etc/apache2/httpd.conf && rc-update add apache2 && rc-update add tinyproxy && rm -rf /etc/init.d/networking /etc/init.d/hwdrivers /var/cache/apk/* /tmp/*" did not complete successfully: exit code: 1
|
Build and push Docker image (integration-tests/Dockerfile_centos7, centos7)
buildx failed with: ERROR: failed to solve: process "/bin/sh -c yum -y --disablerepo='*' --enablerepo=base,extras install httpd epel-release && yum clean all" did not complete successfully: exit code: 1
|