Skip to content

chore(deps): bump ubuntu from c35e29c to cd1dba6 in amp-devcontainer-base#1095

Merged
Ron (rjaegers) merged 1 commit into
mainfrom
chore/update-ubuntu-base-image
Jan 22, 2026
Merged

chore(deps): bump ubuntu from c35e29c to cd1dba6 in amp-devcontainer-base#1095
Ron (rjaegers) merged 1 commit into
mainfrom
chore/update-ubuntu-base-image

Conversation

@rjaegers
Copy link
Copy Markdown
Member

🚀 Hey, I have created a Pull Request

Description of changes

This pull request updates the base Ubuntu image used in the .devcontainer/base/Dockerfile to a newer version. This change ensures the development container uses the latest security patches and system libraries.

Container base image update:

  • Updated the Ubuntu image SHA256 digest for both the extractor stage and the main build stage in .devcontainer/base/Dockerfile to use the latest available version. [1] [2]

✔️ Checklist

  • I have followed the contribution guidelines for this repository
  • I have added tests for new behavior, and have not broken any existing tests
  • I have added or updated relevant documentation
  • I have verified that all added components are accounted for in the SBOM

@rjaegers Ron (rjaegers) requested a review from a team as a code owner January 22, 2026 10:34
Copilot AI review requested due to automatic review settings January 22, 2026 10:34
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the base Ubuntu 24.04 image digest in the devcontainer base Dockerfile to incorporate the latest security patches and system libraries.

Changes:

  • Updated Ubuntu 24.04 base image SHA256 digest from c35e29c to cd1dba6

Comment thread .devcontainer/base/Dockerfile Outdated
Comment thread .devcontainer/base/Dockerfile Outdated
@rjaegers Ron (rjaegers) force-pushed the chore/update-ubuntu-base-image branch from 1a893ee to 9c2f3af Compare January 22, 2026 10:36
@sonarqubecloud
Copy link
Copy Markdown

@github-actions
Copy link
Copy Markdown
Contributor

📦 Container Size Analysis

Note

Comparing ghcr.io/philips-software/amp-devcontainer-base:edgeghcr.io/philips-software/amp-devcontainer-base:pr-1095

📈 Size Comparison Table

OS/Platform Previous Current Change Trend
linux/amd64 167.73 MB 165.42 MB 2.31 MB (-1.38%) 🔽
linux/arm64 160.76 MB 158.36 MB 2.4 MB (-1.5%) 🔽

@github-actions
Copy link
Copy Markdown
Contributor

⚠️MegaLinter analysis: Success with warnings

Descriptor Linter Files Fixed Errors Warnings Elapsed time
✅ ACTION actionlint 20 0 0 0.51s
✅ DOCKERFILE hadolint 3 0 0 0.75s
✅ GHERKIN gherkin-lint 6 0 0 2.54s
✅ JSON npm-package-json-lint yes no no 0.47s
✅ JSON prettier 21 4 0 0 0.55s
✅ JSON v8r 21 0 0 7.32s
✅ MARKDOWN markdownlint 11 0 0 0 0.98s
✅ MARKDOWN markdown-table-formatter 11 0 0 0 0.29s
✅ REPOSITORY checkov yes no no 18.04s
✅ REPOSITORY gitleaks yes no no 0.51s
✅ REPOSITORY git_diff yes no no 0.01s
✅ REPOSITORY grype yes no no 28.69s
✅ REPOSITORY secretlint yes no no 0.93s
✅ REPOSITORY syft yes no no 1.82s
✅ REPOSITORY trivy yes no no 8.21s
✅ REPOSITORY trivy-sbom yes no no 0.23s
✅ REPOSITORY trufflehog yes no no 2.65s
⚠️ SPELL lychee 79 3 0 21.49s
✅ YAML prettier 28 0 0 0 0.97s
✅ YAML v8r 28 0 0 8.11s
✅ YAML yamllint 28 0 0 0.92s

Detailed Issues

⚠️ SPELL / lychee - 3 errors
[IGNORED] docker://pandoc/extra:3.7.0@sha256:a703d335fa237f8fc3303329d87e2555dca5187930da38bfa9010fa4e690933a | Unsupported: Error creating request client: builder error for url (docker://pandoc/extra:3.7.0@sha256:a703d335fa237f8fc3303329d87e2555dca5187930da38bfa9010fa4e690933a)
[ERROR] https://opencontainers.org/ | Network error: error sending request for url (https://opencontainers.org/) Maybe a certificate error?
[ERROR] https://www.contributor-covenant.org/ | Network error: error sending request for url (https://www.contributor-covenant.org/) Maybe a certificate error?
[403] https://developer.arm.com/downloads/-/arm-gnu-toolchain-downloads | Network error: Forbidden
[IGNORED] https://vscode.dev/redirect?url=vscode://ms-vscode-remote.remote-containers/cloneInVolume?url=https://github.com/philips-software/amp-devcontainer | Unsupported: Error creating request client: builder error for url (vscode://ms-vscode-remote.remote-containers/cloneInVolume?url=https://github.com/philips-software/amp-devcontainer)
📝 Summary
---------------------
🔍 Total..........127
✅ Successful.....122
⏳ Timeouts.........0
🔀 Redirected.......0
👻 Excluded.........0
❓ Unknown..........0
🚫 Errors...........3

