Skip to content

velero

Backup and migrate Kubernetes applications and their persistent volumes

Velero (formerly Heptio Ark) gives you tools to back up and restore your Kubernetes cluster resources and persistent volumes.

devops

https://velero.io

amd64 arm64 armhf

Installation

1. Add WakeMeOps repository

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

2. Install velero

sudo apt install velero

Snippets

FROM wakemeops/minideb:bullseye

RUN install_packages \
    velero=1.11.1*

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

Download URLs

Version SHA256 Size (KB)
1.11.1 cd84d5c1253483ca42969096b739b66a76ca8715974da5c804381d6f023aeed4 12602
1.11.0 0273b628fcb778dfabe2c87f64c17a136d5dc2ed6c8639e93d73292f943ef57c 12558
1.10.2 6f6dbe775ed573eee6633aa44d212b44b11d05a6f40d499c1fb8ac93e45e2c1b 12343
1.10.1 b9810af731cf8d51e1d36918c587be9ba3b11a84e2f56702381953707b2be286 12333
1.10.0 91f2e4c05104691f1ca805ad8fd59f0b25bb6c527b0f26d9b5d9a17689cee9c2 12321
1.9.3 b42752ef1bbdfaefdc07510e55f8b2755af560967368d901c1db83a4afced339 10207
1.9.2 9d83eb2b155d5c114176d2fedc569bace95c7c94b4f2ca3bdbb3ec93e0357790 9670
1.9.1 37d0b2b0cf82dd0558500339fe36b505b0c2bf5ef29b25e2f316259fe4e58d8f 9666
1.9.0 63992cc3fda6c972aaf738c3f9a2ad4d9565fc6e015fd4ce112d9463d480fbb2 9646
1.8.1 7dfaab732700bbb2dcc41194daed3e87581d98654572b652e9824bfad3cad184 10174
Version SHA256 Size (KB)
1.11.1 f1647376fe76a0f0297882e57d304d7583828b18e9e92506379008b2963ea70a 10683
1.11.0 79b09d7278a2e0dbe9241f31406adc9d60e2dd8e9de9367ceb8a1fc3c50e6958 10680
1.10.2 f29cbf64976b00ad83c421c554c48d28fac585af656ad04b5f00ff6f709c854a 10539
1.10.1 21f40418ca511206492b6bf7306e24fa4c2583d9e6eac79db7cc3a3a09a587c3 10530
1.10.0 f9277c83bdfd368993f71deca1157d89aa72a3868e9531cfc95a3a30b917990f 10520
1.9.3 a4f1f844aa14a5cd7148aa1e86d4230876e0389f5586439dd3bcd8cae50ea4e4 8726
1.9.2 c8e00b4d5fda21d55c74b5fb38f0939370ee8dee7b6438765702f43086a721db 8261
1.9.1 5e52011f18bc41b3695e3ce1c8f1f439e050350f2661778e5084052d843991e3 8258
1.9.0 d957579bfb4c3b2c90127960fbb225725bf372648946f609740c36082c014253 8239
1.8.1 9ed9448ee70b0a1e9dab52aadfb968963c05879c1b8711d0aacc88354aa23caa 8737
Version SHA256 Size (KB)
1.11.1 9cb910f3eecdbe80a018bfcafe5c0cf70a082d74ef6f2e2b43fe4e20266f8ddb 10834
1.11.0 d1f9ce439be37a8da5a07a8449e41d5d20935e1ce3303cd16fe743631f3da961 10840
1.10.2 5547ad4b8c167ac0814a31360587562c05defe55d6f1826d72d1ee710007b37f 10674
1.10.1 794d1f2e897b07546acb35f894f426b48f80f04da389a9edca134a88133e06c5 10656
1.10.0 883408713933bb6edf6d5ae6263c595f244a0f40216321dc5cf1bea65cdd2264 10657
1.9.3 038b32fcd98932557423ebe144845c24680584539bca142a5c9d38101d96cfc1 8766
1.9.2 5c4f1161be8d646ddb605e77518515c29c051f0691f40ac3436386be1a9b3d65 8153
1.9.1 92d6df2ced88cb1867ae57e5af349aba84c546285effa3a85e419cfe5b69a10e 8151
1.9.0 50945b9e5a8eb9c253a44a96abe4ddd8880206513789d917d401b61d80660abf 8128
1.8.1 0ad448b8879d7026682521b9d0db4499d54bc0c610cfa99ed2a916f363defda5 8622

