Skip to content

Update Dockerfile

Update Dockerfile #342

Triggered via push July 17, 2024 09:51
Status Failure
Total duration 1m 50s
Artifacts

docker-build.yml

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

Annotations

5 errors and 1 warning
build (server)
buildx failed with: ERROR: failed to solve: process "/bin/sh -c mkdir -p /srv && git clone https://github.com/***/betterscan /srv/betterscan && cd /srv/betterscan && pip install virtualenv && virtualenv venv && . venv/bin/activate && pipenv install && snap install node --classic --channel=lts && apt-get install -y nodejs && cd /srv/betterscan/quantifiedcode/frontend && npm install && cd /srv/betterscan/quantifiedcode/frontend && chmod -R ugo+rw /srv/betterscan/quantifiedcode/frontend && make && cd /srv/betterscan/quantifiedcode/plugins/git/frontend && make && WORKDIR /srv/betterscan/quantifiedcode/frontend" did not complete successfully: exit code: 1
build (worker)
The job was canceled because "server" failed.
build (worker)
The operation was canceled.
build (worker-cli)
The job was canceled because "server" failed.
build (worker-cli)
The operation was canceled.
build (server)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: docker/build-push-action@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/