Soroosh Sarabadani
Soroosh Sarabadani
My idea is just to declare required interfaces, something like spring-data-jpa. So for every Stored Procedure Service, Developer needs just to declare method names and use some annotations and in...
Bumping this issue! We have the exact use case and it's kind of pity that we already can't use the prepended modules. Can you folks please reconsider it and add...
@aaron-mcdaid-zalando Sorry I missed your comment. it did count my thumbs-up.
Thank you @wtrocki for bringing this topic up, indeed using the samples should be simpler than what it is. I agree with building an initiator to setup the project. It...
+1 for a repo with samples and deprecate the tomcat-operator.
I just opened [a small PR](https://github.com/block/goose/pull/2793) that should address this if I haven't missed something.
To use Kamal without having a Ruby environment you can use the following alias as mentioned in the [installation doc](https://kamal-deploy.org/docs/installation/). ``` alias kamal='docker run -it --rm -v "${PWD}:/workdir" -v "/run/host-services/ssh-auth.sock:/run/host-services/ssh-auth.sock"...