From b38a8f4d49571b64df966bbfc0c001776c2e372c Mon Sep 17 00:00:00 2001 From: Moritz Sanft <58110325+msanft@users.noreply.github.com> Date: Fri, 5 Apr 2024 11:42:36 +0200 Subject: [PATCH] rfc: remove broken link (#3012) --- rfc/006-reproducible-builds.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rfc/006-reproducible-builds.md b/rfc/006-reproducible-builds.md index fd1849c20..3746d31e9 100644 --- a/rfc/006-reproducible-builds.md +++ b/rfc/006-reproducible-builds.md @@ -31,7 +31,7 @@ Problems arise when the default images do not satisfy our dependency needs (as t To solve this issue we have three options: 1. Build our own base images independent from or inspired by distroless -2. Fork distroless, edit underlying [bazel dependencies](https://github.com/GoogleContainerTools/distroless/blob/main/debian_archives.bzl), build the image +2. Fork [distroless](https://github.com/GoogleContainerTools/distroless), edit underlying Bazel dependencies, build the image 3. Use `apko` to build minimal Alpine images. These images can be configured via `apko` and a declarative `*.yaml` config file. Option `1.`: Results in a similar maintenance work as using `buildah`.