Skip to content

Fix failing GitHub Actions job Check Image Tags (Last Release) - #432

Open
Kaniska (Kaniska244) with Copilot wants to merge 3 commits into
mainfrom
copilot/fix-github-actions-job
Open

Fix failing GitHub Actions job Check Image Tags (Last Release)#432
Kaniska (Kaniska244) with Copilot wants to merge 3 commits into
mainfrom
copilot/fix-github-actions-job

Conversation

Copilot AI commented Aug 3, 2026

Copy link
Copy Markdown
Contributor

Thanks for asking me to work on this. I will get started on it and keep this PR's description up to date as I form a plan and make progress.

Fix the failing GitHub Actions job "Check Image Tags (Last Release)"
Analyze the Actions logs, identify the root cause of the failure, and implement a fix.
Check run ID: 91584819238
Job URL: https://github.com/devcontainers/templates/actions/runs/30780771035/job/91584819238

The images repo's last release bumped javascript-node from version 4 to
version 5 and dropped Node.js 20 support (only 22 and 24 remain).

Update all three javascript-node templates to use image version 5 and
remove the Node.js 20 variant proposals, which are no longer available.
@Kaniska244

Copy link
Copy Markdown
Contributor

Copilot For CPP and CPP and Mariadb templates, the the name attribute was wrongly removed in a previous PR. Find it back in prevuous commits and add them.

The name field was accidentally removed from both templates in a previous
PR. Restore "C++" for the cpp template and "C++ & MariaDB" for
cpp-mariadb.

Copilot AI commented Aug 3, 2026

Copy link
Copy Markdown
Contributor Author

Copilot For CPP and CPP and Mariadb templates, the the name attribute was wrongly removed in a previous PR. Find it back in prevuous commits and add them.

Restored the missing name attributes in both templates (accidentally dropped in commit aea9db5):

  • cpp/devcontainer-template.json: "name": "C++"
  • cpp-mariadb/devcontainer-template.json: "name": "C++ & MariaDB"

Fixed in commit Restore missing name attribute in cpp and cpp-mariadb templates.

@Kaniska244
Kaniska (Kaniska244) marked this pull request as ready for review August 3, 2026 16:28
@Kaniska244
Kaniska (Kaniska244) requested a review from a team as a code owner August 3, 2026 16:28
@Kaniska244 Kaniska (Kaniska244) changed the title [WIP] Fix failing GitHub Actions job Check Image Tags (Last Release) Fix failing GitHub Actions job Check Image Tags (Last Release) Aug 3, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants