Skip to content

Update Dockerfile

Update Dockerfile #2

Triggered via push May 2, 2024 09:52
Status Failure
Total duration 32s
Artifacts

docker.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error
build
buildx failed with: ERROR: failed to solve: process "/bin/ash -eo pipefail -c apk upgrade --no-cache -a && apk add --no-cache ca-certificates bash nodejs-current yarn npm git && yarn global add clean-modules && git clone --recursive https://github.com/Chocobozzz/PeerTube --branch \"$PT_VERSION\" /app && sed -i \"s|gosu|su-exec|g\" /app/support/docker/production/entrypoint.sh && if [ \"$TARGETARCH\" = \"amd64\" ]; then cd /app/client && npm_config_target_platform=linux npm_config_target_arch=x64 yarn install --no-lockfile && clean-modules --yes && cd /app && npm_config_target_platform=linux npm_config_target_arch=x64 yarn install --no-lockfile && clean-modules --yes && npm_config_target_platform=linux npm_config_target_arch=x64 npm run build && clean-modules --yes && rm -r /app/client/node_modules /app/node_modules /app/client/.angular && npm_config_target_platform=linux npm_config_target_arch=x64 yarn install --no-lockfile --production && clean-modules --yes; elif [ \"$TARGETARCH\" = \"arm64\" ]; then cd /app/client && npm_config_target_platform=linux npm_config_target_arch=arm64 yarn install --no-lockfile && clean-modules --yes && cd /app && npm_config_target_platform=linux npm_config_target_arch=arm64 yarn install --no-lockfile && clean-modules --yes && npm_config_target_platform=linux npm_config_target_arch=arm64 npm run build && clean-modules --yes && rm -r /app/client/node_modules /app/node_modules /app/client/.angular && npm_config_target_platform=linux npm_config_target_arch=arm64 yarn install --no-lockfile --production && clean-modules --yes; fi && yarn cache clean --all" did not complete successfully: exit code: 128