Skip to content

devspace

Developer tool for Kubernetes

Automate your deployment workflow with DevSpace and develop software directly inside Kubernetes.

devops

https://devspace.sh

arm64 amd64

Installation

1. Add WakeMeOps repository

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

2. Install devspace

sudo apt install devspace

Snippets

FROM wakemeops/minideb:bullseye

RUN install_packages \
    devspace=6.3.12*

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

Download URLs

Version SHA256 Size (KB)
6.3.12 bc4654844e394b4cf90169f0d659ff0f1d171bcab0189613380b9582f207777d 19693
6.3.11 5be103d9a124a6bdb000c6327354ecc8c6306fcfe2f98a2bf335e210aedd73c3 19692
6.3.10 d1e37a5af54a1fc19b0f1d5fee280046fd7d1c58abdf56e98f70f7cfd6393831 19690
6.3.9 f537c0c470b8c090e54447edb3033d47c64704f3055da6f1cd5005cd099efe51 19689
6.3.8 663c12f69cc27b25e63282042bec6e7a4b4c44acf0d8a2c0b36e2fde4584cf18 19685
6.3.7 661fe3ba5b5df675a880aded2bbc90baaece118d1be39e5c2670b95182504fff 19686
6.3.6 82cb238eeac5527f040783d9feeb9a6a29afcdfde283c7858113baec9fb3d1c2 19685
6.3.5 f442cde6af3b3eb0383514d0be7d23be38198a923f605538dd9657fcfe86ff83 19690
6.3.4 10e75ac40ff2d57c92806f2d7507a894ebf0fbc06fcbbe9e330403528a9d6c20 19691
6.3.3 5a57aa6f01d6338e61d77fbd2e2af43cd899f143bd68cb7beea1e5964779ad5a 19670
Version SHA256 Size (KB)
6.3.12 1415faab515165c8422aa4abeff234e441b56c605204e243e82034a0bbbb8d18 17896
6.3.11 ea95683229b6fe5cba04f4a81d4c6ef217e30896aa08a6c08dde49199dc605a3 17900
6.3.10 a0e78f9563377de4421f57645f2f80b4e110ae41ebec4a29ed41a59bb1c8ae7c 17898
6.3.9 8d25fbf97163b7284494ef4f413a391418f3d33b6b21559723f5caf462b7a44e 17899
6.3.8 0051b5f91448812ea9305a40a8115119251c478ada244cf3436c7fb9a8bd00b1 17895
6.3.7 3daa7ba45e0b610995bc4bdaf8012c029783f84e2f85416658ee035d7455970c 17893
6.3.6 2a5e1cf39f23e03c5f16734e7c59bec270db33f4a331bb503ec45e895c498293 17892
6.3.5 da4c64eb12f65838c988eb34f76754df444172786c4c84e42d596adc6a6485da 17896
6.3.4 d5be3d3e10545d03d4d7235be16d56d5f3f25511f3b4dc7b488d3e0fa1434df3 17895
6.3.3 d68255128c298ea27ca53c79b8fc6fcf621c4b98657e1b1ef62c4781d3ac49e8 17877

Blueprints

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

Click here to see devspace ops2deb blueprints
https://github.com/upciti/wakemeops/blob/main/blueprints/devops/devspace/ops2deb.yml
- name: devspace
  version: 5.16.2
  homepage: https://devspace.sh
  summary: developer tool for Kubernetes
  description: |-
    Automate your deployment workflow with DevSpace and develop software directly
    inside Kubernetes.
  fetch: https://github.com/loft-sh/devspace/releases/download/v{{version}}/devspace-linux-amd64
  script:
    - install -m 755 devspace-linux-amd64 {{src}}/usr/bin/devspace

- name: devspace
  version: 5.17.0
  revision: "2"
  homepage: https://devspace.sh
  summary: developer tool for Kubernetes
  description: |-
    Automate your deployment workflow with DevSpace and develop software directly
    inside Kubernetes.
  fetch: https://github.com/loft-sh/devspace/releases/download/v{{version}}/devspace-linux-amd64
  script:
    - install -m 755 devspace-linux-amd64 {{src}}/usr/bin/devspace

