mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Set inspect type in ensure-emptyfs
This keeps the test daemon logs from being flooded with calls to lookup emptyfs for other types. Signed-off-by: Brian Goff <cpuguy83@gmail.com>
This commit is contained in:
parent
98e4a7edb6
commit
71ca76e8f2
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
if ! docker inspect emptyfs &> /dev/null; then
|
if ! docker inspect -t image emptyfs &> /dev/null; then
|
||||||
# let's build a "docker save" tarball for "emptyfs"
|
# let's build a "docker save" tarball for "emptyfs"
|
||||||
# see https://github.com/docker/docker/pull/5262
|
# see https://github.com/docker/docker/pull/5262
|
||||||
# and also https://github.com/docker/docker/issues/4242
|
# and also https://github.com/docker/docker/issues/4242
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue