draft-classic
draft-classic copied to clipboard
A tool for developers to create cloud-native applications on Kubernetes.
Java VMs 9 and 8 (131 and above) need the following options: ```` -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap ```` If those options are not passed, the Java VM will take the memory limit...
The command in the Dockerfile generated for a Java project is: ``` CMD ["/bin/bash", "-c", "find -type f -name '*.jar' | xargs java -jar"] ``` Depending upon what kind of...
``` $ draft version &version.Version{SemVer:"v0.14.1", GitCommit:"fdc29c553a45600ac4f795f3485d4bb9a80c7862", GitTreeState:"clean"} ``` ``` $ ls gradle* gradle.properties gradlew gradlew.bat gradle: wrapper $ ls *.gradle build.gradle settings.gradle ``` But got Docker file: ``` $ cat...
as an example of how to use the functionality in #642
@bacongobbler just added support for running powershell scripts on plugin hooks. We should write some docs up explaining how to create a draft plugin from scratch and with the additional...
On Mac, draft version: `&version.Version{SemVer:"canary", GitCommit:"78385afe65500ebb4f546341f229a5f200f1128a", GitTreeState:"clean"}` The image shows you what happens again and again IF you've never pushed before. In this case, pushing to docker.io/squillace. If you immediately...