Skip to content

dapr

Command-line tools for Dapr.

Allows you to setup Dapr on your local dev machine or on a Kubernetes cluster, provides debugging support, launches and manages Dapr instances.

devops

https://dapr.io/

arm64 amd64

Installation

1. Add WakeMeOps repository

curl -sSL https://raw.githubusercontent.com/upciti/wakemeops/main/assets/install_repository | sudo bash

2. Install dapr

sudo apt install dapr

Snippets

FROM wakemeops/minideb:bullseye

RUN install_packages \
    dapr=1.13.0*

USER 1001
- name: Install dependencies
  uses: upciti/wakemeops-action@v1
  with:
    packages: |
      dapr=1.13.0*

Download URLs

Version SHA256 Size (KB)
1.13.0 600fd24292ca5da65f2d8bb0b991431eafefae4e21879ff4bb901ae91edf9c7b 12764
1.12.0 804b8714effaed1f5e01edd53ca7d04637336504df19a94a90d6c3ae84bcd909 12451
Version SHA256 Size (KB)
1.13.0 99520d940558387a878a51faae6995941d873aca5100e61816cdc35f8669df81 10938
1.12.0 11d7c7f1db83e6ab20820c3b46724d00fa6091ca1005076c84f7cb84c51e991e 10635

Blueprints

Debian packages listed on this page are generated from op2deb YAML blueprints. Blueprints for dapr are versioned here.

Click here to see dapr ops2deb blueprints
https://github.com/upciti/wakemeops/blob/main/blueprints/devops/dapr/ops2deb.yml
name: dapr
matrix:
  architectures:
    - amd64
    - arm64
  versions:
    - 1.12.0
    - 1.13.0
homepage: https://dapr.io/
summary: command-line tools for Dapr.
description: |-
  Allows you to setup Dapr on your local dev machine or on a Kubernetes cluster,
  provides debugging support, launches and manages Dapr instances.
fetch: https://github.com/dapr/cli/releases/download/v{{version}}/dapr_linux_{{goarch}}.tar.gz
install:
  - dapr:/usr/bin/dapr

The blueprint fetch keyword contains a URL template pointing to dapr releases. Downloaded files are locked in a lockfile versioned here.

Click here to see dapr release hashes
https://github.com/upciti/wakemeops/blob/main/blueprints/devops/dapr/ops2deb.lock.yml
- url: https://github.com/dapr/cli/releases/download/v1.12.0/dapr_linux_amd64.tar.gz
  sha256: 8def36381fbd6fcf039f4f9e9d3c1dceaa725fda5ffc4a1e95a63426c7e39776
  timestamp: 2023-12-13 08:52:28+00:00
- url: https://github.com/dapr/cli/releases/download/v1.12.0/dapr_linux_arm64.tar.gz
  sha256: 7a5a465d339c601de65807ce45573fd2267c45c0c5327b83f6eee1d0d10fa69d
  timestamp: 2023-12-13 08:52:28+00:00
- url: https://github.com/dapr/cli/releases/download/v1.13.0/dapr_linux_amd64.tar.gz
  sha256: b25f3a6ccb56eabfc06cdb8ef32e16c2983d62cd0200679685ecb4d87f9e998f
  timestamp: 2024-03-06 06:06:38+00:00
- url: https://github.com/dapr/cli/releases/download/v1.13.0/dapr_linux_arm64.tar.gz
  sha256: f256eb74d126731b2f91e9a937235e2807a6b0f286710263d55848d6439a151b
  timestamp: 2024-03-06 06:06:38+00:00

Badge

WakeMeOps

[![WakeMeOps](https://docs.wakemeops.com/badges/dapr.svg)](https://docs.wakemeops.com/packages/dapr)
<a href="https://docs.wakemeops.com/packages/dapr">
  <img src="https://docs.wakemeops.com/badges/dapr.svg"/>
</a>
.. image:: https://docs.wakemeops.com/badges/dapr.svg
:target: https://docs.wakemeops.com/packages/dapr