-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
is debug executor multi-arch ? #1526
Comments
Would be great to have. For the meantime you can use: https://gitlab.com/mariuspod/kaniko/container_registry |
not yet. coming soon in next release. We have a PR already merged. |
I believe this has been resolved, the current kaniko release (and for some time, I believe since ~early-2021) has images for multiple arches available:
Marking fixed, please re-open if there is more to address here thanks. |
I wanted to know if debug image is multi-arch ? if not, can we have a multi-arch debug image ?
I'm trying to use
--customPlatform
flag in debug image But i getunknown flag: --customPlatform
Edit: A bit more context on this:
I'm using kaniko in my gitlab ci file, at the end I'm calling it like this:
/kaniko/executor --customPlatform "$HOST_ARCH" --context "$CI_PROJECT_DIR" --dockerfile "$CI_PROJECT_DIR/Dockerfile" $FORMATTEDTAGLIST $IMAGE_LABELS
($HOST_ARCH="linux/arm")
what I'm trying to do is to build an image for arm using another image (
arm32v7/node:lts-alpine
in this case)and this is the content of my dockerfile that im creating:
here is my repo
The text was updated successfully, but these errors were encountered: