Commit Graph

18 Commits

Author SHA1 Message Date
Kyle Quest
f24f35de55 registry command placeholder 2022-01-09 19:42:33 -08:00
Mritunjay Kumar Sharma
0d357a9f60
migrate from urfave/cli/v1 to urfave/cli/v2 (#263)
Signed-off-by: Mritunjay Sharma <mritunjaysharma394@gmail.com>
2021-12-26 12:19:39 -08:00
Kyle Quest
75fd0f3685 processing file check fs activity 2021-11-24 23:50:57 -08:00
Ian Juma
e8a0eb3bc5
add support for private registry image pulls when using the --pull flag (#231)
* add support to pull from private registry with --registry flags

* document registry username / password setting usage info

* remove use of deprecated Inspect call

* use extracted auth config

* assume dockerhub when we do not have a registry

* cleanup

* cleanup

* use registry account and secret

* add support for explicit docker-config flag

* update README, add docker config command

* update README, add docker config command

* fix shadowed err
2021-10-13 10:38:51 -07:00
Kyle Quest
5175e48ed0 initial docker-compose support - wip 2021-09-22 12:51:22 -07:00
Ian Juma
ef1ce1ec4c
add platform information to minified image (#219)
* add image platform from image inspector on minified image build

* add image platform from image inspector on minified image build

* note
2021-09-03 13:08:36 -07:00
Kyle Quest
4ae839e15e basic run command 2021-08-30 00:34:41 -07:00
Kyle Quest
a3a059cd9c file name pattern matching updates 2021-02-27 09:43:42 -08:00
Kyle Quest
3cc37baa6d adding color to console logs 2021-02-17 23:58:09 -08:00
Kyle Quest
49648e7633 basic websocket probing capabilities 2020-09-15 17:37:34 -07:00
Kyle Quest
24aa35ac36 http2 support in http probes 2020-08-27 02:14:13 -07:00
Kyle Quest
1e7a817df0 api spec based http probing 2020-08-13 18:41:57 -07:00
Kyle Quest
71ec52086b additional system environment information 2020-07-24 10:54:40 -07:00
Kyle Quest
79490f5f1c adding http probe crawler 2020-05-24 00:51:51 -07:00
Kyle Quest
0539019b7c adding interactive cli capabilities 2020-03-14 14:26:54 -07:00
Kyle Quest
3b66874a05 ability to filter/exclude the artifacts in the optimized container image 2020-03-01 00:52:14 -08:00
Marius Bergmann
054abbb22c Fix dependencies
Before this, I got build errors complaining about undefined logrus symbols from
the docker package, e.g.

```
../../vendor/github.com/docker/docker/errdefs/http_helpers.go:103:21: undefined: logrus.Fields
```

I suspect this happened because the path for the logrus package has a casing
error, but this did not surface on case-insensitive filesystems.

In addition, I ran `go mod vendor` and `go mod tidy`, which added some
additional dependencies to go.mod.
2020-01-02 12:33:14 +01:00
Kyle Quest
ec2b7a46fe switched to Go Modules and cleanup 2019-10-27 11:59:11 -07:00