draft-classic
draft-classic copied to clipboard
A tool for developers to create cloud-native applications on Kubernetes.
in #691 we introduced a new container builder integration for [ACR Build](https://aka.ms/acr/build). It would be great to split this out into a plugin or driver architecture: 1. so core remains...
Currently, there is a lot of black magic that goes on when `draft up` is run, spanning at least `docker` and `helm` commands. ``` $ draft up --debug Draft Up...
After skimming through the existing packs, it looks like most or all of them don't have executables, which could explain this bug I found: if a file in a pack...
One may want to maintain a helm chart separately from an application but have developers use that chart which is production-like in their dev workflow. Currently, `draft create` copies over...
Both `draft connect` and `draft logs` try to get the latest build ID locally, from the logs directory. This makes both commands much faster, but also makes the assumption that...
In order to provide the tools necessary to enable developers to provide better language detection for Draft, we need to perform the following: 1. pull github/linguist yml files directly into...
A lengthy context about the secret management problem in docker: https://github.com/moby/moby/issues/13490 In nutshell, I need draft to support safely passing "secrets" from the local worktree to the remote build context....
I can't tell, but it seems like this only supports a single `Dockerfile` as a sibling to the chart. Could `draft` be extended to support pushing multiple tarballs to `draftd`...