Blueprints

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

Click here to see velero ops2deb blueprints
https://github.com/upciti/wakemeops/blob/main/blueprints/devops/velero/ops2deb.yml
- name: velero
  version: 1.7.1
  revision: "3"
  homepage: https://velero.io
  summary: backup and migrate Kubernetes applications and their persistent volumes
  description: |-
    Velero (formerly Heptio Ark) gives you tools to back up and restore your
    Kubernetes cluster resources and persistent volumes.
  fetch: https://github.com/vmware-tanzu/velero/releases/download/v{{version}}/velero-v{{version}}-linux-amd64.tar.gz
  script:
    - mv velero-v{{version}}-linux-amd64/velero {{src}}/usr/bin/velero

- name: velero
  matrix:
    architectures:
      - arm64
      - armhf
  version: 1.7.1
  revision: "3"
  homepage: https://velero.io
  summary: backup and migrate Kubernetes applications and their persistent volumes
  description: |-
    Velero (formerly Heptio Ark) gives you tools to back up and restore your
    Kubernetes cluster resources and persistent volumes.
  fetch: https://github.com/vmware-tanzu/velero/releases/download/v{{version}}/velero-v{{version}}-linux-{{goarch}}.tar.gz
  script:
    - mv velero-v{{version}}-linux-{{goarch}}/velero {{src}}/usr/bin/velero

- name: velero
  matrix:
    versions:
      - 1.8.0
      - 1.7.2
      - 1.8.1
    architectures:
      - amd64
      - arm64
      - armhf
  homepage: https://velero.io
  summary: backup and migrate Kubernetes applications and their persistent volumes
  description: |-
    Velero (formerly Heptio Ark) gives you tools to back up and restore your
    Kubernetes cluster resources and persistent volumes.
  fetch: https://github.com/vmware-tanzu/velero/releases/download/v{{version}}/velero-v{{version}}-linux-{{goarch}}.tar.gz
  script:
    - mv velero-v{{version}}-linux-{{goarch}}/velero {{src}}/usr/bin/velero

- name: velero
  matrix:
    versions:
      - 1.9.0
      - 1.9.1
      - 1.9.2
      - 1.9.3
      - 1.10.0
      - 1.10.1
      - 1.10.2
      - 1.11.0
      - 1.11.1
    architectures:
      - amd64
      - arm64
      - armhf
  homepage: https://velero.io
  summary: backup and migrate Kubernetes applications and their persistent volumes
  description: |-
    Velero (formerly Heptio Ark) gives you tools to back up and restore your
    Kubernetes cluster resources and persistent volumes.
  fetch: https://github.com/vmware-tanzu/velero/releases/download/v{{version}}/velero-v{{version}}-linux-{{goarch}}.tar.gz
  install:
    - velero-v{{version}}-linux-{{goarch}}/velero:/usr/bin/velero

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

Click here to see velero release hashes
https://github.com/upciti/wakemeops/blob/main/blueprints/devops/velero/ops2deb.lock.yml
- url: https://github.com/vmware-tanzu/velero/releases/download/v1.7.1/velero-v1.7.1-linux-amd64.tar.gz
  sha256: 5dd1e619a3a182d539f081a468a8e6118d3a6c50436c36315bdb2e33b5398adf
  timestamp: 2021-12-14 15:37:09+00:00
- url: https://github.com/vmware-tanzu/velero/releases/download/v1.7.1/velero-v1.7.1-linux-arm.tar.gz
  sha256: a170bdfe2f8aac6db876e08de9b58e54468812b34faf5d87ed67dacb9e6d9569
  timestamp: 2022-01-30 16:22:16+00:00
