Skip to content

feat: add optional golden container disk image with pre-installed tools#51

Merged
mrhillsman merged 1 commit into
mainfrom
feature/golden-container-disk-image
May 22, 2026
Merged

feat: add optional golden container disk image with pre-installed tools#51
mrhillsman merged 1 commit into
mainfrom
feature/golden-container-disk-image

Conversation

@mrhillsman

@mrhillsman mrhillsman commented May 20, 2026

Copy link
Copy Markdown
Contributor
  • Create Containerfile based on Fedora 41
  • Install stress-ng, fio, iperf3, postgresql-server
  • Install chaos tools: iproute-tc, iptables-nft
  • Add build script with verification
  • Add comprehensive documentation
  • Golden image is opt-in via --container-disk-image flag
  • Existing workflow unchanged - packages still in cloud-init
  • DNF idempotency means no harm if packages already installed
  • Reduces VM boot time by 2-5 minutes when used

Closes #16

@exe-prow-github-app exe-prow-github-app Bot requested review from itroyano and komish May 20, 2026 22:55
@exe-prow-github-app

Copy link
Copy Markdown

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: mrhillsman

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@exe-prow-github-app exe-prow-github-app Bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label May 20, 2026
@mrhillsman mrhillsman removed request for itroyano and komish May 21, 2026 03:15
- Create Containerfile based on Fedora 41
- Install stress-ng, fio, iperf3, postgresql-server
- Install chaos tools: iproute-tc, iptables-nft
- Add build script with verification
- Add comprehensive documentation
- Golden image is opt-in via --container-disk-image flag
- Existing workflow unchanged - packages still in cloud-init
- DNF idempotency means no harm if packages already installed
- Reduces VM boot time by 2-5 minutes when used

Addresses #16

Signed-off-by: Melvin Hillsman <mhillsma@redhat.com>
@mrhillsman mrhillsman force-pushed the feature/golden-container-disk-image branch from 2ef0e2b to 4f49f10 Compare May 22, 2026 00:20
@mrhillsman mrhillsman merged commit 2e4c99b into main May 22, 2026
3 of 4 checks passed
@mrhillsman mrhillsman deleted the feature/golden-container-disk-image branch May 22, 2026 06:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature]: Golden container disk image with pre-installed workload tools

1 participant