Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dapr CLI Docker Container #1340

Open
mindovermiles262 opened this issue Sep 14, 2023 · 1 comment
Open

Dapr CLI Docker Container #1340

mindovermiles262 opened this issue Sep 14, 2023 · 1 comment
Labels
discussion kind/proposal A new proposal to be considered pinned

Comments

@mindovermiles262
Copy link

mindovermiles262 commented Sep 14, 2023

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

@mindovermiles262 mindovermiles262 added the kind/proposal A new proposal to be considered label Sep 14, 2023
@Jossec101
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
discussion kind/proposal A new proposal to be considered pinned
Projects
None yet
Development

No branches or pull requests

3 participants