1

I'm looking for a way to define a specific build target for multi-stage Dockerfile in Kaniko.

I have Dockerfile that has several stages. I can build a specific stage with docker build --target. Can I do the same with Kaniko?

Timur
  • 31
  • 1
  • 6

1 Answers1

3

It appears to be --target, which is in the README but is better described in the feature request.

AstraLuma
  • 609
  • 5
  • 16