Make Claude Desktop install non-fatal in image builds #39
Annotations
2 errors and 5 warnings
|
build (coder-mks-design, Docker-Images/Designer, desktop-kde)
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/bash -c dpkg --add-architecture i386 && apt-get update && apt-get install -y --no-install-recommends software-properties-common && add-apt-repository -y universe && add-apt-repository -y ppa:mozillateam/ppa && add-apt-repository -y ppa:freecad-maintainers/freecad-stable && printf 'Package: firefox*\\nPin: release o=LP-PPA-mozillateam\\nPin-Priority: 1001\\n' > /etc/apt/preferences.d/mozillateam-firefox && apt-get update && apt-get install -y --no-install-recommends build-essential pkg-config python3 python3-venv python3-pip python3-requests pipx zip unzip p7zip-full fuse3 libfuse2 inkscape gimp krita freecad freecad-common openscad prusa-slicer librecad meshlab kicad kicad-demos kicad-symbols kicad-footprints kicad-packages3d kicad-templates fritzing fritzing-data fritzing-parts imagemagick ffmpeg exiftool pandoc fontforge cifs-utils nfs-common sshfs uidmap libdatetime-perl liblist-moreutils-perl libyaml-tiny-perl libhash-merge-simple-perl libxfont2 libfontenc1 ssl-cert simulide wine64 wine32 winbind geany desktop-file-utils command-not-found bash-completion nano iputils-ping byobu pulseaudio pulseaudio-utils alsa-utils && rm -rf /var/lib/apt/lists/*" did not complete successfully: exit code: 100
|
|
build (coder-mks-developer, Docker-Images/Developer, desktop)
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/bash -c set -e; GH_DESKTOP_URL=\"$(curl -fsSL \"https://api.github.com/repos/${GITHUB_DESKTOP_REPO}/releases/latest\" | jq -r '.assets[] | select(.name | test(\"GitHubDesktop-linux-amd64-.*\\\\.deb$\")) | .browser_download_url' | head -n1)\"; if [ -z \"$GH_DESKTOP_URL\" ] || [ -z \"$OPENCODE_DESKTOP_URL\" ]; then echo \"No se encontraron URLs .deb válidas para las apps desktop\" >&2; exit 1; fi; curl -fsSL \"$GH_DESKTOP_URL\" -o /tmp/github-desktop.deb; curl -fsSL \"$OPENCODE_DESKTOP_URL\" -o /tmp/opencode-desktop.deb; apt-get install -y --no-install-recommends /tmp/github-desktop.deb /tmp/opencode-desktop.deb; if curl -fsSL https://aaddrick.github.io/claude-desktop-debian/KEY.gpg | gpg --dearmor -o /usr/share/keyrings/claude-desktop.gpg; then echo \"deb [signed-by=/usr/share/keyrings/claude-desktop.gpg arch=amd64,arm64] https://aaddrick.github.io/claude-desktop-debian stable main\" > /etc/apt/sources.list.d/claude-desktop.list; if ! apt-get update || ! apt-get install -y --no-install-recommends claude-desktop; then echo \"WARN: no se pudo instalar Claude Desktop desde el repo externo; se continua sin esa app\" >&2; fi; else echo \"WARN: no se pudo descargar la key de Claude Desktop; se continua sin esa app\" >&2; fi; rm -f /etc/apt/sources.list.d/claude-desktop.list /usr/share/keyrings/claude-desktop.gpg; rm -rf /var/lib/apt/lists/* /tmp/github-desktop.deb /tmp/opencode-desktop.deb" did not complete successfully: exit code: 100
|
|
build-desktop
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, docker/build-push-action@v5, docker/login-action@v3, docker/metadata-action@v5, docker/setup-buildx-action@v3. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
build-desktop-kde
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, docker/build-push-action@v5, docker/login-action@v3, docker/metadata-action@v5, docker/setup-buildx-action@v3. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
build (coder-mks-design, Docker-Images/Designer, desktop-kde)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, docker/build-push-action@v5, docker/login-action@v3, docker/metadata-action@v5, docker/setup-buildx-action@v3. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
build (coder-mks-developer, Docker-Images/Developer, desktop)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, docker/build-push-action@v5, docker/login-action@v3, docker/metadata-action@v5, docker/setup-buildx-action@v3. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
build (coder-mks-developer-android, Docker-Images/DeveloperAndroid, desktop-kde)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, docker/build-push-action@v5, docker/login-action@v3, docker/metadata-action@v5, docker/setup-buildx-action@v3. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|