- name: devspace
  matrix:
    architectures:
      - amd64
      - arm64
    versions:
      - 5.18.3
      - 5.18.4
      - 5.18.5
      - 6.0.0
      - 6.0.1
      - 6.1.0
      - 6.1.1
      - 6.2.0
      - 6.2.1
      - 6.2.2
      - 6.2.3
      - 6.2.4
      - 6.2.5
  homepage: https://devspace.sh
  summary: developer tool for Kubernetes
  description: |-
    Automate your deployment workflow with DevSpace and develop software directly
    inside Kubernetes.
  fetch: https://github.com/loft-sh/devspace/releases/download/v{{version}}/devspace-linux-{{goarch}}
  install:
    - devspace-linux-{{goarch}}:/usr/bin/devspace

- name: devspace
  matrix:
    architectures:
      - amd64
      - arm64
    versions:
      - 6.3.0
      - 6.3.1
      - 6.3.2
      - 6.3.3
      - 6.3.4
      - 6.3.5
      - 6.3.6
      - 6.3.7
      - 6.3.8
      - 6.3.9
      - 6.3.10
      - 6.3.11
      - 6.3.12
  homepage: https://devspace.sh
  summary: developer tool for Kubernetes
  description: |-
    Automate your deployment workflow with DevSpace and develop software directly
    inside Kubernetes.
  fetch: https://github.com/devspace-sh/devspace/releases/download/v{{version}}/devspace-linux-{{goarch}}
  install:
    - devspace-linux-{{goarch}}:/usr/bin/devspace

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

Click here to see devspace release hashes
https://github.com/upciti/wakemeops/blob/main/blueprints/devops/devspace/ops2deb.lock.yml
- url: https://github.com/loft-sh/devspace/releases/download/v5.16.2/devspace-linux-amd64
  sha256: 1fe53f7146cf635cc8765911716e878a053b02fc66344ab43342a8df99d23ffb
  timestamp: 2021-10-28 15:49:45+00:00
- url: https://github.com/loft-sh/devspace/releases/download/v5.17.0/devspace-linux-amd64
  sha256: 5683b3217d54351a2fd033c27c61129aff54f474a6b2775b0f476c82fb908bf3
  timestamp: 2021-12-05 20:38:12+00:00
- url: https://github.com/loft-sh/devspace/releases/download/v5.18.3/devspace-linux-amd64
  sha256: f84f71a85a770dc79ff500fc3711b896ecacbd3a1bc3ba6e5408b0355420dcd3
  timestamp: 2022-02-01 13:32:30+00:00
- url: https://github.com/loft-sh/devspace/releases/download/v5.18.3/devspace-linux-arm64
  sha256: 34b3fc09ea0f6682e895c12ac25fa824d1dfb6eb0c4550bf91839dc728037879
  timestamp: 2022-02-01 13:32:30+00:00
- url: https://github.com/loft-sh/devspace/releases/download/v5.18.4/devspace-linux-amd64
  sha256: 60bb562b73cdd7bb5ce36fc6643254f795cb5dc151a26c5d108548e2905be627
  timestamp: 2022-02-23 13:33:55+00:00
- url: https://github.com/loft-sh/devspace/releases/download/v5.18.4/devspace-linux-arm64
  sha256: c088ec2015b71db6ab1e8675051e66ebe769c03749f3abd4525f4e02ded8bedf
  timestamp: 2022-02-23 13:33:55+00:00
- url: https://github.com/loft-sh/devspace/releases/download/v5.18.5/devspace-linux-amd64
  sha256: 5df42500c2e6be3f9335d459d833cb78ec3322bd29ecd03ab4d1b9ffdd92da35
  timestamp: 2022-05-13 14:52:10+00:00
- url: https://github.com/loft-sh/devspace/releases/download/v5.18.5/devspace-linux-arm64
  sha256: 4026b52a0ea657ec4e8435d46a88688df284763c4f36b2bd20d60a123e18f010
  timestamp: 2022-05-13 14:52:10+00:00
- url: https://github.com/loft-sh/devspace/releases/download/v6.0.0/devspace-linux-amd64
  sha256: 8baeab091f256a78aa698ae5869afe198baf863a73447d044e7d47f5e98c6c56
  timestamp: 2022-08-23 14:44:38+00:00
- url: https://github.com/loft-sh/devspace/releases/download/v6.0.0/devspace-linux-arm64
  sha256: 713bd79d4577df6da8608651d383d8eaf79d75cf1ad41636242a8d42acdc23f3
  timestamp: 2022-08-23 14:44:38+00:00
