summaryrefslogtreecommitdiffstats
path: root/image
AgeCommit message (Expand)Author
2019-07-21Merge branch 'master' into format-fixesAlex Goodman
2019-07-20replace travis with gitlab; linting fixesAlex Goodman
2019-07-19Fixed import order using goimportsChristian Muehlhaeuser
2019-03-16gofmt fixv0.7.0Alex Goodman
2019-03-16dont depend on image history to exist (closes #169)Alex Goodman
2019-03-16Adds support for docker host access over ssh (#173)Akshay Chhajed
2019-02-22Filetree improvements (#165)Alex Goodman
2019-02-18reference layer data for source of truth on indexAlex Goodman
2019-02-17less verbose processing outputAlex Goodman
2018-12-30Add CI integration (#143)Alex Goodman
2018-12-08Performance tweaks (#127)Alex Goodman
2018-12-08Refactor image preprocessing (#121)Alex Goodman
2018-12-03read entire json file on image parsingAlex Goodman
2018-12-01fail on image not found without panic; add extra chmod case to test dockerfilev0.4.0Alex Goodman
2018-11-30Removes extra if (Typo from #114) (#115)Akshay Chhajed
2018-11-29Fix a problem with the size checking (#114)Chris Cinelli
2018-11-29remove jotframeAlex Goodman
2018-11-29Feature/cc/do not write image (#108)Alex Goodman
2018-11-29Only scan the tar file once (#103)Chris Cinelli
2018-11-29Using the same `client.WithVersion(dockerVersion)` as in other places. On my ...Chris Cinelli
2018-11-24ensure tmp image is cleaned up on crash (addresses part of #58)v0.3.0Alex Goodman
2018-11-24use env vars to determine the docker API version (closes #71)Alex Goodman
2018-11-01discover docker version automatically (fixes #47)Alex Goodman
2018-10-31#29: Support configuring the docker client from environment variables (#54)Nathan Lowe
2018-10-27cleanup on exit of non-gocui methods (fixes #42)Alex Goodman
2018-10-27add id + tar name to the layer detailsAlex Goodman
2018-10-24unaccounted whiteout files should not be fatalv0.0.7Alex Goodman
2018-10-24rm debug codeAlex Goodman
2018-10-22truncate inefficiencies report (fixes #27)v0.0.4Alex Goodman
2018-10-22pin docker client versionv0.0.3Alex Goodman
2018-10-21rm debug infoAlex Goodman
2018-10-21image tar can be a symlink (fixes #26)Alex Goodman
2018-10-20pull images when not found (closes #25); small fixesAlex Goodman
2018-10-16gofmtAlex Goodman
2018-10-16with fancy pre-processingAlex Goodman
2018-10-16Merge branch 'master' into parallel-tar-procAlex Goodman
2018-10-15added basic documentationAlex Goodman
2018-10-14Size based efficiency (#24)Alex Goodman
2018-10-14Add details pane (#23)Alex Goodman
2018-10-14implements build command (#22)Alex Goodman
2018-10-13process tars in parallelAlex Goodman
2018-10-07Independent filetree buffer + partial tree rendering (#18)Alex Goodman
2018-10-07Reconcile history from image manifest and config (#17)Alex Goodman
2018-10-06a few low hanging perf improvements (#16)Alex Goodman
2018-10-01renamed to dive; use cobra; rm dep; imagehistory fixAlex Goodman
2018-08-21show layer efficiency in layerviewAlex Goodman
2018-07-04Improve bounds checking and EOF handling (#9)William Murphy
2018-06-24first take at layer multiselectAlex Goodman
2018-06-24formatting fixesAlex Goodman
2018-06-24added file attributes + headersAlex Goodman