dapr / dapr/cli

Dapr CLI Docker Container

Open
#1,340 1 comment 2 reactions 0 assignees View on GitHub
discussion kind/proposal pinned
Dominant language
Go
Stars
353
Forks
221
Avg merge
3d 8h
Merged PRs (30d)
2

Description

## Describe the proposal

Dapr should provide a container which contains the dapr cli preinstalled on it. A usecase may be when you want to run a kuberentes job using Dapr CLI:

```
apiVersion: batch/v1
kind: Job
metadata:
name: dapr-cli
spec:
template:
spec:
containers:
- name: dapr-cli
image: daprio/cli
command: ["dapr", "..."]
```

As discussed in https://github.com/dapr/cli/pull/1339 this Issue is for determining if there is enough interest in Dapr creating and supporting a Github action pipeline and docker container.

## Release Note

RELEASE NOTE: **FEATURE** Creates new Workflow to publish Dapr CLI to Docker Hub

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.