server: very debug.
Docker-DCO-1.1-Signed-off-by: Vincent Batts <vbatts@redhat.com> (github: vbatts)
This commit is contained in:
parent
f1cc7ce5d7
commit
f322168563
1 changed files with 0 additions and 3 deletions
|
@ -700,13 +700,10 @@ func (srv *Server) Images(job *engine.Job) engine.Status {
|
|||
filt_tagged = true
|
||||
)
|
||||
|
||||
utils.Debugf("SUCH JOB: %#v", job)
|
||||
utils.Debugf("SUCH ENV: %#v", *job.Env())
|
||||
imageFilters, err := filters.FromParam(job.Getenv("filters"))
|
||||
if err != nil {
|
||||
return job.Error(err)
|
||||
}
|
||||
utils.Debugf("SUCH FILTERS: %#v", imageFilters)
|
||||
if i, ok := imageFilters["untagged"]; ok {
|
||||
for _, value := range i {
|
||||
if strings.ToLower(value) == "true" {
|
||||
|
|
Loading…
Reference in a new issue