Skip to content

feat: Changes to node cyclotron package #52733

feat: Changes to node cyclotron package

feat: Changes to node cyclotron package #52733

Triggered via pull request August 21, 2024 08:42
Status Failure
Total duration 48s
Artifacts

container-images-ci.yml

on: pull_request
Build Docker image
31s
Build Docker image
Lint changed Dockerfiles
37s
Lint changed Dockerfiles
Deploy preview environment  /  Deploy preview environment
Deploy preview environment / Deploy preview environment
Fit to window
Zoom out
Zoom in

Annotations

1 error, 8 warnings, and 1 notice
Build Docker image
failed with: Error: failed to solve: process "/bin/bash -e -o pipefail -c apt-get update && apt-get install -y --no-install-recommends \"make\" \"g++\" \"gcc\" \"python3\" \"libssl-dev\" \"zlib1g-dev\" && rm -rf /var/lib/apt/lists/* && corepack enable && mkdir /tmp/pnpm-store && pnpm install --frozen-lockfile --store-dir /tmp/pnpm-store && rm -rf /tmp/pnpm-store" did not complete successfully: exit code: 1
Build Docker image
The following actions use a deprecated Node.js version and will be forced to run on node20: n1hility/cancel-previous-runs@v3, actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Lint changed Dockerfiles: production.Dockerfile#L53
Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`
Lint changed Dockerfiles: production.Dockerfile#L95
Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`
Lint changed Dockerfiles: production.Dockerfile#L129
Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`
Lint changed Dockerfiles: production.Dockerfile#L151
Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`
Lint changed Dockerfiles: production.Dockerfile#L162
Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`
Lint changed Dockerfiles: production.Dockerfile#L223
Last USER should not be root
Lint changed Dockerfiles
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Lint changed Dockerfiles: production.Dockerfile#L151
Delete the apt-get lists after installing something