- url: https://github.com/vmware-tanzu/velero/releases/download/v1.7.1/velero-v1.7.1-linux-arm64.tar.gz
  sha256: 7dcf7020c7b5c674cdb0f9221cdd04da01f19dd9b6a19ec74f0a62245d92c8d3
  timestamp: 2022-01-30 16:22:16+00:00
- url: https://github.com/vmware-tanzu/velero/releases/download/v1.8.0/velero-v1.8.0-linux-amd64.tar.gz
  sha256: 0530082cb8d1412e926e4afcef72a7eff45f8820a6480d5358b70b4d8ffcbf78
  timestamp: 2022-02-14 13:31:54+00:00
- url: https://github.com/vmware-tanzu/velero/releases/download/v1.8.0/velero-v1.8.0-linux-arm.tar.gz
  sha256: 14a06856a84ff5f3e66ce0323319277b0234564d8a1982ce537cd92b2e67495c
  timestamp: 2022-02-14 13:31:54+00:00
- url: https://github.com/vmware-tanzu/velero/releases/download/v1.8.0/velero-v1.8.0-linux-arm64.tar.gz
  sha256: 62c96df0b71d4b28d424b15aa79fb83ba120dfeb3c47418e82f638f83c365c34
  timestamp: 2022-02-14 13:31:54+00:00
- url: https://github.com/vmware-tanzu/velero/releases/download/v1.7.2/velero-v1.7.2-linux-amd64.tar.gz
  sha256: 8dac72c2050d36d484547864d72c572928e3fcea58cfcedbe4a6d2cc6513f924
  timestamp: 2022-03-09 04:21:44+00:00
- url: https://github.com/vmware-tanzu/velero/releases/download/v1.7.2/velero-v1.7.2-linux-arm.tar.gz
  sha256: 4fb54fc1f832b1d75021f1022a1b3f9368d7cd3a6bde66517ab5ab1de457ca8e
  timestamp: 2022-03-09 04:21:44+00:00
- url: https://github.com/vmware-tanzu/velero/releases/download/v1.7.2/velero-v1.7.2-linux-arm64.tar.gz
  sha256: 6aace227d055f9120b08944b76f86b289ca3b215df900145b000c4b1e3b3fe22
  timestamp: 2022-03-09 04:21:44+00:00
- url: https://github.com/vmware-tanzu/velero/releases/download/v1.8.1/velero-v1.8.1-linux-amd64.tar.gz
  sha256: b50952735b1dcec595ce6b84cbc5f1eb184c5c756708c8cb9196fa53f36ca6de
  timestamp: 2022-03-15 07:25:59+00:00
- url: https://github.com/vmware-tanzu/velero/releases/download/v1.8.1/velero-v1.8.1-linux-arm.tar.gz
  sha256: babc6ff30f5629f6b7d2b1ca6ed52cad7daf4cff2b53776d1d1fc57592f5eddd
  timestamp: 2022-03-15 07:25:59+00:00
- url: https://github.com/vmware-tanzu/velero/releases/download/v1.8.1/velero-v1.8.1-linux-arm64.tar.gz
  sha256: afae7d0e244a1552b9c557664925f623336361773855773a7ea2c07c3e0a4020
  timestamp: 2022-03-15 07:25:59+00:00
- url: https://github.com/vmware-tanzu/velero/releases/download/v1.9.0/velero-v1.9.0-linux-amd64.tar.gz
  sha256: 84f613c88f28c45eb701c5644ff5490fea162e7fd7723ff1782f220bcf5a3d0d
  timestamp: 2022-06-23 05:56:37+00:00
- url: https://github.com/vmware-tanzu/velero/releases/download/v1.9.0/velero-v1.9.0-linux-arm.tar.gz
  sha256: 9ee264df401747c19134d208dc8923f4cb50abcaa437859391b1df32701d17dc
  timestamp: 2022-06-23 05:56:37+00:00
