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

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

area/client
refactor
area/plugin

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

enhancement
area/client

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

area/packs

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

area/packs

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

area/client

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

area/client

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

area/client

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

enhancement