mint
mint copied to clipboard
minT(oolkit): Mint awesome, secure and production ready containers just the way you need them! Don't change anything in your container image and minify it by up to 30x (and for compiled languages even...
Crash in [github.com/mintoolkit/mint/pkg/app/master/command/xray](https://github.com/mintoolkit/mint/blob/1.41.7/pkg/app/master/command/xray/handler.go), line 891 Command run: `$ docker-slim xray docker.io/elyra/kernel-py:3.2.2 --target-type image --platform linux/amd64 --http-probe=false --report report.json` Stack trace: ``` panic: runtime error: invalid memory address or nil pointer...
[Fixes-74](https://github.com/docker-slim/docker-slim/issues74) ================================================================== What =============== Centrally defines all supported Docker instructions (and their prefixed forms) inside `/pkg/docker/dockerfile/dockerfile.go`; replace usage of currently re-defined consts from `/pkg/docker/linter/`, `/pkg/docker/dockerfile/`, `/pkg/docker/instruction/instruction.go`, `/pkg/imagebuilder/imagebuilder.go` Why =============== >...
Right now running `mint -h` or `mint --help` prints this error: `Incorrect Usage: flag: help requested`. We need to handle these use cases properly. For that we need to define...
[Fixes-71](https://github.com/mintoolkit/mint/issues/71) ================================================================== What =============== Defines a global `--help/-h` flag. Why =============== Currently, `mint h` and `mint help` are implemented to show the help info. When using `mint -h` or `mint...
# How to reproduce 1. K8s cluster installed/launched via `minikube start --driver=docker` ✔ 2. `mint` installed from latest release: ```bash $ mint --version mint version linux/amd64|ALP|x.1.42.2|29e62e7836de7b1004607c51c502537ffe1969f0|2025-01-16_07:48:54AM|x ``` 3. try to...
If I configure probes I expected that mint fails if probes return an error. I would expect that both 40x or 50x status codes for probes should let mint stop...
I have successfully used mint to slim the docker images of my AI project but the inference time has almost doubled for almost all of the images without any logical...
Expected Behavior ================= 1. Push a commit to Bitbucket and trigger the pipeline. 2. Install Mint using the installer script. 3. Run `mint build node:20` 4. End up with an...
In addition to supporting standard CLI apps and servers it'll be great to have support for interactive CLI apps.
Expected Behavior ================= Being able to build a docker image from scratch --- Actual Behavior ================= ``` (base) ➜ nexus git:(develop) mint slim --dockerfile Dockerfile --tag getvocal/nexus-slim . cmd=slim info=param.http.probe...