Fabian Holler
Fabian Holler
True, I think we would need both options. In our usecase we also use older records for the same, not only the last one per app. So a command like:...
Howdy, I wonder if the shared project is also build by baur. If yes, could you elaborate on what kind of shared project it is, that other projects depend on...
Yes, I understand, having to manage a lot of input definitions and includes can become quite complex and also error-prone. Another solution could be to have a build input resolver,...
@scorsi I don't know much about Gradle and Java builds either. > But as you explained it, yes, recover inputs from something like baur ls inputs $appname looks fine for...
Currently baur can only apply a single tag to a docker image. We can add support for multiple tags, though. :-) Could you explain your usecase? What kind of tags...
The usecases of baur differ so much that almost everybody requires a different environment with different tools to run tasks via baur. Some use baur to build java application, others...
Having baur packages for some linux distributions and brew would be great. They would need to be maintained independently though. If somebody creates a package I can link it in...
Cool idea, building a `base-child` docker image automatically when it's base image `base` changed would be very handy. We never considered to use baur for that. A way to represent...
As of now it is not possible to transition to go-git because of the following issues: - When using go-git to evaluate if files are untracked, it takes in our...
Passing data that is generated during command execution to the upload steps is unfortunately not possible currently. Only environment variables are accessible that were defined when the baur command was...