draft-classic
draft-classic copied to clipboard
A tool for developers to create cloud-native applications on Kubernetes.
in #772, `image-build-args` was implemented, but the way it is implemented it wasn't clear how to make it work for pass-through envvars. to better explain this, in docker-compose's `environment:`, one...
very very wip #488
Currently, you can pass environment variables in tasks via the `$SOME_ENV_VAR` pattern and it will get evaluated in a post-deploy task. This should be supported in all types of tasks.
Many Spring Boot applications use the git-commit-id Maven plugin to read some information (e.g. revision) from the Git repository and later display it under the Spring Boot Actuator endpoint /info....
This issue is more of a feature suggestion, but I believe that Draft should immediately output the Docker build logs, similar to how Google's skaffold does. A few reasons: Improvements:...
When I run `draft connect`, I only receive the last few lines of logs. While this is convenient from a `draft connect` standpoint, if my application is failing I need...
I am testing this tool with ASP.NET Core MVC template and it generates Javascript/Node instead of DotNet Core. 1. Draft version ``` draft version &version.Version{SemVer:"v0.15.0", GitCommit:"9d73889a1318a435d126bc5df846610d30cfbe7f", GitTreeState:"clean"} ``` 2. Draft...
The problem was that the Dockerfile and draft up and draft connect script did not work for the spring boot example. Dockerfile--- FROM java:8 MAINTAINER [email protected] EXPOSE 8080 9042 ADD...
What’s the recommended method for centralizing the `draft create` process to be able to orthogonalize the application logic from the infra logic? To illustrate what I’m getting at here, notice...