- url: https://github.com/loft-sh/devspace/releases/download/v6.0.1/devspace-linux-amd64
  sha256: 3e679064d62a8f8d0a49111d693e011f1cf5ec8fdebe864d57f915b8ed89e8b3
  timestamp: 2022-08-26 20:27:58+00:00
- url: https://github.com/loft-sh/devspace/releases/download/v6.0.1/devspace-linux-arm64
  sha256: bc7dec7ee699a65602ae90e616a8fe490b7fea39f5c22a69b96f3b80fbcd96af
  timestamp: 2022-08-26 20:27:58+00:00
- url: https://github.com/loft-sh/devspace/releases/download/v6.1.0/devspace-linux-amd64
  sha256: e41d8829e78f823fd423178e426b78402494b9e8afb5acbd10daf4f63a01c640
  timestamp: 2022-09-09 20:31:08+00:00
- url: https://github.com/loft-sh/devspace/releases/download/v6.1.0/devspace-linux-arm64
  sha256: 164567a390ba252d23f025bf7d450fdef1a69a2d37af3d63355ec51c047a75ca
  timestamp: 2022-09-09 20:31:08+00:00
- url: https://github.com/loft-sh/devspace/releases/download/v6.1.1/devspace-linux-amd64
  sha256: 1f4205453124d87db9d99a936c1f47151e5c87bd50489e7794707e1121db63f7
  timestamp: 2022-09-12 23:23:07+00:00
- url: https://github.com/loft-sh/devspace/releases/download/v6.1.1/devspace-linux-arm64
  sha256: a82e2646b30c41988118c81de5ca91dea2a14aa4e3e3bc551198fa6da79ff830
  timestamp: 2022-09-12 23:23:07+00:00
- url: https://github.com/loft-sh/devspace/releases/download/v6.2.0/devspace-linux-amd64
  sha256: 4db6fb1b16b1fc933b544a761eaa2eb8979a64a6099013ffaaa3bb8dd864e9aa
  timestamp: 2022-11-28 22:18:42+00:00
- url: https://github.com/loft-sh/devspace/releases/download/v6.2.0/devspace-linux-arm64
  sha256: 17c35e3c40c99fea4839827a4ba93e1e0f5ab53c8b9c584a1a723ac99f4f264f
  timestamp: 2022-11-28 22:18:42+00:00
- url: https://github.com/loft-sh/devspace/releases/download/v6.2.1/devspace-linux-amd64
  sha256: 399bc5b7bc36adf3eb465f61725c5223d31077a9cdfde765317fa26aac02d7e8
  timestamp: 2022-11-30 16:22:33+00:00
- url: https://github.com/loft-sh/devspace/releases/download/v6.2.1/devspace-linux-arm64
  sha256: 412dd489b5cdd07857c5e01daef32f1db8cc15a6b8de894e64a80d11a23a831d
  timestamp: 2022-11-30 16:22:33+00:00
- url: https://github.com/loft-sh/devspace/releases/download/v6.2.2/devspace-linux-amd64
  sha256: 90c4c1717a13137a6d42568098b42681a47f87ec6a839bdf0356e98411bf0112
  timestamp: 2022-12-14 13:37:42+00:00
- url: https://github.com/loft-sh/devspace/releases/download/v6.2.2/devspace-linux-arm64
  sha256: 61b75cc21df896e36e1906856dcf312114983edb8fd7de359515c72fece0b065
  timestamp: 2022-12-14 13:37:42+00:00
- url: https://github.com/loft-sh/devspace/releases/download/v6.2.3/devspace-linux-amd64
  sha256: d57e7c0fc08e4c8bf41226280404b352ee3fd051a78a251237462d1957ff735c
  timestamp: 2023-01-03 19:21:53+00:00
- url: https://github.com/loft-sh/devspace/releases/download/v6.2.3/devspace-linux-arm64
  sha256: 52c49aabec14031c902038184ce5884611478c9faa82975ce11c1bc2e1083ab1
  timestamp: 2023-01-03 19:21:53+00:00
- url: https://github.com/loft-sh/devspace/releases/download/v6.2.4/devspace-linux-amd64
  sha256: efd3e63e6fec4beff58e15aea55f7d848c5d304671326862cc90465696fce9df
  timestamp: 2023-01-10 13:37:41+00:00
- url: https://github.com/loft-sh/devspace/releases/download/v6.2.4/devspace-linux-arm64
  sha256: 9f89ab28caf09fb425a120f2802a2b22b3ed83a35bdda99c43d5c7a6b192cf0f
  timestamp: 2023-01-10 13:37:41+00:00
- url: https://github.com/loft-sh/devspace/releases/download/v6.2.5/devspace-linux-amd64
  sha256: 88d7e9f9df093fb5faf4c2cc22ba5281176b9ad82b99ce3c2bead15b5d62d898
  timestamp: 2023-01-27 22:16:50+00:00
- url: https://github.com/loft-sh/devspace/releases/download/v6.2.5/devspace-linux-arm64
  sha256: 7e2c476efa1eadf8df6ad1cb4b86ff2a795a63972d0a90234b44302b7ae6163c
  timestamp: 2023-01-27 22:16:50+00:00
- url: https://github.com/devspace-sh/devspace/releases/download/v6.3.0/devspace-linux-amd64
  sha256: 26ffc4d9d4d942cc6d7d190fe48f8bcf2add8b656c091b31d9ad3b537b0b129b
  timestamp: 2023-02-23 22:17:59+00:00
- url: https://github.com/devspace-sh/devspace/releases/download/v6.3.0/devspace-linux-arm64
  sha256: c02f04e24f0277d639d4eeecd9d024d5cfa5d4574b696dceeb55cb77f93c7a50
  timestamp: 2023-02-23 22:17:59+00:00
- url: https://github.com/devspace-sh/devspace/releases/download/v6.3.1/devspace-linux-amd64
  sha256: 044cc586a6ae17e50a5566e89383e145eff3844045898824e4d0a855468f9467
  timestamp: 2023-03-10 18:22:51+00:00
- url: https://github.com/devspace-sh/devspace/releases/download/v6.3.1/devspace-linux-arm64
  sha256: 44ac2156fe836f3f4311da9039719e9a41784a8f510b273f723a0a99444dc908
  timestamp: 2023-03-10 18:22:51+00:00
- url: https://github.com/devspace-sh/devspace/releases/download/v6.3.2/devspace-linux-amd64
  sha256: b715b4ba79588583983453059fd5ad5a8be2d21bd2c75faeab81ad72070b653a
  timestamp: 2023-03-28 15:20:19+00:00
- url: https://github.com/devspace-sh/devspace/releases/download/v6.3.2/devspace-linux-arm64
  sha256: c801b5455ed57c71ec631b8299ed953054cadb7ffdb07f6a72ae7a5f9aea60ab
  timestamp: 2023-03-28 15:20:19+00:00
- url: https://github.com/devspace-sh/devspace/releases/download/v6.3.3/devspace-linux-amd64
  sha256: 5e81da9d9cc20fa4488c1a2a67b6f74f54ff83d62cf6f3f19cc2333f34c01267
  timestamp: 2023-09-01 01:15:42+00:00
- url: https://github.com/devspace-sh/devspace/releases/download/v6.3.3/devspace-linux-arm64
  sha256: 8263d2819cf8b48a6328cbcf7c24d0b8460cf8dfe1e2fb749b7221629137d722
  timestamp: 2023-09-01 01:15:42+00:00
- url: https://github.com/devspace-sh/devspace/releases/download/v6.3.4/devspace-linux-amd64
  sha256: 2f496225bf945530d87053315925c62cf9a6df204d98999c881f5479647e5060
  timestamp: 2023-11-03 18:22:12+00:00
- url: https://github.com/devspace-sh/devspace/releases/download/v6.3.4/devspace-linux-arm64
  sha256: 3ceb9afc954d71d06eb5adddd63a8cd67caa906d469b68adec8618262628e956
  timestamp: 2023-11-03 18:22:12+00:00
- url: https://github.com/devspace-sh/devspace/releases/download/v6.3.5/devspace-linux-amd64
  sha256: f28368fc4116cbd45a6b60ff98a4fd2b41a445222ac85519ed368dcf2041987f
  timestamp: 2023-11-15 12:34:00+00:00
