Skip to content

Commit

Permalink
Update GitHub runner kernel image links
Browse files Browse the repository at this point in the history
  • Loading branch information
char-1ee committed Nov 27, 2023
1 parent fb0405a commit 03f0a07
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configs/setup/vhive.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"FirecrackerKernelImgDownloadUrl": "https://s3.amazonaws.com/spec.ccfc.min/img/hello/kernel/hello-vmlinux.bin",
"FirecrackerKernelImgDownloadUrl": "https://s3.amazonaws.com/spec.ccfc.min/firecracker-ci/v1.5/x86_64/vmlinux-5.10.186",
"StargzVersion": "0.13.0"
}
2 changes: 1 addition & 1 deletion scripts/github_runner/Dockerfile.github_runner
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ RUN apt-get update && \
sudo mkdir -p /etc/firecracker-containerd && \
sudo mkdir -p /var/lib/firecracker-containerd/runtime && \
sudo mkdir -p /etc/containerd/ && \
sudo curl -fsSL -o /var/lib/firecracker-containerd/runtime/hello-vmlinux.bin https://s3.amazonaws.com/spec.ccfc.min/img/hello/kernel/hello-vmlinux.bin
sudo curl -fsSL -o /var/lib/firecracker-containerd/runtime/hello-vmlinux.bin https://s3.amazonaws.com/spec.ccfc.min/firecracker-ci/v1.5/x86_64/vmlinux-5.10.186

COPY scripts/github_runner/setup_runner.sh /setup_runner.sh
COPY scripts/create_devmapper.sh /create_devmapper.sh
Expand Down

0 comments on commit 03f0a07

Please sign in to comment.