very-doge-wow

Results 12 comments of very-doge-wow

@zricethezav Hi, I've changed the PR so that the rule can be generated. Hope it's correct this time.

I've got a similar issue, however not when creating directories but when installing bash. Maybe it's related (and maybe not, idk): https://github.com/GoogleContainerTools/kaniko/issues/2177

> Hey @james-crowley -- glad it worked for you. The reason we say that is because there are additional files needed for kaniko to work, so on its own the...

For anyone else wondering, you can bypass the problem by doing the following in your custom builder image: ```dockerfile RUN mv /bin/bash /kaniko/bash && ln -sf /kaniko/bash /bin/sh # symlink...

I also can't install bash in alpine. To be more precise, I can install it but the package isn't available in the target image. Adding `--cleanup --cache=false` sadly did not...

Since the already existing tools for generating helm docs both do not possess the ability to maintain the pre-formatted example/default strings and there doesn't seem to be a lot of...

Since the already existing tools for generating helm docs both do not possess the ability to maintain the pre-formatted example/default strings and there doesn't seem to be a lot of...

@zricethezav Did you take look?

@aaron-prindle Are you sure you've used kaniko inside a **custom builder image**? As this is the underlying cause, kaniko itself in the officially provided images does not have this issue....