File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -100,16 +100,16 @@ kernel image with a Ubuntu 22.04 rootfs from our CI:
100
100
``` bash
101
101
ARCH=" $( uname -m) "
102
102
103
- latest=$( wget " http://spec.ccfc.min.s3.amazonaws.com/?prefix=firecracker-ci/v1.9 /x86_64/vmlinux-5.10&list-type=2" -O - 2> /dev/null | grep " (?<=<Key>)(firecracker-ci/v1.9 /x86_64/vmlinux-5\.10\.[0-9]{3})(?=</Key>)" -o -P)
103
+ latest=$( wget " http://spec.ccfc.min.s3.amazonaws.com/?prefix=firecracker-ci/v1.10 /x86_64/vmlinux-5.10&list-type=2" -O - 2> /dev/null | grep " (?<=<Key>)(firecracker-ci/v1.10 /x86_64/vmlinux-5\.10\.[0-9]{3})(?=</Key>)" -o -P)
104
104
105
105
# Download a linux kernel binary
106
106
wget https://s3.amazonaws.com/spec.ccfc.min/${latest}
107
107
108
108
# Download a rootfs
109
- wget https://s3.amazonaws.com/spec.ccfc.min/firecracker-ci/v1.9 /${ARCH} /ubuntu-22.04.ext4
109
+ wget https://s3.amazonaws.com/spec.ccfc.min/firecracker-ci/v1.10 /${ARCH} /ubuntu-22.04.ext4
110
110
111
111
# Download the ssh key for the rootfs
112
- wget https://s3.amazonaws.com/spec.ccfc.min/firecracker-ci/v1.9 /${ARCH} /ubuntu-22.04.id_rsa
112
+ wget https://s3.amazonaws.com/spec.ccfc.min/firecracker-ci/v1.10 /${ARCH} /ubuntu-22.04.id_rsa
113
113
114
114
# Set user read permission on the ssh key
115
115
chmod 400 ./ubuntu-22.04.id_rsa
Original file line number Diff line number Diff line change @@ -529,7 +529,7 @@ ensure_ci_artifacts() {
529
529
530
530
# Fetch all the artifacts so they are local
531
531
say " Fetching CI artifacts from S3"
532
- S3_URL=s3://spec.ccfc.min/firecracker-ci/v1.9 /$( uname -m)
532
+ S3_URL=s3://spec.ccfc.min/firecracker-ci/v1.10 /$( uname -m)
533
533
ARTIFACTS=$MICROVM_IMAGES_DIR /$( uname -m)
534
534
if [ ! -d " $ARTIFACTS " ]; then
535
535
mkdir -pv $ARTIFACTS
You can’t perform that action at this time.
0 commit comments