slim icon indicating copy to clipboard operation
slim copied to clipboard

Slim(toolkit): Don't change anything in your container image and minify it by up to 30x (and for compiled languages even more) making it secure too! (free and open source)

Results 226 slim issues
Sort by recently updated
recently updated
newest added

Expected Behavior ================= Call docker-slim and receive a slimified image on Windows docker-desktop similar to linux based docker. --- Actual Behavior ================= ``` bash docker-slim[build]: info=http.probe message='using default probe' cmd=build...

help wanted
feature

Bumps [test/bats](https://github.com/bats-core/bats-core) from `325b211` to `dd2d573`. Commits dd2d573 Merge pull request #627 from evancharlton/patch-1 eff7ca5 Update CHANGELOG.md b2f5b49 chore: Fix a typo in tutorial 914880e Merge pull request #623 from...

dependencies
submodules

Expected Behavior ================= docker slim container should quit after analysis --- Actual Behavior ================= It is still running. Every analysis fail and left an running container. ``` $ docker ps...

Description =============== In the README, we are currently not providing proper make target for containerized build. [https://github.com/docker-slim/docker-slim/blob/b5d7fe290e94236657021a15d36fdbdd5d690107/README.md?plain=1#L898](https://github.com/docker-slim/docker-slim/blob/b5d7fe290e94236657021a15d36fdbdd5d690107/README.md?plain=1#L898) Expected Behavior ================= we should provide build target --- Actual Behavior ================= ---...

Expected Behavior ================= That's likely a feature request, but I feel that docker-slim would gain much broader audience if it would allow Apple Silicon users optimizing intel-based images. Since I...

# Description When trying to slim down the tensorflow serving image, the `docker-slim build` command fails. Maybe this is user error, but It is not clear from the documentation what...

Expected Behavior ================= Start profiling a container --- Actual Behavior ================= Container failed to start with the following error ``` cmd=profile info=container status='created' name='dockerslimk_15864_20220623051144' id='e3169e9807fc621ef310d3caae78dc9f08a17e2b87ebe81ab74316bb971a28a1' time="2022-06-23T08:11:44+03:00" level=fatal msg="docker-slim: failure" error="API...

Need to have a global flag to control the console output mode (`--json-output` or something like that).

enhancement
good first issue

Firstiy,I'm sure that my fat-image runs fines. Then,I delete the container from my fat-image and using shell command to slim my fat-image. --sudo: docker-slim build --include-path /var/local --include-shell --http-probe=false [myfatimage]:[version]...