Unable to use modules with common base image artifact dependencies #5683
Labels
feature/multi-configs
kind/friction
Issues causing user pain that do not have a workaround
kind/question
User question
Expected behavior
Use a single base image (as per this example) between two modules and have a requires between one module and the other.
In this case I have a frontend and backend that share mostly the same build environment so I have a base Dockerfile shared between them.
Actual behavior
skaffold build
throws an error due to duplicate artifacts:❯ skaffold build invalid skaffold config: found duplicate images "base": artifact image names must be unique across all configurations
Information
v1.21.0
Steps to reproduce the behavior
https://github.com/viglesiasce/sample-app/tree/base-pattern
The text was updated successfully, but these errors were encountered: