Golang program use to build multi architecture oci manifest. oci manifest support list layer content to reference image with different architecture
Go to file
RouxAntoine de7ec5b8bb
move build argument to manifest level
2022-01-07 21:55:38 +01:00
.gitignore create go program to build arch specific oci image, push it and build generic manifest list layer and push it 2022-01-07 21:49:56 +01:00
README.md Initial commit 2022-01-07 20:44:19 +00:00
go.mod create go program to build arch specific oci image, push it and build generic manifest list layer and push it 2022-01-07 21:49:56 +01:00
go.sum create go program to build arch specific oci image, push it and build generic manifest list layer and push it 2022-01-07 21:49:56 +01:00
image.go move build argument to manifest level 2022-01-07 21:55:38 +01:00
layers.go create go program to build arch specific oci image, push it and build generic manifest list layer and push it 2022-01-07 21:49:56 +01:00
main.go move build argument to manifest level 2022-01-07 21:55:38 +01:00
registry.go create go program to build arch specific oci image, push it and build generic manifest list layer and push it 2022-01-07 21:49:56 +01:00
runner.go create go program to build arch specific oci image, push it and build generic manifest list layer and push it 2022-01-07 21:49:56 +01:00

README.md

docker-multi-arch-builder

Golang program use to build multi architecture oci manifest. oci manifest support list layer content to reference image with different architecture