Kyle Quest
Kyle Quest
Need to leverage the registry server in the go-containerregistry library ( https://github.com/google/go-containerregistry/tree/main/pkg/registry )
We have no info about the 'debug' command in readme. We do have the `DEBUGGING MINIFIED CONTAINERS` section. Need to extend this section to show how to use the 'debug'...
Integrating with the CI/CD environments is briefly mentioned in a couple of places, but that's not enough.
Right now each CLI command accepts a set of command parameters as separate command line flags. It's ok for adhoc use, but it's less ideal for automation. The goal for...
It's useful to know the exit code of the target application if the target app exited or crashed during the minification process. For many containerized apps it's an important signal...
The Docker Engine v25.0 release deprecates the APIs below version 1.24 ( https://docs.docker.com/engine/deprecated/#deprecate-legacy-api-versions ). The current dynamic version selection logic causes failures if you haven't configured an options field in...
Adding an issue for the discussion we had on twitter... The current interactive cli flow allows you to define a tracepoint where you get to specify the tracepoint's category and...
Provides an ability to adjust the currently hardcoded http request timeouts. Also need to have corresponding fields in the custom HTTP profile JSON file definitions, `request_wait` and `crawl_request_wait`. The `--http-probe-req-wait`...