- url: https://github.com/vmware-tanzu/velero/releases/download/v1.9.0/velero-v1.9.0-linux-arm64.tar.gz
  sha256: 259ef31635be2dcdf124178ab0b051dc11d25f140d12009c9e7df1fc14566f43
  timestamp: 2022-06-23 05:56:37+00:00
- url: https://github.com/vmware-tanzu/velero/releases/download/v1.9.1/velero-v1.9.1-linux-amd64.tar.gz
  sha256: bb6575c75c75ed68eeadacfd3504968e72f88c9e4376b2ca0eb24dead5fe2731
  timestamp: 2022-08-17 11:24:01+00:00
- url: https://github.com/vmware-tanzu/velero/releases/download/v1.9.1/velero-v1.9.1-linux-arm.tar.gz
  sha256: d0d792d2439052f8d43dcf1149605a5d7d070b471036483490eec2863bc62e8c
  timestamp: 2022-08-17 11:24:01+00:00
- url: https://github.com/vmware-tanzu/velero/releases/download/v1.9.1/velero-v1.9.1-linux-arm64.tar.gz
  sha256: 33a2c444ec4d4b430f4d8835a897e69f78edbece901effd48a65051e7e8f5bba
  timestamp: 2022-08-17 11:24:01+00:00
- url: https://github.com/vmware-tanzu/velero/releases/download/v1.9.2/velero-v1.9.2-linux-amd64.tar.gz
  sha256: 6727ed2ab68bec962c70682f63943acb44028e0f92a1201a1101b3347a9c4840
  timestamp: 2022-09-26 06:59:52+00:00
- url: https://github.com/vmware-tanzu/velero/releases/download/v1.9.2/velero-v1.9.2-linux-arm.tar.gz
  sha256: 02cac1c7eb76977fb46a68f2f17d850a62113eebaea448c92eb48bddd9d20e75
  timestamp: 2022-09-26 06:59:52+00:00
- url: https://github.com/vmware-tanzu/velero/releases/download/v1.9.2/velero-v1.9.2-linux-arm64.tar.gz
  sha256: 9d2def3286afa7a702090e452467812bdeafdb68d70b5e5e8ab97baf76a4ea63
  timestamp: 2022-09-26 06:59:52+00:00
- url: https://github.com/vmware-tanzu/velero/releases/download/v1.9.3/velero-v1.9.3-linux-amd64.tar.gz
  sha256: 13e498c1ebec1e7c5bd633cbd39775e2b60cc55c29333abf019abaf29f19cc0e
  timestamp: 2022-11-11 10:23:12+00:00
- url: https://github.com/vmware-tanzu/velero/releases/download/v1.9.3/velero-v1.9.3-linux-arm.tar.gz
  sha256: 304e8e2b54562b941144ccb76da78b3973e034788b5d8aa5aabd565dc957fb62
  timestamp: 2022-11-11 10:23:12+00:00
- url: https://github.com/vmware-tanzu/velero/releases/download/v1.9.3/velero-v1.9.3-linux-arm64.tar.gz
  sha256: 94adcf41e1a896c3db23f8ee667b7fe87fe01dda15a4f90be5077d78c858901e
  timestamp: 2022-11-11 10:23:12+00:00
- url: https://github.com/vmware-tanzu/velero/releases/download/v1.10.0/velero-v1.10.0-linux-amd64.tar.gz
  sha256: 3cf8c26b17a06f3f43ec43c854618a619f4e14e2e690bd813e55797aae1db155
  timestamp: 2022-11-29 13:39:25+00:00
- url: https://github.com/vmware-tanzu/velero/releases/download/v1.10.0/velero-v1.10.0-linux-arm.tar.gz
  sha256: 723c95fccff7d4ccb5e6e0caf22111eea64f634a792f53ece38017842e7f79b1
  timestamp: 2022-11-29 13:39:25+00:00
- url: https://github.com/vmware-tanzu/velero/releases/download/v1.10.0/velero-v1.10.0-linux-arm64.tar.gz
  sha256: b05c3e6c8cec09073017f815ddd08369a0361d8d97f39b5677079075fa59e69b
  timestamp: 2022-11-29 13:39:25+00:00
