draft-classic icon indicating copy to clipboard operation
draft-classic copied to clipboard

A tool for developers to create cloud-native applications on Kubernetes.

Results 126 draft-classic issues
Sort by recently updated
recently updated
newest added

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...

area/packs

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...

area/packs

``` $ 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...

area/client

as an example of how to use the functionality in #642

area/packs

@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...

area/docs

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...

area/client
size/small
good first issue