change user and group to 1000 #5
pipeline.yml
on: push
Annotations
1 error and 1 warning
Build / Docker build (hmpps-github-actions-runner)
buildx failed with: ERROR: failed to solve: process "/bin/bash -e -u -o pipefail -c groupadd \\\n --gid ${CONTAINER_GID} \\\n --system \\\n ${CONTAINER_GROUP}\n\nuseradd \\\n --uid ${CONTAINER_UID} \\\n --gid ${CONTAINER_GROUP} \\\n --create-home \\\n ${CONTAINER_USER}\n\nmkdir --parents ${CONTAINER_HOME}\n\nchown --recursive ${CONTAINER_USER}:${CONTAINER_GROUP} ${CONTAINER_HOME}\n\napt-get update\n\napt-get install --yes --no-install-recommends \\\n \"apt-transport-https=2.7.14build2\" \\\n \"ca-certificates=20240203\" \\\n \"curl=8.5.0-2ubuntu10.1\" \\\n \"git=1:2.43.0-1ubuntu7\" \\\n \"jq=1.7.1-3build1\" \\\n \"libicu-dev=74.2-1ubuntu3\" \\\n \"lsb-release=12.0-2\" \\\n \"gcc=4:13.2.0-7ubuntu1\" \\\n \"libsqlite3-dev=3.45.1-1ubuntu2\"\n\napt-get clean\n\nrm -rf /var/lib/apt/lists/*\n\ncurl --location \"https://github.com/actions/runner/releases/download/v${ACTIONS_RUNNER_VERSION}/actions-runner-linux-x64-${ACTIONS_RUNNER_VERSION}.tar.gz\" \\\n --output \"actions-runner-linux-x64-${ACTIONS_RUNNER_VERSION}.tar.gz\"\n\necho \"${ACTIONS_RUNNER_PKG_SHA}\" \"actions-runner-linux-x64-${ACTIONS_RUNNER_VERSION}.tar.gz\" | /usr/bin/sha256sum --check\n\ntar --extract --gzip --file=\"actions-runner-linux-x64-${ACTIONS_RUNNER_VERSION}.tar.gz\" --directory=\"${CONTAINER_HOME}\"\n\nrm --force \"actions-runner-linux-x64-${ACTIONS_RUNNER_VERSION}.tar.gz\"\n" did not complete successfully: exit code: 3
|
Build / Docker build (hmpps-github-actions-runner)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, docker/setup-qemu-action@v2, docker/setup-buildx-action@v2, docker/login-action@v2, 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/
|