Johannes Dillmann
Johannes Dillmann
What we did is [merge](https://github.com/SAP/jenkins-library/blob/e8ba1b043dd9b1173ce0e9d8e8a45d8b9e3bf747/cmd/cnbBuild.go#L383) the incoming configurations (single and multiple) into a common slice/structure and internally treat them as the as [before](https://github.com/SAP/jenkins-library/blob/e8ba1b043dd9b1173ce0e9d8e8a45d8b9e3bf747/cmd/cnbBuild.go#L387-L392).
> We should for sure have them all run before doing a release. I'm not sure if GHA has that exact capability, but something like that. The idea is to...
The encoded password contains a newline at the end. I think it should be: `{"image-registry.openshift-image-registry.svc:5000":"Basic a3ViZWFkbWluOnNoYTI1Nn41N2YwT3Z0dFFKZmtuT3Q1TGRQb1BtaG9MZTNyYUlUTnJSV2xnTmJhaTJn"}`. The structure looks fine though.
Did you had the chance to take a look yet @dmikusa?
I guess it should be possible to return a custom `CPE` in the output of the action, like it's done [here](https://github.com/paketo-buildpacks/pipeline-builder/blob/e8cd62e022d701ce8fd7c25e4907347588efffd1/actions/bellsoft-liberica-dependency/main.go#L124). Haven't seen a check if that value is passed...
I'm trying to understand what's left of this issue after https://github.com/paketo-buildpacks/executable-jar/pull/265 was merged. From what I understood users can already provide `BP_EXECUTABLE_JAR_LOCATION` to specify where to look for JARs or...
If `workspace/META-INF/MANIFEST.MF` is present, `BP_EXECUTABLE_JAR_LOCATION` has no effect. If it's not present, auto-detection and overwriting that using `BP_EXECUTABLE_JAR_LOCATION` works fine. @anthonydahanne If that's the anticipated behavior, we can close this...
We removed the Windows build and adjusted the PR according to the instructions. @winkingturtle-vmw could you please verify that we did not miss anything?
@winkingturtle-vmw we added the license and cut a new release.
According to https://go.dev/blog/v2-go-modules: > Starting with v2, the major version must appear at the end of the module path (declared in the module statement in the go.mod file). For example,...