Difference between revisions of "Porting/Docker"
Jump to navigation
Jump to search
(Created page with "== Docker on POWER == Docker runs fine on POWER, the only issues are with golang on big endian ppc64, which does not support external linking or pie. External linking can be m...") |
JeremyRand (talk | contribs) (Move to subcategory) |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 8: | Line 8: | ||
== Patchfiles uploaded == | == Patchfiles uploaded == | ||
− | * go-1.13.15 | + | * go-1.20.1 (Note: Build with CGO_ENABLED=1) |
+ | ** [[Media:Goppc64-1201.patch]] | ||
+ | * go-1.13.15 (Note: Build with CGO_ENABLED=1) | ||
** [[Media:Goppc64-113.patch]] | ** [[Media:Goppc64-113.patch]] | ||
* docker-19.03.8 | * docker-19.03.8 | ||
Line 17: | Line 19: | ||
* runc-1.0.0_rc10 | * runc-1.0.0_rc10 | ||
** [[Media:Runc-1.0.0_rc10-No_pie.patch]] | ** [[Media:Runc-1.0.0_rc10-No_pie.patch]] | ||
+ | |||
+ | [[Category:Ports/Emulators]] |
Latest revision as of 15:31, 18 May 2025
Docker on POWER
Docker runs fine on POWER, the only issues are with golang on big endian ppc64, which does not support external linking or pie. External linking can be made to work, and pie can simply be disabled when building docker.
Base image
zeldin/debian:sid-slim on Docker Hub is a base image to get you started.
Patchfiles uploaded
- go-1.20.1 (Note: Build with CGO_ENABLED=1)
- go-1.13.15 (Note: Build with CGO_ENABLED=1)
- docker-19.03.8
- containerd-1.2.13
- runc-1.0.0_rc10