Kyle Quest

Results 27 issues of Kyle Quest

## User Report in Discord (Kevin) Attempting to build a ffmpeg container. Original is 672M, when I attempt to slim it without adding in the necessary includes, the container shrinks...

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...

enhancement
good first issue
help wanted

In addition to supporting standard CLI apps and servers it'll be great to have support for interactive CLI apps.

We define constants for the Dockerfile instruction names in multiple places. Example: https://github.com/mintoolkit/mint/blob/master/pkg/docker/instruction/instruction.go#L9 (e.g., `Cmd = "cmd"`) https://github.com/mintoolkit/mint/blob/master/pkg/docker/dockerfile/dockerfile.go#L19 (e.g., `instTypeCmd = "CMD"`) https://github.com/mintoolkit/mint/blob/master/pkg/docker/dockerfile/reverse/reverse.go#L108 (e.g., `instTypeCmd = "CMD"`) We need to...

enhancement
good first issue
help wanted

https://github.com/mintoolkit/mint?tab=readme-ov-file#cicd-integrations

documentation
good first issue
help wanted

One of the first questions to ask when Mint fails is, "How did you run it? What are all CLI parameters you specified?". The goal for this feature is to...

enhancement
good first issue
help wanted