cli icon indicating copy to clipboard operation
cli copied to clipboard

Dapr CLI Docker Container

Open mindovermiles262 opened this issue 2 years ago • 1 comments

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

mindovermiles262 avatar Sep 14 '23 18:09 mindovermiles262

Definitely worthy for cicd e2e tests as we want a simple way to launch all our services like we do on local dev envs.

Jossec101 avatar May 10 '24 08:05 Jossec101