Skip to content
This repository has been archived by the owner on Nov 2, 2023. It is now read-only.

[feature request] Provide multi-arch image #44

Closed
SataQiu opened this issue Apr 2, 2022 · 1 comment
Closed

[feature request] Provide multi-arch image #44

SataQiu opened this issue Apr 2, 2022 · 1 comment
Labels
kind/feature kind/feature

Comments

@SataQiu
Copy link
Member

SataQiu commented Apr 2, 2022

What would you like to be added:
Provide multi-arch image

Why is this needed:

# docker manifest inspect openyurt/yurt-app-manager:v0.5.0
{
	"schemaVersion": 2,
	"mediaType": "application/vnd.docker.distribution.manifest.v2+json",
	"config": {
		"mediaType": "application/vnd.docker.container.image.v1+json",
		"size": 1041,
		"digest": "sha256:bb195e9e070f2f038200ad4ec321d3b1bc4aacdbd45775196bfc82b1de6ec737"
	},
	"layers": [
		{
			"mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip",
			"size": 17743696,
			"digest": "sha256:39fafc05754f195f134ca11ecdb1c9a691ab0848c697fffeb5a85f900caaf6e1"
		},
		{
			"mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip",
			"size": 10941066,
			"digest": "sha256:35e9e1c1624942647c0dcaaa9829b9dbeb13e48d764df7908ed899b44282fb5d"
		}
	]
}

others
/kind feature

@SataQiu SataQiu added the kind/feature kind/feature label Apr 2, 2022
@rambohe-ch
Copy link
Member

rambohe-ch commented Aug 19, 2022

The issue was fixed by #61 . now we use docker buildx build to provide multi-arch image.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
kind/feature kind/feature
Projects
None yet
Development

No branches or pull requests

2 participants