draft-packs
draft-packs copied to clipboard
Note these build packs are moving to https://github.com/jenkins-x-buildpacks
Addresses https://github.com/jenkins-x/draft-packs/issues/62 @jstrachan @rawlingsj let me know what you think about it :-).
At the moment the Java based images are using the JDK for running the application on production. It is possibile to reduce the size as shown in the screenshots attached....
fixes https://github.com/jenkins-x/draft-packs/issues/40 Not added for preview Makefiles as they look like they have it already
The startup performance with the default cpu and resource settings is pretty slow, it takes at least 40 seconds for a simple spring boot app. In my opinion we need...
I ran into the following two issues with the Go Draft pack in the 2.1 branch: * This fix has not been applied to the branch: https://github.com/jenkins-x/draft-packs/commit/7d06a59fdb493729b62c3ca1048512985b9cfab9 * When using...
Right now packs like the go draft pack use the same org for both Github (where the code will be kept) and the docker registry (where the docker images will...
From slack a user with bitbucketserver tried the golang quickstart but it fails in the release pipeline with ``` Makefile:24: *** target pattern contains no `%'. Stop. ``` This can...
There are two 'helm dep build' in the makefiles e.g.: https://github.com/jenkins-x/draft-packs/blob/master/packs/maven/charts/Makefile#L9 https://github.com/jenkins-x/draft-packs/blob/master/packs/maven/charts/Makefile#L26 When I add a requirements.yaml and a chart in it (e.g. postgres) then I get: "Couldn't load repositories...