Ashish

Results 4 comments of Ashish

Hey! I was going through this issue and the imgpkg cli in general for the past days. ## Why failing ? I went through the code base and realised this...

Oh.Great..!! I checked it by changing ``` if cmd.RunE == nil { cmd.RunE = ShowSubcommands } ``` to ``` if cmd.RunE == nil { cmd.RunE = ShowHelp } ``` and...

Im building upon the k8s setup, and bumped down the image in deployment-dvwa.yaml image php-7.1 s. It howed these errors on login page and after you try login using admin:password

For future references : if you're directly building in k8s, something is breaking in the docker image, use this image until it's fixed : - vulnerables/web-dvwa (change contaner image in...