Skip to content

Commit

Permalink
rfc: remove broken link (#3012)
Browse files Browse the repository at this point in the history
  • Loading branch information
msanft authored Apr 5, 2024
1 parent 840f460 commit b38a8f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rfc/006-reproducible-builds.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down

0 comments on commit b38a8f4

Please sign in to comment.