Skip to content

Dockerizeation2

Dockerizeation2 #33

Triggered via pull request July 25, 2026 22:04
Status Failure
Total duration 5m 27s
Artifacts

devcontainer-ci.yml

on: pull_request
Smoke Test
0s
Smoke Test
Integration Test
0s
Integration Test
Image Size Report
0s
Image Size Report
Cleanup
4s
Cleanup
Fit to window
Zoom out
Zoom in

Annotations

1 error and 1 warning
Build Image
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c id vscode >/dev/null 2>&1 && echo \"vscode user exists, verifying UID/GID...\" && (id -u vscode | grep -q '^1000$' || usermod -u 1000 vscode) && (id -g vscode | grep -q '^1000$' || groupmod -g 1000 vscode) && apt-get update && apt-get install -y sudo && echo \"vscode ALL=(ALL) NOPASSWD:ALL\" > /etc/sudoers.d/vscode && chmod 0440 /etc/sudoers.d/vscode && echo \"vscode user configured\" || (echo \"Creating vscode user...\" && groupadd --gid 1000 vscode && useradd --uid 1000 --gid 1000 -m -s /bin/bash vscode && apt-get update && apt-get install -y sudo && echo \"vscode ALL=(ALL) NOPASSWD:ALL\" > /etc/sudoers.d/vscode && chmod 0440 /etc/sudoers.d/vscode && echo \"vscode user created\")" did not complete successfully: exit code: 4
Build Image
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, docker/build-push-action@v5, docker/login-action@v3, docker/metadata-action@v5, docker/setup-buildx-action@v3. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/