- url: https://github.com/vmware-tanzu/velero/releases/download/v1.10.1/velero-v1.10.1-linux-amd64.tar.gz
  sha256: 91187a3e727b25caa577934dc1587ac0db0f808aa8c2c85df291b84fe8ed9966
  timestamp: 2023-02-06 04:20:46+00:00
- url: https://github.com/vmware-tanzu/velero/releases/download/v1.10.1/velero-v1.10.1-linux-arm.tar.gz
  sha256: 9896606a470e8f36d57456f68e42710616c8f611fc14e8563f5ed2580bd2be34
  timestamp: 2023-02-06 04:20:46+00:00
- url: https://github.com/vmware-tanzu/velero/releases/download/v1.10.1/velero-v1.10.1-linux-arm64.tar.gz
  sha256: 9d8b3540402d2aa0bed5c393e1aebe91d4c531d38abe8be1d1c28fa7c425c1a4
  timestamp: 2023-02-06 04:20:46+00:00
- url: https://github.com/vmware-tanzu/velero/releases/download/v1.10.2/velero-v1.10.2-linux-amd64.tar.gz
  sha256: 820d605796a05195d77724380be7dcb5a94a5c06b59dd710ca2dc89b54427c7d
  timestamp: 2023-03-10 06:25:55+00:00
- url: https://github.com/vmware-tanzu/velero/releases/download/v1.10.2/velero-v1.10.2-linux-arm.tar.gz
  sha256: 8d0687ccc502d385fd067d46f2da4fcb330434658a09e41160318a98f796195e
  timestamp: 2023-03-10 06:25:55+00:00
- url: https://github.com/vmware-tanzu/velero/releases/download/v1.10.2/velero-v1.10.2-linux-arm64.tar.gz
  sha256: 3bfb0452ee6a741c5da98deb496477c522584e6639b14604ccf7bb229a285332
  timestamp: 2023-03-10 06:25:55+00:00
- url: https://github.com/vmware-tanzu/velero/releases/download/v1.11.0/velero-v1.11.0-linux-amd64.tar.gz
  sha256: 0d4db0d5081d8c3926d14fbdae28bc5ace9b9d07a2229d5f3077e32fcc52e579
  timestamp: 2023-04-25 10:50:55+00:00
- url: https://github.com/vmware-tanzu/velero/releases/download/v1.11.0/velero-v1.11.0-linux-arm.tar.gz
  sha256: 7ba0132d8b018d18c12b7e28718b15e2797a31c92af325b075f7a0c5997c7b88
  timestamp: 2023-04-25 10:50:55+00:00
- url: https://github.com/vmware-tanzu/velero/releases/download/v1.11.0/velero-v1.11.0-linux-arm64.tar.gz
  sha256: d46349cb666028615ca35dd6a837c976a76805d0f15e0b05ae14783bc6fa9160
  timestamp: 2023-04-25 10:50:55+00:00
- url: https://github.com/vmware-tanzu/velero/releases/download/v1.11.1/velero-v1.11.1-linux-amd64.tar.gz
  sha256: 4bcd8282ecdc2fdeb94f7c04df67dc1085b1b93527caba99197366871ca5dfce
  timestamp: 2023-07-27 09:16:48+00:00
- url: https://github.com/vmware-tanzu/velero/releases/download/v1.11.1/velero-v1.11.1-linux-arm.tar.gz
  sha256: 3705e99afc4d005af473a7bcaae1f0b249c15213dea9b9e2122972808c884f27
  timestamp: 2023-07-27 09:16:48+00:00
- url: https://github.com/vmware-tanzu/velero/releases/download/v1.11.1/velero-v1.11.1-linux-arm64.tar.gz
  sha256: 08661665393c4306b1afad824ed119987c6cb5d7cd22a243fe16127d4141c510
  timestamp: 2023-07-27 09:16:48+00:00

Badge

WakeMeOps

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