Skip to content

Commit 4d02eef

Browse files
committed
sandbox: always use latest runsc version
Configure cloud-init.yaml to always use the latest stable runsc release. This will ensure we get security and bug fixes as we restart our sandbox instances. Fixes golang/go#38317 Change-Id: Ib1d763a3256cb2ce37388c700fdbf35fec8d8d80 Reviewed-on: https://go-review.googlesource.com/c/playground/+/295650 Trust: Alexander Rakoczy <[email protected]> Run-TryBot: Alexander Rakoczy <[email protected]> TryBot-Result: Go Bot <[email protected]> Reviewed-by: Carlos Amedee <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]>
1 parent 9028cb5 commit 4d02eef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sandbox/cloud-init.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ write_files:
1212
}
1313
1414
runcmd:
15-
- curl -L -o /var/lib/docker/runsc https://storage.googleapis.com/go-builder-data/runsc-1.0.1
15+
- curl -L -o /var/lib/docker/runsc https://storage.googleapis.com/gvisor/releases/release/latest/x86_64/runsc
1616
- chmod +x /var/lib/docker/runsc
1717
- systemctl reload docker.service

0 commit comments

Comments
 (0)