mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-27 04:28:20 +00:00
commit
b5ea59e122
@ -25,7 +25,7 @@ bake_image()
|
|||||||
# initrd via syslinux in MBR. That formatted drive can then be snapshotted
|
# initrd via syslinux in MBR. That formatted drive can then be snapshotted
|
||||||
# and turned into an AMI.
|
# and turned into an AMI.
|
||||||
VOLUME_ID=$(aws ec2 create-volume \
|
VOLUME_ID=$(aws ec2 create-volume \
|
||||||
--size 20 \
|
--size 1 \
|
||||||
--availability-zone $(current_instance_az) | jq -r .VolumeId)
|
--availability-zone $(current_instance_az) | jq -r .VolumeId)
|
||||||
|
|
||||||
tag ${VOLUME_ID} ${DAY} ${CHANNEL}
|
tag ${VOLUME_ID} ${DAY} ${CHANNEL}
|
||||||
|
Loading…
Reference in New Issue
Block a user