Golang program use to build multi architecture oci manifest. oci manifest support list layer content to reference image with different architecture
Go to file
2022-01-08 00:11:07 +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
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 Add constant for platform value and prettify log 2022-01-08 00:10:51 +01:00
layers.go Add constant for platform value and prettify log 2022-01-08 00:10:51 +01:00
main.go add manifest for image haproxy-k8s 2022-01-08 00:11:07 +01:00
README.md Initial commit 2022-01-07 20:44:19 +00: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 Add constant for platform value and prettify log 2022-01-08 00:10:51 +01:00

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