test: use redis:alpine
Signed-off-by: Antonio Murdaca <runcom@redhat.com>
This commit is contained in:
parent
f648cd6e60
commit
715785950c
5 changed files with 9 additions and 11 deletions
2
test/testdata/container_config.json
vendored
2
test/testdata/container_config.json
vendored
|
@ -4,7 +4,7 @@
|
|||
"attempt": 1
|
||||
},
|
||||
"image": {
|
||||
"image": "docker://redis:latest"
|
||||
"image": "redis:alpine"
|
||||
},
|
||||
"command": [
|
||||
"/bin/ls"
|
||||
|
|
|
@ -7,11 +7,9 @@
|
|||
"image": "%VALUE%"
|
||||
},
|
||||
"command": [
|
||||
"/bin/bash"
|
||||
],
|
||||
"args": [
|
||||
"/bin/ls"
|
||||
],
|
||||
"args": [],
|
||||
"working_dir": "/",
|
||||
"envs": [
|
||||
{
|
||||
|
|
2
test/testdata/container_config_seccomp.json
vendored
2
test/testdata/container_config_seccomp.json
vendored
|
@ -4,7 +4,7 @@
|
|||
"attempt": 1
|
||||
},
|
||||
"image": {
|
||||
"image": "docker://redis:latest"
|
||||
"image": "redis:alpine"
|
||||
},
|
||||
"command": [
|
||||
"/bin/bash"
|
||||
|
|
2
test/testdata/container_redis.json
vendored
2
test/testdata/container_redis.json
vendored
|
@ -3,7 +3,7 @@
|
|||
"name": "podsandbox1-redis"
|
||||
},
|
||||
"image": {
|
||||
"image": "docker://redis:latest"
|
||||
"image": "redis:alpine"
|
||||
},
|
||||
"args": [
|
||||
"docker-entrypoint.sh",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue