Mirko Friedenhagen

Results 37 comments of Mirko Friedenhagen

Late to the game but now there are multi-stage docker files, see https://docs.docker.com/develop/develop-images/multistage-build/#name-your-build-stages So something like this should be sufficient: ``` FROM golang:latest AS builder RUN go get github.com/tsg/gotpl FROM...

@stevespringett, what about proxying configuration for `SPDXParser` in the plugin? Would that be something feasible? We have a company-pom and in the CI environment we now had to adjust `MAVEN_OPTS`....

@stevespringett, what about my suggestion to proxy the `SPDXParser` configuration?

As a sidenote: even if you downloaded all required dependencies beforehand, you are not able to run any plugin goals while offline.

Hi, has something changed in the meantime? * I just installed colima 0.4.3 on macOS 12.4 (Intel) * I removed my previous files (`rm -rf ~/.colima ; rm -rf ~/.lima`)....

Just a hint: for one multi-module project I just specified the output-dir to point to the parent project. Using the following in a profile of the project parent-pom, this stuff...

* Unfortunately this seems not to be fixed. * We have an (ugly) division pom, which uses marker files (`.divisionpom/spring-boot` and `.divisionpom/spring-boot-2`) to include one of the two profiles with...

👋 @armingerten did you find a solution for reusing YAML anchors with `yq`?

I currently use `lstags` for syncing. It supports all kinds of fancy regexes for defining versions (but of course they come with their own caveats) Maybe supporting a list of...

I would go for the override keyword: look at database images like e.g. postgresql: 11, 11.6 are moving, 11.6.3 is not AFAIK