Skip to content

Promote Amazon Linux curl bootstrap fix#15

Merged
OziinG merged 2 commits intomainfrom
dev
Apr 30, 2026
Merged

Promote Amazon Linux curl bootstrap fix#15
OziinG merged 2 commits intomainfrom
dev

Conversation

@OziinG
Copy link
Copy Markdown
Contributor

@OziinG OziinG commented Apr 30, 2026

Summary

  • Promotes the Amazon Linux curl-minimal bootstrap fix to main.
  • Required for the fresh EC2 host created for EC2 deployment baseline #3.

Verification

  • bash -n scripts/ec2-bootstrap-and-deploy.sh
  • git diff --check

Follow-up for #3.

OziinG and others added 2 commits April 30, 2026 15:30
Let Amazon Linux keep curl-minimal during EC2 bootstrap so the deploy script can install Docker without dnf resolving a curl package conflict.

Constraint: Live EC2 deploy failed on a fresh AL2023 host because curl-minimal conflicted with dnf install curl.

Rejected: Installing curl with allowerasing unconditionally | the base image already provides curl-minimal and does not need replacement.

Confidence: high

Scope-risk: narrow

Directive: Prefer checking command availability before installing packages on vendor images.

Tested: bash -n scripts/ec2-bootstrap-and-deploy.sh; git diff --check.

Not-tested: Live EC2 deploy until this patch reaches main.

Related: #3

Co-authored-by: OmX <omx@oh-my-codex.dev>
Merge PR #14 to unblock AL2023 EC2 bootstrap.
@OziinG OziinG merged commit c38fd1d into main Apr 30, 2026
2 checks passed
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.

1 participant