mobs75 commented on issue #224:
URL: https://github.com/apache/openserverless/issues/224#issuecomment-5369105795
I see that it's not called from the root Taskfile.yml (which uses Buildx),
it's still wired into olaris-op's own Taskfile.yml as an in-cluster build path:
```
build:
cmds:
- task: install-registry
- task: tag-commit-push
- task: kaniko-build
- task: build-logs
```
So if you run `task build` from inside `olaris-op` directly (rather than
from the superproject root), it still deploys a Kaniko build Job into the
current cluster (`kaniko-build.yaml`), and that's where this fails on kind.
You'd told me before that Kaniko shouldn't be used anymore (replaced by Docker
Buildx), so I'm guessing this is just leftover code from before the migration
that never got cleaned up in `olaris-op/Taskfile.yml`. If so, might be worth
removing the whole `kaniko-build`/`build-logs` chain there instead of patching
it. Happy to open a PR for that if you'd rather.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]