-
[GoogleContainerTools/distroless](https://github.com/GoogleContainerTools/distroless)
> "Distroless" images contain only your application and its runtime dependencies. They do not contain package m…
-
**Is your feature request related to a problem? Please describe.**
To fulfil the security requirements, we always need to update the base image of the loki and promtail to pass the security sca…
-
Related issue https://github.com/testcontainers/testcontainers-node/issues/682, you can see from the error log that the wait strategy is failing because the image is distroless.
It'd be nice to surf…
-
https://github.com/GoogleContainerTools/distroless#why-should-i-use-distroless-images
Restricting what's in your runtime container to precisely what's necessary for your app is a best practice em…
-
現状 `alpine:3.13.6` を利用しているのを、 `gcr.io/distroless/static:nonroot` を使うようにしたい。
### 移行のために必要なこと
* gateways/gitcommand/command.go で git コマンドを os.exec で実行してるのをやめる必要がある
* git CLI を使うために現状 alpine を…
-
**Describe the bug**
To follow the merged-usr approach, I'm installing a statically linked toybox (with sh) to `/install_root/usr/bin` and then
```
...
FROM gcr.io/distroless/static
COPY --from…
mythi updated
1 month ago
-
This article would support the practice of multi-stage image building for language ecosystem images, so we can link from other sources and also share on social platforms. This is like the benefits of …
-
This error confused me a bit at first, why was it invalid? Eventually I noticed a length of 3 characters for a slice key was successful. Looked up the source and the restriction appears to be due to a…
-
## Background
- This repository uses a lot of `alpine`-based Docker base images (see [relevant search](https://github.com/search?l=&q=alpine+path%3A**%2FDockerfile+repo%3AGoogleCloudPlatform%2Fmicros…
-
Example upstream image: `gcr.io/distroless/nodejs:16`
Error observed in output from `fossa-cli`:
```bash
$ fossa container analyze ***.dkr.ecr.us-west-2.amazonaws.com//:latest
[ INFO] Inferred…