Ke Zhu
unread,May 10, 2021, 10:23:20 AM5/10/21Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to skaffol...@googlegroups.com
The problem is only appears when using a dockerfile with build stages
from a git module. when passing build args over skaffold.yaml, the
revision didn't change, so it either caches old image locally without
building it, or the image is cached on k8s cluster since the tag is not
changed.
What's the best practice on resolving above problem?