Skip to content

Merge pull request #2820 from Cabbagec/dev-runscheduler2 #376

Merge pull request #2820 from Cabbagec/dev-runscheduler2

Merge pull request #2820 from Cabbagec/dev-runscheduler2 #376

Triggered via push October 9, 2024 04:06
Status Failure
Total duration 41s
Artifacts

build.yml

on: push
Build Docker Image
32s
Build Docker Image
Fit to window
Zoom out
Zoom in

Annotations

1 error
Build Docker Image
buildx failed with: ERROR: failed to solve: process "/bin/sh -c cp -f /app/nginx.conf /etc/nginx/nginx.template.conf && cp -f /app/update /usr/local/bin/mp_update && cp -f /app/entrypoint /entrypoint && cp -f /app/docker_http_proxy.conf /etc/nginx/docker_http_proxy.conf && chmod +x /entrypoint /usr/local/bin/mp_update && mkdir -p ${HOME} && groupadd -r moviepilot -g 918 && useradd -r moviepilot -g moviepilot -d ${HOME} -s /bin/bash -u 918 && python_ver=$(python3 -V | awk '{print $2}') && echo \"/app/\" > /usr/local/lib/python${python_ver%.*}/site-packages/app.pth && echo 'fs.inotify.max_user_watches=5242880' >> /etc/sysctl.conf && echo 'fs.inotify.max_user_instances=5242880' >> /etc/sysctl.conf && locale-gen zh_CN.UTF-8 && curl -sL \"https://github.com/***/MoviePilot-Frontend/releases/download/dev_v2.0.0-alpha/dist.zip\" | busybox unzip -d / - && mv /dist /public && curl -sL \"https://github.com/***/MoviePilot-Plugins/archive/refs/heads/main.zip\" | busybox unzip -d /tmp - && mv -f /tmp/MoviePilot-Plugins-main/plugins.v2/* /app/app/plugins/ && curl -sL \"https://github.com/***/MoviePilot-Resources/archive/refs/heads/main.zip\" | busybox unzip -d /tmp - && mv -f /tmp/MoviePilot-Resources-main/resources/* /app/app/helper/ && rm -rf /tmp/*" did not complete successfully: exit code: 1