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

I'm having the following problem while shrinking nginx images with docker slim. I'm not sure if I'm doing it correctly and hope I can get an answer in this issue....

triage

Expected Behavior ================= By reading the documentation of the project, I was expecting that `docker-slim profile` was running the exact same part of the app that generates the seccomp profile...

triage

Expected Behavior ================= Usage of documented flag should be accepted. --- Actual Behavior ================= got this error. time="2022-04-05T18:31:32+02:00" level=fatal msg="flag provided but not defined: -http-probe-start-wait" --- Steps to Reproduce the...

triage

Expected Behavior ================= `docker-slim build [image]` executes normally. --- Actual Behavior ================= `docker-slim build [image]` returns the following error: ``` time="2022-03-08T14:10:48+01:00" level=fatal msg="docker-slim: failure" error="API error (400): OCI runtime create...

On : linux ubuntu 19.10 docker-slim version linux|Transformer|1.28.0|c9c3681a3a8b6e8ec8caec7311a1c8329f26cdb9|2020-03-07_07:52:46AM Docker version 19.03.7, build 7141c199a2 > dist_linux/docker-slim build --include-path /etc/ssl --include-path /usr/share/ca-certificates indexer-php > docker-slim[build]: info=http.probe message='using default probe' > docker-slim[build]: state=started...

bug
triage

Sometimes the slim image ends up being bigger than the regular image but I'm not sure why. Here's what I'm doing: **Dockerfile** ``` FROM alpine:3 AS build RUN apk --no-cache...

I'm getting a bunch of `Module does not exist` issue after doing: ```ssh docker-slim build thecodingmachine/php:7.3-v2-apache-node12 ``` Running the slim container returns: ``` ERROR: Module actions does not exist! ERROR:...

triage

Hi, I try to build a Centos 6.10 slim image to understand the process of Docker slim. All is run in docker in docker image from Gitlab CI. I unfortunately...

When running a python application with normal docker images, the application is running on Flask and the API URL is also working. When running this application with docker-slim image, the...

triage

In my image I used an entrypoint that insert env variables to vue project, in Dockerfile: ``` COPY ./client/entrypoint.sh /usr/share/nginx/entrypoint.sh RUN chmod +x /usr/share/nginx/entrypoint.sh ENTRYPOINT ["sh", "/usr/share/nginx/entrypoint.sh"] ``` and the...