Avi Deitcher
eff77819a4
tests: Update packages to the latest linuxkit/alpine
...
Signed-off-by: Avi Deitcher <avi@deitcher.net >
2024-01-28 20:51:16 +02:00
Avi Deitcher
f8f690f6f3
tests: Update packages to the latest linuxkit/alpine
...
Signed-off-by: Avi Deitcher <avi@deitcher.net >
2024-01-28 15:30:36 +02:00
Avi Deitcher
1bd9e9b5a2
tests: Update packages to the latest linuxkit/alpine
...
Signed-off-by: Avi Deitcher <avi@deitcher.net >
2024-01-28 10:54:20 +02:00
Avi Deitcher
41311cbe2b
tests: Update packages to the latest linuxkit/alpine
...
Signed-off-by: Avi Deitcher <avi@deitcher.net >
2024-01-27 22:27:20 +02:00
Avi Deitcher
c6be190454
tests: Update packages to the latest linuxkit/alpine
...
Signed-off-by: Avi Deitcher <avi@deitcher.net >
2024-01-27 21:09:30 +02:00
Avi Deitcher
846e4c9c4e
tests: Update packages to the latest linuxkit/alpine
...
Signed-off-by: Avi Deitcher <avi@deitcher.net >
2024-01-25 23:22:53 +02:00
Avi Deitcher
e668b25a82
Alpine 317 ( #3888 )
2023-01-05 07:26:50 +02:00
Avi Deitcher
04b90b986a
tests: Update packages to the latest linuxkit/alpine
...
Signed-off-by: Avi Deitcher <avi@deitcher.net >
2021-11-07 16:41:36 +02:00
Avi Deitcher
4f603d0146
tests: Update packages to the latest linuxkit/alpine
...
Signed-off-by: Avi Deitcher <avi@deitcher.net >
2021-04-27 19:53:17 +03:00
Rolf Neugebauer
21852ee16b
tests: Update packages to the latest linuxkit/alpine
...
Signed-off-by: Rolf Neugebauer <rn@rneugeba.io >
2020-04-17 10:36:03 +01:00
Rolf Neugebauer
bb313ac560
tests: Update packages to the latest linuxkit/alpine
...
Signed-off-by: Rolf Neugebauer <rn@rneugeba.io >
2019-04-16 23:16:56 +01:00
Rolf Neugebauer
75422a7ca8
tests: Update packages to the latest linuxkit/alpine
...
Signed-off-by: Rolf Neugebauer <rn@rneugeba.io >
2019-03-02 19:19:13 +00:00
David Scott
5d44a0a33d
pkg/ns: update vendoring of virtsock
...
Signed-off-by: David Scott <dave.scott@docker.com >
2018-08-02 16:09:35 +01:00
Rolf Neugebauer
2b1428b3d6
tests: Update packages to the latest linuxkit/alpine
...
Signed-off-by: Rolf Neugebauer <rn@rneugeba.io >
2018-07-26 19:49:40 +01:00
Rolf Neugebauer
ccc6e48f38
tests: Update packages to latest alpine base
...
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com >
2018-07-10 15:14:12 +01:00
Rolf Neugebauer
c6c502c631
tests: Update packages to latest alpine base
...
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@gmail.com >
2018-07-07 14:03:01 +01:00
Rolf Neugebauer
ea1e10297f
tests: Update packages to latest alpine base
...
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@gmail.com >
2018-05-12 12:43:17 +01:00
Rolf Neugebauer
3dd5cfcbc9
tests: Update to the latest alpine base
...
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com >
2018-04-05 11:34:27 +01:00
Rolf Neugebauer
761ef35eb1
test: Update test packages to latest linuxkit/alpine
...
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com >
2018-01-25 15:07:27 +00:00
Rolf Neugebauer
a759caab48
tests: Update test package to use the alpine:3.7 base image
...
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com >
2017-12-08 16:25:13 +00:00
Ian Campbell
6c7b1c0251
Bump all packages to newest alpine.
...
Signed-off-by: Ian Campbell <ijc@docker.com >
2017-10-24 10:11:24 +01:00
Ian Campbell
29fc12607f
Update various other go base pkgs to newer alpine (go1.9)
...
These are those which set $GOPATH but don't use go-compile.sh.
Signed-off-by: Ian Campbell <ijc@docker.com >
2017-10-12 16:50:47 +01:00
Ian Campbell
a237b51511
Bump alpine base across the board.
...
By running:
./scripts/update-component-sha.sh --image linuxkit/alpine ad35b6ddbc70faa07e59a9d7dee7707c08122e8d
Signed-off-by: Ian Campbell <ijc@docker.com >
2017-10-10 09:55:45 +01:00
Rolf Neugebauer
551e43294f
tests: Update alpine base to multi-arch
...
The following packages did not work on aarch64:
- linuxkit/test-docker-bench
- linuxkit/test-ltp
- linuxkit/test-ns
- linuxkit/test-virtsock
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com >
2017-08-03 17:36:22 +01:00
Rolf Neugebauer
4c74def5c0
tests: Update the netns test package to use runc and rename it to ns
...
The previous version just created a network name space which does
not allow us to also test additional namespaces, e.g. for unix
domain sockets.
This commit uses runc to create a fully namespaced container to
run a test in. It creates a container, configures the network
interfaces in the new network namespace before starting the
container.
A OCI config.json template is used and then customised for a
given test based on command line arguments.
Finally, instead of iperf, we use the socket stress test from
https://github.com/linuxkit/virtsock as it provides finer-grained
control over the traffic patterns (e.g. long lived vs lots of
short lived connections).
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com >
2017-07-25 17:31:32 +01:00