Easier ways to download bottlerocket image for bare metal #2779
Replies: 6 comments 5 replies
-
@StefanTheWiz When you say "I'd have to install rust then tuftool and a bunch of other stuff" - what is the "other stuff" you're referring to? |
Beta Was this translation helpful? Give feedback.
-
@StefanTheWiz would it be sufficient to provide binary releases of |
Beta Was this translation helpful? Give feedback.
-
I agree that I made this script for using I'd probably also be fine with a |
Beta Was this translation helpful? Give feedback.
-
I should also add: why do I have to pass three URLs/paths to tuftool? Can't the metadata/targets URL be stored in |
Beta Was this translation helpful? Give feedback.
-
I've created awslabs/tough#662 to track creating binary releases of |
Beta Was this translation helpful? Give feedback.
-
FYI - I added a Dockerfile for |
Beta Was this translation helpful? Give feedback.
-
Hi.
According to this guide on provisioning for bare metal, to download the OS image, I'd have to install rust then tuftool and a bunch of other stuff to get these working.
Is there a reason why this involves so many steps?
Could it be simplified down to:
wget "https://updates.bottlerocket.aws/targets/bottlerocket-${VARIANT}-${ARCH}-${VERSION}.img.lz4"
For context: I'm trying to automate some of the steps in the bare metal guide.
Beta Was this translation helpful? Give feedback.
All reactions