We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 594fcef + 6818e73 commit b398fa4Copy full SHA for b398fa4
hack/lib/test.sh
@@ -174,7 +174,7 @@ hyper::test::remove_container_with_volume() {
174
hyper::test::imageuser() {
175
echo "Pod image user config test"
176
# irssi image has "User": "user"
177
- id=$(sudo hyperctl run -d --env="TERM=xterm" irssi:1 | sed -ne "s/POD id is \(.*\)/\1/p")
+ id=$(sudo hyperctl run -d --env="TERM=xterm" irssi:1.1.0 | sed -ne "s/POD id is \(.*\)/\1/p")
178
res=$(sudo hyperctl exec $id ps aux | grep user > /dev/null 2>&1; echo $?)
179
sudo hyperctl rm $id
180
test $res -eq 0
hack/pods/user-override.pod
@@ -1,6 +1,6 @@
1
{
2
"containers" : [{
3
- "image": "irssi:1",
+ "image": "irssi:1.1.0",
4
"user": {
5
"name": "nobody"
6
},
0 commit comments