defenseunicorns / uds-rke2-image-builder

Packer builds to produce STIG'd RKE2 images
7 stars 0 forks source link

Image Builder Pipeline #45

Closed justin-o12 closed 2 months ago

justin-o12 commented 8 months ago

We need a pipeline that will provide some automation and consistency to the image build process. It could be kicked off with a cron or manual action. It would be nice to then store the ID in AWS Parameter Store (for AWS images, of course). Then, we could always get the latest my querying the param uds-rke2-rhel-latest or uds-rke2-ubuntu-latest. This would run jobs in all environments--dev, staging, and prod.

We could run the pipeline from this repo or the repo for the destination environment.

joelmccoy commented 2 months ago

We have a cron publishing new AMIs monthly here. Rest of this work will be completed by https://github.com/defenseunicorns/uds-infrastructure/issues/367