Skip to content

Production 7.0.2 Docker Build #216

Production 7.0.2 Docker Build

Production 7.0.2 Docker Build #216

Triggered via schedule November 1, 2023 02:10
Status Failure
Total duration 2m 55s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

build-702.yml

on: schedule
Fit to window
Zoom out
Zoom in

Annotations

1 error
build
buildx failed with: ERROR: failed to solve: process "/bin/sh -c apk add --no-cache git build-base && git clone https://github.com/openemr/openemr.git --depth 1 && rm -rf openemr/.git && cd openemr && composer install --no-dev && npm install --unsafe-perm && npm run build && cd ccdaservice && npm install --unsafe-perm && cd ../ && composer global require phing/phing && /root/.composer/vendor/bin/phing vendor-clean && /root/.composer/vendor/bin/phing assets-clean && composer global remove phing/phing && composer dump-autoload --optimize --apcu && composer clearcache && npm cache clear --force && rm -fr node_modules && cd ../ && chmod 666 openemr/sites/default/sqlconf.php && chown -R apache openemr/ && mv openemr /var/www/localhost/htdocs/ && mkdir -p /etc/ssl/certs /etc/ssl/private && apk del --no-cache git build-base && sed -i 's/^ *CustomLog/#CustomLog/' /etc/apache2/httpd.conf && sed -i 's/^ *ErrorLog/#ErrorLog/' /etc/apache2/httpd.conf && sed -i 's/^ *CustomLog/#CustomLog/' /etc/apache2/conf.d/ssl.conf && sed -i 's/^ *TransferLog/#TransferLog/' /etc/apache2/conf.d/ssl.conf" did not complete successfully: exit code: 2