Kaniko doesnt support Variant label for images #992
Labels
area/behavior
all bugs related to kaniko behavior like running in as root
in progress
kind/bug
Something isn't working
priority/p3
agreed that this would be good to have, but no one is available at the moment.
Actual behavior
When using kaniko on an armv7 instance kaniko seems to use the armhf architecture.
If I use docker build then armv7 is correctly used.
Expected behavior
Kaniko should use the armv7 architecture.
To Reproduce
/kaniko/executor -f Dockerfile --no-push
gives armhf
docker build
gives armv7
Additional Information
--cache
flagThe text was updated successfully, but these errors were encountered: