-
Notifications
You must be signed in to change notification settings - Fork 32
Update images documentation #367
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
d9a8cac
to
50fd133
Compare
s390x
buildsUpdate repository's README to reflect the changes from a couple recent PRs. Signed-off-by: Hadrien Patte <hadrien.patte@datadoghq.com>
50fd133
to
37d27b4
Compare
@@ -26,20 +31,13 @@ which prevents having to use `docker login` which stores a plain text token in ` | |||
|
|||
This image consists of compilers and libraries needed to build other images for `amd64` and `arm64`. | |||
|
|||
It also includes multiple Bazel version to enable building different version of Istio and Envoy. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See #237
### [`images/bpftool`](images/bpftool/Dockerfile) | ||
|
||
This image builds `bpftool` binary for `amd64` and `arm64` using a cross-compiler. The resulting image has only one file - | ||
`/bin/bpftool`, it is a proper multi-platform image. The binary is dynamically linked to Ubuntu 20.04 glibc and other dependencies. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See #366
|
||
### [`images/llvm`](images/llvm/Dockerfile) | ||
|
||
This image builds `llc` and `clang` binaries for `amd64` and `arm64` using a cross-compiler. The resulting image has only two | ||
files - `/bin/llc` and `/bin/clang`, it is a proper multi-platform image. The binaries are dynamically linked to Ubuntu 20.04 glibc |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See #368
This image builds `llc` and `clang` binaries for `amd64` and `arm64` using a cross-compiler. The resulting image has only two | ||
files - `/bin/llc` and `/bin/clang`, it is a proper multi-platform image. The binaries are dynamically linked to Ubuntu 20.04 glibc | ||
and other dependencies. | ||
This image consists of the `llc`, `clang`, `llvm-objcopy` and `llvm-strip` binaries statically linked and built from [`llvm/llvm-project`](https://github.com/llvm/llvm-project). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Update repository's README to reflect the changes from a couple recent PRs.