[Feature Request] Support deploying image names without digest (or an arch specific digest) #3649
Labels
area/deploy
help wanted
We would love to have this done, but don't have the bandwidth, need help from contributors
kind/feature-request
priority/p3
agreed that this would be good to have, but no one is available at the moment.
Expected behavior
Skaffold would be able to be configured to set the containers image to either the image name without a digest, or the correct digest for the architecture.
Actual behavior
If a custom command is used to build a multi-architecture set of images and successfully deployed there will be multiple digests. Both local and deployed environments will work correctly as long as they have the correct image name, excluding the digest.
Skaffold will attempt to discern the digest of an image by pulling the image from the registry.
A digest will be returned based on the current architecture of the local machine which may not match the server.
The fully qualified image name, including the architecture specific digest will be deployed, if the server archecture differs from the original infrastructure the pod will likely have issues, often failing to start.
Information
custom-build.sh
The text was updated successfully, but these errors were encountered: