distroless
distroless copied to clipboard
🥑 Language focused docker images, minus the operating system.
It seems that the inotifyd feature of busybox is not compiled in but the symlink is created anyway: ```console $ docker run -ti gcr.io/distroless/cc:debug / # inotifyd inotifyd: applet not...
Hi team, We found below issue in nodejs distroless image. Is there any other a non-root image for nodejs without this issue which we can use, or have you fixed...
The python images do not provide compiled form of .py files which result in image size increase on startup and longer startup times. All .py could be compiled in their...
Could the file `/etc/mime.types` be added to the static image? This had been requested in #256 but was apparently overlooked. The file `/etc/mime.types` is provided by the Debian package `media-types`,...
Recently moved over to distroless for my Go services and am very pleased with the results. Would love to start poking around the experimental python versions. I noticed that the...
With the release of Debian 11, I suggest you include fewer packages in the Debian 11 version of the java images. In our fork we remove `libjpeg62-turbo`, `libfreetype6`, and `fontconfig-config`....
One of the challenges experienced over the last two weeks has been the availability of remote servers to build all debian10 images from source. For example, the incompleteRead error persisted...
Also relates to #153 and the clean up already done by @mattmoor (thanks btw!). During further investigation I've stumbled on some work in rules_pkg github repository [1] that looks like...
Hello, I have trying to use distroless image (python3) to run uWSGI application but the "SyntaxError: Non-UTF-8 code starting with '\xa3' in file /venv/bin/uwsgi" error causes the container to exit....
Currently cacerts appear to be extracted from a relevant Debian package but they are not updated, or consolidated using `update-ca-certificates` prior to their being included/parsed/extracted for use in the various...