2

I have set up a private repo in quay.io Also, set up a build trigger which is working as expected.

The only problem I'm facing is with the build argument. My Dockerfile requires a build argument and that's the reason why currently the build is failing in quay.io.

So is there any way I can set build argument in quay.io

Roshan007
  • 658
  • 2
  • 7
  • 15

1 Answers1

1

Unfortunately, Quay.io does not currently support parsing of build arguments to build nodes. There's no mechanism to do so.

Roshan007
  • 658
  • 2
  • 7
  • 15