Skip to content

ci: upgrade base images lost in PR #62 merge conflict (issue #65)#66

Merged
levleontiev merged 1 commit intomainfrom
feature/issue-65-upgrade-base-images
Mar 25, 2026
Merged

ci: upgrade base images lost in PR #62 merge conflict (issue #65)#66
levleontiev merged 1 commit intomainfrom
feature/issue-65-upgrade-base-images

Conversation

@levleontiev
Copy link
Contributor

Summary

  • Restores openresty upgrade 1.25.3.2-jammy1.29.2.1-jammy with digest pin
  • Restores ubuntu upgrade 22.0424.04 with digest pin (Dockerfile.test)
  • Updates supply_chain_pins_spec.lua expected digest to match new openresty version

These upgrades landed via dependabot PRs #59 and #60 but were overwritten when PR #62 was merged from an older base.

Closes #65.

Test plan

  • CI green (validate-config-and-policies, lua-quality, e2e-smoke)
  • supply_chain_pins_spec passes with new digest
  • Docker build succeeds with openresty 1.29.2.1-jammy

🤖 Generated with Claude Code

PR #62 (supply chain hardening) was based on the pre-dependabot state
and overwrote two base image upgrades that had already landed on main:
- PR #60: openresty 1.25.3.2-jammy → 1.29.2.1-jammy
- PR #59: ubuntu 22.04 → 24.04

Restores both upgrades with pinned digests:
- openresty 1.29.2.1-jammy@sha256:01ae8007b5a26967ad8158554591c889345be3ffe51424fe475beb38ed923692
- ubuntu 24.04@sha256:67efaecc0031a612cf7bb3c863407018dbbef0a971f62032b77aa542ac8ac0d2

Updates supply_chain_pins_spec.lua to match the new openresty digest.

Closes #65.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@levleontiev levleontiev merged commit 54ba5b2 into main Mar 25, 2026
11 checks passed
@levleontiev levleontiev deleted the feature/issue-65-upgrade-base-images branch March 25, 2026 14:12
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.

ci: upgrade base images to latest versions with digest pins

2 participants