Skip to content

Dapr CLI Docker Container #1340

Description

@mindovermiles262

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions