0

I want to build a container using the command say

skaffold build -f skaffold.yaml.A

The container built here I want to use in the next step as buildArgs

skaffold build -f skaffold.yaml.B

Is there a way to merge these two yamls? I mean use the first container as the buildArg for the next.

Can I use variables in buildArgs?

kgunjikar
  • 455
  • 4
  • 17

1 Answers1

1

Skaffold doesn't know how to do that for the moment

David Gageot
  • 2,496
  • 1
  • 22
  • 13