Skip to content

Commit e4adcf6

Browse files
committed
Add docs.
1 parent 06c7147 commit e4adcf6

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

docs/src/dev-guide/tooling-containers.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,33 @@ distros using glibc 2.28+, including:
3535
components/core/tools/docker-images/clp-env-base-manylinux_2_28-x86_64
3636
```
3737

38+
## clp-core-dependencies-<arch>-musllinux_1_2
39+
40+
Images containing the dependencies necessary to build CLP core in a [musllinux_1_2][musllinux_1_2]
41+
environment (aarch64 or x86).
42+
43+
Binaries built on musllinux_1_2 (based on Alpine Linux 3.22) are expected to be compatible with other
44+
distros using musl 1.2, including:
45+
46+
* Alpine Linux 3.13+
47+
48+
### clp-core-dependencies-aarch64-musllinux_1_2
49+
50+
* Path:
51+
52+
```text
53+
components/core/tools/docker-images/clp-env-base-musllinux_1_2-aarch64
54+
```
55+
56+
### clp-core-dependencies-x86-musllinux_1_2
57+
58+
* Path:
59+
60+
```text
61+
components/core/tools/docker-images/clp-env-base-musllinux_1_2-x86_64
62+
```
63+
64+
3865
## clp-core-dependencies-x86-centos-stream-9
3966

4067
An image containing the dependencies necessary to build CLP core in a CentOS Stream 9 x86
@@ -113,3 +140,4 @@ environment.
113140
[exe-ubuntu-jammy]: https://github.com/y-scope/clp/pkgs/container/clp%2Fclp-execution-x86-ubuntu-jammy
114141
[gh-packages]: https://github.com/orgs/y-scope/packages?repo_name=clp
115142
[manylinux_2_28]: https://github.com/pypa/manylinux?tab=readme-ov-file#manylinux_2_28-almalinux-8-based
143+
[musllinux_1_2]: https://github.com/pypa/manylinux?tab=readme-ov-file#musllinux_1_2-alpine-linux-322-based-313-compatible

0 commit comments

Comments
 (0)