Skip to content

fix: bump alpine base image from 3.22.1 to 3.22.3#2014

Merged
TerryHowe merged 1 commit intooras-project:release-1.3from
TerryHowe:fix/bump-alpine-base-image
Apr 15, 2026
Merged

fix: bump alpine base image from 3.22.1 to 3.22.3#2014
TerryHowe merged 1 commit intooras-project:release-1.3from
TerryHowe:fix/bump-alpine-base-image

Conversation

@TerryHowe
Copy link
Copy Markdown
Member

Summary

  • Bumps the Alpine runtime base image in the Dockerfile from 3.22.1 to 3.22.3
  • Addresses CVEs reported by container image scanning tools (GHSA-g3vc-q8gm-c5x2)
  • The vulnerabilities (CWE-476: NULL Pointer Dereference, CWE-787: Out-of-bounds Write) are in Alpine system libraries, resolved by updating to the latest 3.22 patch release

Test plan

  • Verify the Docker image builds successfully
  • Run container image scanner against the updated image to confirm CVEs are resolved

Address CVEs reported by scanning tools on the oras alpine image
(GHSA-g3vc-q8gm-c5x2). The vulnerabilities (CWE-476, CWE-787) are
in Alpine system libraries, not oras Go code. Bumping to 3.22.3
picks up the latest security patches in the 3.22 series.

Signed-off-by: Terry Howe <thowe@nvidia.com>
@codecov
Copy link
Copy Markdown

codecov Bot commented Mar 25, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 87.28%. Comparing base (a263eb3) to head (664524d).
⚠️ Report is 1 commits behind head on release-1.3.

Additional details and impacted files
@@             Coverage Diff              @@
##           release-1.3    #2014   +/-   ##
============================================
  Coverage        87.28%   87.28%           
============================================
  Files              143      143           
  Lines             5538     5538           
============================================
  Hits              4834     4834           
  Misses             417      417           
  Partials           287      287           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@TerryHowe TerryHowe merged commit 2cd55aa into oras-project:release-1.3 Apr 15, 2026
8 checks passed
@TerryHowe TerryHowe deleted the fix/bump-alpine-base-image branch April 15, 2026 00:26
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