Errors in .github/CODE_OF_CONDUCT.md
[ERROR] https://www.contributor-covenant.org/ | Network error: error sending request for url (https://www.contributor-covenant.org/) Maybe a certificate error?

Errors in .github/copilot-instructions.md
[ERROR] https://opencontainers.org/ | Network error: error sending request for url (https://opencontainers.org/) Maybe a certificate error?

Errors in .github/workflows/issue-creation-tool-versions.yml
[403] https://developer.arm.com/downloads/-/arm-gnu-toolchain-downloads | Network error: Forbidden

See detailed reports in MegaLinter artifacts

Your project could benefit from a custom flavor, which would allow you to run only the linters you need, and thus improve runtime performances. (Skip this info by defining FLAVOR_SUGGESTIONS: false)

  • Documentation: Custom Flavors
  • Command: npx mega-linter-runner@9.3.0 --custom-flavor-setup --custom-flavor-linters ACTION_ACTIONLINT,DOCKERFILE_HADOLINT,GHERKIN_GHERKIN_LINT,JSON_V8R,JSON_PRETTIER,JSON_NPM_PACKAGE_JSON_LINT,MARKDOWN_MARKDOWNLINT,MARKDOWN_MARKDOWN_TABLE_FORMATTER,REPOSITORY_CHECKOV,REPOSITORY_GIT_DIFF,REPOSITORY_GITLEAKS,REPOSITORY_GRYPE,REPOSITORY_SECRETLINT,REPOSITORY_SYFT,REPOSITORY_TRIVY,REPOSITORY_TRIVY_SBOM,REPOSITORY_TRUFFLEHOG,SPELL_LYCHEE,YAML_PRETTIER,YAML_YAMLLINT,YAML_V8R

MegaLinter is graciously provided by OX Security

@github-actions
Copy link
Copy Markdown
Contributor

📦 Container Size Analysis

Note

Comparing ghcr.io/philips-software/amp-devcontainer-rust:edgeghcr.io/philips-software/amp-devcontainer-rust:pr-1095

📈 Size Comparison Table

OS/Platform Previous Current Change Trend
linux/amd64 548.14 MB 545.83 MB 2.31 MB (-0.42%) 🔽
linux/arm64 502.87 MB 500.47 MB 2.4 MB (-0.48%) 🔽

@github-actions
Copy link
Copy Markdown
Contributor

📦 Container Size Analysis

Note

Comparing ghcr.io/philips-software/amp-devcontainer-cpp:edgeghcr.io/philips-software/amp-devcontainer-cpp:pr-1095

📈 Size Comparison Table

OS/Platform Previous Current Change Trend
linux/amd64 683.73 MB 681.42 MB 2.31 MB (-0.34%) 🔽
linux/arm64 665.68 MB 663.28 MB 2.4 MB (-0.36%) 🔽

@github-actions
Copy link
Copy Markdown
Contributor

Test Results

 7 files  ±0   7 suites  ±0   3m 33s ⏱️ -3s
33 tests ±0  33 ✅ ±0  0 💤 ±0  0 ❌ ±0 
69 runs  ±0  69 ✅ ±0  0 💤 ±0  0 ❌ ±0 

Results for commit 9c2f3af. ± Comparison against base commit f42f104.

@rjaegers Ron (rjaegers) added this pull request to the merge queue Jan 22, 2026
Merged via the queue into main with commit 46ddc60 Jan 22, 2026
42 checks passed
@rjaegers Ron (rjaegers) deleted the chore/update-ubuntu-base-image branch January 22, 2026 17:02
@github-actions
Copy link
Copy Markdown
Contributor

Pull Request Report (#1095)

Static measures

Description Value
Number of added lines 2
Number of deleted lines 2
Number of changed files 1
Number of commits 1
Number of reviews 2
Number of comments (w/o review comments) 6
Number of reviews that contains a comment to resolve 1
Number of reviews that requested a change from the author 0
Number of reviews that approved the Pull Request 1
Get the total number of participants of a Pull Request 5

Time related measures

Description Value
PR lead time (from creation to close of PR) 6.5 Hours
Time that was spend on the branch before the PR was created 58 Sec
Time that was spend on the branch before the PR was merged 6.5 Hours
Time to merge after last review 2.9 Hours

Status check related measures

Description Value
Total runtime for last status check run (Workflow for PR) 43 Min
Total time spend in last status check run on PR 17.8 Min

@github-actions
Copy link
Copy Markdown
Contributor

🎉 Hooray! The changes in this pull request went live with the release of v6.7.1 🎉

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.

3 participants