gvisor/scripts
Adin Scannell c60613475c Standardize all Docker images.
This change moves all Docker images to a standard location, and abstracts the
build process so that they can be maintained in an automated fashion. This also
allows the images to be architecture-independent.

All images will now be referred to by the test framework via the canonical
`gvisor.dev/images/<name>`, where `<name>` is a function of the path within the
source tree.

In a subsequent change, continuous integration will be added so that the images
will always be correct and available locally.

In the end, using `bazel` for Docker containers is simply not possible. Given
that we already have the need to use `make` with the base container (for
Docker), we extend this approach to get more flexibility.

This change also adds a self-documenting and powerful Makefile that is intended
to replace the collection of scripts in scripts. Canonical (self-documenting)
targets can be added here for targets that understand which images need to be
loaded and/or built.

PiperOrigin-RevId: 308322438
2020-04-24 14:11:42 -07:00
..
benchmark.sh Fix typo in benchmarks.sh 2020-04-02 11:25:26 -07:00
build.sh Standardize all Docker images. 2020-04-24 14:11:42 -07:00
common.sh Standardize all Docker images. 2020-04-24 14:11:42 -07:00
common_build.sh kokoro: save all files from test.outputs/ 2020-04-24 12:52:49 -07:00
dev.sh Fix runsc permissions for "dev.sh --refresh" 2020-03-06 17:01:51 -08:00
do_tests.sh
docker_tests.sh Standardize all Docker images. 2020-04-24 14:11:42 -07:00
go.sh Update Kokoro image to install Golang 1.13 2019-12-06 20:13:09 -08:00
hostnet_tests.sh Standardize all Docker images. 2020-04-24 14:11:42 -07:00
iptables_tests.sh Standardize all Docker images. 2020-04-24 14:11:42 -07:00
issue_reviver.sh Configure issue reviver to run with Kokoro 2020-01-09 10:17:54 -08:00
kvm_tests.sh Standardize all Docker images. 2020-04-24 14:11:42 -07:00
make_tests.sh Standardize all Docker images. 2020-04-24 14:11:42 -07:00
overlay_tests.sh Standardize all Docker images. 2020-04-24 14:11:42 -07:00
packetdrill_tests.sh Standardize all Docker images. 2020-04-24 14:11:42 -07:00
packetimpact_tests.sh Standardize all Docker images. 2020-04-24 14:11:42 -07:00
release.sh Fix release.sh. git commands need to be run in git repo. 2020-04-20 12:58:32 -07:00
root_tests.sh Standardize all Docker images. 2020-04-24 14:11:42 -07:00
runtime_tests.sh Move runtime_tests.sh to align with other scripts. 2020-04-20 11:08:59 -07:00
simple_tests.sh Mark runner_test as manual. 2019-12-09 11:28:41 -08:00
swgso_tests.sh Standardize all Docker images. 2020-04-24 14:11:42 -07:00
syscall_kvm_tests.sh kokoro: run KVM syscall tests 2019-11-04 16:00:34 -08:00
syscall_tests.sh