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.
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
oruds-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.