- url: https://github.com/devspace-sh/devspace/releases/download/v6.3.5/devspace-linux-arm64
  sha256: 2ddd739fdb6545dcc18200bed3e0baa2152315abb7fb8029994ba175a9c609c4
  timestamp: 2023-11-15 12:34:00+00:00
- url: https://github.com/devspace-sh/devspace/releases/download/v6.3.6/devspace-linux-amd64
  sha256: 5bb8c686e6f664240de277f6acd09a2899bd9590b74e812075b52e0c351c6294
  timestamp: 2023-12-05 12:33:41+00:00
- url: https://github.com/devspace-sh/devspace/releases/download/v6.3.6/devspace-linux-arm64
  sha256: aad912bb8067b454957b285abfc3aecff26141d1b959f905abfb3ca2c5463989
  timestamp: 2023-12-05 12:33:41+00:00
- url: https://github.com/devspace-sh/devspace/releases/download/v6.3.7/devspace-linux-amd64
  sha256: a7e508661fa3c6a77ad00ad2f412499555dec302bed9f8a05c48dfa7d6c74e66
  timestamp: 2023-12-12 18:22:13+00:00
- url: https://github.com/devspace-sh/devspace/releases/download/v6.3.7/devspace-linux-arm64
  sha256: d07d4ff570cc6dfb67e7dfdcd76d7851374b3fdcc0e6131e9566f6532203cd0b
  timestamp: 2023-12-12 18:22:13+00:00
- url: https://github.com/devspace-sh/devspace/releases/download/v6.3.8/devspace-linux-amd64
  sha256: a7cd2f32536248b30f00c4f82945b0c462fabf6048a72680cc9584f4592a4b33
  timestamp: 2024-01-02 18:21:56+00:00
- url: https://github.com/devspace-sh/devspace/releases/download/v6.3.8/devspace-linux-arm64
  sha256: 2b0016b3fb46e6e8e90594ddd636eeec8ef28fc9d416bd87b5066d9492099f37
  timestamp: 2024-01-02 18:21:56+00:00
- url: https://github.com/devspace-sh/devspace/releases/download/v6.3.9/devspace-linux-amd64
  sha256: af12cc8ab4c7c51ed6ee775874b590f8db8b0b2d1014fd61fa009ce09ec767b3
  timestamp: 2024-01-18 01:17:21+00:00
- url: https://github.com/devspace-sh/devspace/releases/download/v6.3.9/devspace-linux-arm64
  sha256: 1b8d7295f0faf6f9a13e8971116f8a674520120cdc7b10cd50ca27021d09f58c
  timestamp: 2024-01-18 01:17:21+00:00
- url: https://github.com/devspace-sh/devspace/releases/download/v6.3.10/devspace-linux-amd64
  sha256: 77a94556026ef050fcff96ebf54c7336f17042155b799d89458f34383c7f43dd
  timestamp: 2024-01-25 06:23:15+00:00
- url: https://github.com/devspace-sh/devspace/releases/download/v6.3.10/devspace-linux-arm64
  sha256: 0d8b970b23d4195be102134accd1ae255dde3c6830638db654782ab103dc26c4
  timestamp: 2024-01-25 06:23:15+00:00
- url: https://github.com/devspace-sh/devspace/releases/download/v6.3.11/devspace-linux-amd64
  sha256: 3b65aec0e04deea144f5b8a2034b2fb89f2ad9e5135c33b0c890335c7588e4e2
  timestamp: 2024-02-17 00:20:15+00:00
- url: https://github.com/devspace-sh/devspace/releases/download/v6.3.11/devspace-linux-arm64
  sha256: 4e90a14e2b5051f6b4d585a04c9f468ce75c4aed769f188ac7cfc3cac308d861
  timestamp: 2024-02-17 00:20:15+00:00
- url: https://github.com/devspace-sh/devspace/releases/download/v6.3.12/devspace-linux-amd64
  sha256: 163b4159cb0ef1c832c74b8da5ed6adb834ccffc87e57cb7fc8ffc4fb4912c62
  timestamp: 2024-02-29 21:06:39+00:00
- url: https://github.com/devspace-sh/devspace/releases/download/v6.3.12/devspace-linux-arm64
  sha256: 0c01a97d84d5a8aab193a13adf23184cfa33a2315860c10540e74822b148ab1d
  timestamp: 2024-02-29 21:06:39+00:00

Badge

WakeMeOps

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