mirror of
https://github.com/dokku/dokku.git
synced 2025-12-29 00:25:08 +01:00
✅ Add (hopefully) failing test for image labeling
This commit is contained in:
committed by
Jose Diaz-Gonzalez
parent
6d66590fd4
commit
15f4e94b4f
@@ -116,3 +116,11 @@ EOF
|
||||
echo "status: $status"
|
||||
assert_failure
|
||||
}
|
||||
|
||||
@test "(git) git:from-image labels correctly" {
|
||||
run /bin/bash -c "dokku git:from-image $TEST_APP gliderlabs/logspout:v3.2.14"
|
||||
run /bin/bash -c "docker image inspect dokku/$TEST_APP:latest | grep 'alternate-tags' | grep 'gliderlabs/logspout:v3.2.14'"
|
||||
echo "output: $output"
|
||||
echo "status: $status"
|
||||
assert_success
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user