Skip to content

waypoint

Build, deploy, and release any application on any platform

Allows developers to define their application build, deploy, and release lifecycle as code, reducing the time to deliver deployments through a consistent and repeatable workflow.

devops

https://www.waypointproject.io

amd64 armhf

Installation

1. Add WakeMeOps repository

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

2. Install waypoint

sudo apt install waypoint

Snippets

FROM wakemeops/minideb:bullseye

RUN install_packages \
    waypoint=0.11.0*

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

Download URLs

Version SHA256 Size (KB)
0.11.0 d30272fc8207b6fed627fc35dd7f599d3ee334e875b9f1e65f4355ec104d1ef7 116950
0.10.5 f73f84ebed262afba6cd866c9645c9da181a7b8fb26aae0fea20304d171ced81 115971
0.10.4 fe9c81481210c9fe3390963c0be8f0e69c7f65417da7e54060f5144b80c6705d 110852
0.10.3 c473f7df3824cfe4f3f1884a577b020395468050362470460cbe2d5c8bc69cf9 107912
0.10.2 fb207b50cd4a6dfbedbda1cf506c0504fa341d2d7a635cfd74258fc1a71b5d63 106464
0.10.1 0a28370822197a99c2934d25aecc92be121275103924552bcb42694722e6cb56 106408
0.10.0 06f7bbe0357eada9fe16abbd0b29b1155cfa523a203ae01c31c66bb98987ebee 106422
0.9.1 dc42ecbaf9533a14931175951a4075560cced0fcc9e17dbdd96512cdddb46c6c 105825
0.9.0 03cd86c4d63fc20f91b44210f1fbe90050c87aa0df3fd28f0f4ef718ba5f77c6 105815
0.8.2 e59148547396940731997348609e0b0cc79c6170568abddbeaabd98ac57b1577 105178
Version SHA256 Size (KB)
0.11.0 36ec6e2a5793760fcb919b701e810df157ff9627342ef080280891f5712774d9 114409
0.10.5 98d758a0b320e9f8827d70ff1f61099228fdf599bbec230fe0016ae6e59d4851 113555
0.10.4 745af0f2d981e313619cda1889c0e391be740908ba9fecc8a99fc413edde23dc 108208
0.10.3 bc3aebcf1a93026416c02767ae55d9188f5e88344ba6cd28a5e3862b68655372 105377
0.10.2 c9af3cc481b5f8357cac61254bee282aee51af5b9f9727708be727444f9dbc9d 103929
0.10.1 29be4935b311342831f41d6b828f9af2ddc543d886aaa0c9bde9933bf3e55461 103885
0.10.0 d15472311fd9ca1cfcdb1de51d2728059dbd0a2620d397d7e14c765d07df40fd 103891
0.9.1 780998ab0db63704532d12a8052782ccaaa605e04fc19b93607be3880b3cd9b4 103282
0.9.0 7d5e67dd88063d54d7e90cafe89b6c2048b68c1dc3d6e0120eebe6a2ce407c24 103282
0.8.2 1c74146b0f2e3b1e419c6e3b22a31f8a42b82decc645de8139186749acbf10be 102686

Blueprints

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

Click here to see waypoint ops2deb blueprints
https://github.com/upciti/wakemeops/blob/main/blueprints/devops/waypoint/ops2deb.yml
- name: waypoint
  matrix:
    versions:
      - 0.6.3
      - 0.7.1
  homepage: https://www.waypointproject.io
  summary: build, deploy, and release any application on any platform
  description: |-
    Allows developers to define their application build, deploy, and release
    lifecycle as code, reducing the time to deliver deployments through a
    consistent and repeatable workflow.
  fetch: https://releases.hashicorp.com/waypoint/{{version}}/waypoint_{{version}}_linux_amd64.zip
  script:
    - mv waypoint {{src}}/usr/bin/waypoint

- name: waypoint
  matrix:
    versions:
      - 0.7.1
      - 0.7.2
    architectures:
      - armhf
      - amd64
  homepage: https://www.waypointproject.io
  summary: build, deploy, and release any application on any platform
  description: |-
    Allows developers to define their application build, deploy, and release
    lifecycle as code, reducing the time to deliver deployments through a
    consistent and repeatable workflow.
  fetch: https://releases.hashicorp.com/waypoint/{{version}}/waypoint_{{version}}_linux_{{goarch}}.zip
  script:
    - mv waypoint {{src}}/usr/bin/waypoint

- name: waypoint
  matrix:
    versions:
      - 0.8.0
      - 0.8.1
      - 0.8.2
      - 0.9.0
      - 0.9.1
      - 0.10.0
      - 0.10.1
      - 0.10.2
      - 0.10.3
      - 0.10.4
      - 0.10.5
      - 0.11.0
    architectures:
      - amd64
      - armhf
  homepage: https://www.waypointproject.io
  summary: build, deploy, and release any application on any platform
  description: |-
    Allows developers to define their application build, deploy, and release
    lifecycle as code, reducing the time to deliver deployments through a
    consistent and repeatable workflow.
  fetch: https://releases.hashicorp.com/waypoint/{{version}}/waypoint_{{version}}_linux_{{goarch}}.zip
  install:
    - waypoint:/usr/bin/

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

Click here to see waypoint release hashes
https://github.com/upciti/wakemeops/blob/main/blueprints/devops/waypoint/ops2deb.lock.yml
- url: https://releases.hashicorp.com/waypoint/0.10.0/waypoint_0.10.0_linux_amd64.zip
  sha256: f5afcb30f7a6aa7be9b71b0f318fcb9dc3a55acba032b6041a29ceaf3366e2d2
  timestamp: 2022-09-13 20:31:22+00:00
- url: https://releases.hashicorp.com/waypoint/0.10.0/waypoint_0.10.0_linux_arm.zip
  sha256: d30ae70ba04a5e7b338aeed4ddafb17771d424f3115e5e8e02b01f8b350d45ab
  timestamp: 2022-09-13 20:31:22+00:00
- url: https://releases.hashicorp.com/waypoint/0.10.1/waypoint_0.10.1_linux_amd64.zip
  sha256: 2366796f6f76a3491f99818245419c5e48fc4fc4352d0499599f10db97502698
  timestamp: 2022-09-22 20:30:43+00:00
- url: https://releases.hashicorp.com/waypoint/0.10.1/waypoint_0.10.1_linux_arm.zip
  sha256: 8d47d87b93dfd5a62460f8e370ab4af90124334fe4b096a3ab2f126a680b7990
  timestamp: 2022-09-22 20:30:43+00:00
- url: https://releases.hashicorp.com/waypoint/0.10.2/waypoint_0.10.2_linux_amd64.zip
  sha256: c04ff4aa2b620a6e2d5df307e95a72e85c80adb330e7852e33b6fa5f4adab143
  timestamp: 2022-10-03 20:36:40+00:00
- url: https://releases.hashicorp.com/waypoint/0.10.2/waypoint_0.10.2_linux_arm.zip
  sha256: 3bc17ade0a2fae0ef4c6c606a636c22d7d7e932e4138984ce5ca3358b70915ae
  timestamp: 2022-10-03 20:36:40+00:00
- url: https://releases.hashicorp.com/waypoint/0.10.3/waypoint_0.10.3_linux_amd64.zip
  sha256: 2a97de706246b3e06147af49fe2dd6226162d9f0a2f966931eee16ecbd6eec6f
  timestamp: 2022-11-03 22:18:46+00:00
- url: https://releases.hashicorp.com/waypoint/0.10.3/waypoint_0.10.3_linux_arm.zip
  sha256: a4ec27f28769147d001a1a835a3fba43c6709a2aaf1e54f771cc6c6536f469a7
  timestamp: 2022-11-03 22:18:46+00:00
- url: https://releases.hashicorp.com/waypoint/0.10.4/waypoint_0.10.4_linux_amd64.zip
  sha256: 9124871b37c1b9e46489fa6cf22e2ca64c7dbe9eb39f0eb0c30a1c1e49d46448
  timestamp: 2022-12-08 19:24:03+00:00
- url: https://releases.hashicorp.com/waypoint/0.10.4/waypoint_0.10.4_linux_arm.zip
  sha256: cca355515f78b4d84468dc3b3d787ccb02cfff2e936101c585cce94055191307
  timestamp: 2022-12-08 19:24:03+00:00
- url: https://releases.hashicorp.com/waypoint/0.10.5/waypoint_0.10.5_linux_amd64.zip
  sha256: dbce2ea1ed85fc06ddd7f4157560719c40236e3c735bb87d6715d790e7691519
  timestamp: 2022-12-15 19:22:06+00:00
- url: https://releases.hashicorp.com/waypoint/0.10.5/waypoint_0.10.5_linux_arm.zip
  sha256: 778faeea74f6d959235cb3bdf56f9aeba965aa8bd461b1b454c47bb998d6b720
  timestamp: 2022-12-15 19:22:06+00:00
- url: https://releases.hashicorp.com/waypoint/0.11.0/waypoint_0.11.0_linux_amd64.zip
  sha256: 83df70b96b1d25d32ccc060c462c15d602b42f13e6972e16505dc05b8b360c47
  timestamp: 2023-02-16 19:23:29+00:00
- url: https://releases.hashicorp.com/waypoint/0.11.0/waypoint_0.11.0_linux_arm.zip
  sha256: 1b60fe4541eefae7b78dced4be8585ad94038423711666547df8175ac91a74bb
  timestamp: 2023-02-16 19:23:29+00:00
- url: https://releases.hashicorp.com/waypoint/0.6.3/waypoint_0.6.3_linux_amd64.zip
  sha256: cff51372fb30c32f159fd39f5986b353db86bcd301158ffd32218cb18aad11eb
  timestamp: 2021-12-28 16:18:49+00:00
- url: https://releases.hashicorp.com/waypoint/0.7.1/waypoint_0.7.1_linux_amd64.zip
  sha256: 8db1d7ea881ebd6837dbdb76ddab3820d80a727f0e6bed9b8b290847ba862e54
  timestamp: 2022-01-26 02:15:06+00:00
- url: https://releases.hashicorp.com/waypoint/0.7.1/waypoint_0.7.1_linux_arm.zip
  sha256: 0408d82cdef5e29ff62397ccc53e5442234dfbda231c41b0d95739f11e2c7980
  timestamp: 2022-01-28 18:33:46+00:00
- url: https://releases.hashicorp.com/waypoint/0.7.2/waypoint_0.7.2_linux_amd64.zip
  sha256: f261bf03f98847271d743b618398010e14a9c396866b49f16425cf6fd6d0a5ab
  timestamp: 2022-02-24 22:18:47+00:00
- url: https://releases.hashicorp.com/waypoint/0.7.2/waypoint_0.7.2_linux_arm.zip
  sha256: 854930ce5478a11e4b06fbf4c288974944b9ee8a3cdc79d461f3aad3d05854e2
  timestamp: 2022-02-24 22:18:47+00:00
- url: https://releases.hashicorp.com/waypoint/0.8.0/waypoint_0.8.0_linux_amd64.zip
  sha256: cda7bb55fdc422849429c65b58fbab3f1f8318b6ef8beecd0f0242fa07fcefcc
  timestamp: 2022-04-07 20:26:14+00:00
- url: https://releases.hashicorp.com/waypoint/0.8.0/waypoint_0.8.0_linux_arm.zip
  sha256: 029d79071abb6f8d2f3ca80308314e8bbd33e24cc5bb9c90193cbcadbf6c700d
  timestamp: 2022-04-07 20:26:14+00:00
- url: https://releases.hashicorp.com/waypoint/0.8.1/waypoint_0.8.1_linux_amd64.zip
  sha256: ec2ef7e11f3e1b9ba4a71cc23478f2d60445baddab92d05782d03a6a5e9a824e
  timestamp: 2022-04-08 20:27:04+00:00
- url: https://releases.hashicorp.com/waypoint/0.8.1/waypoint_0.8.1_linux_arm.zip
  sha256: 4680aec963624283c65822db86e7ba541a70ba043ea1b665adfbfbb364a9ef03
  timestamp: 2022-04-08 20:27:04+00:00
- url: https://releases.hashicorp.com/waypoint/0.8.2/waypoint_0.8.2_linux_amd64.zip
  sha256: bc5ee76b94641b87b190073f31e74f822f0d290404c71659e6cd1aa69425ed6e
  timestamp: 2022-05-19 20:35:22+00:00
- url: https://releases.hashicorp.com/waypoint/0.8.2/waypoint_0.8.2_linux_arm.zip
  sha256: 6f739b6dd0a0a504a36cda20312fa72f5433b488bd9e48fdb28702b60f1610c7
  timestamp: 2022-05-19 20:35:22+00:00
- url: https://releases.hashicorp.com/waypoint/0.9.0/waypoint_0.9.0_linux_amd64.zip
  sha256: bb5fcbbd4af22f3d2fabe85fa9f92007a6e808d5eb5c4226e60dbf7038db8d4d
  timestamp: 2022-07-05 23:19:48+00:00
- url: https://releases.hashicorp.com/waypoint/0.9.0/waypoint_0.9.0_linux_arm.zip
  sha256: 1376cd3184c54ce89f986b0cf03ff55f6ee71ed40c9b981f1c3c769fcbe1f777
  timestamp: 2022-07-05 23:19:48+00:00
- url: https://releases.hashicorp.com/waypoint/0.9.1/waypoint_0.9.1_linux_amd64.zip
  sha256: dabc135c73a4eb9cf1378816ee6b93ec33f6ec849103bcd936c88e08da0e1bbb
  timestamp: 2022-07-28 20:29:34+00:00
- url: https://releases.hashicorp.com/waypoint/0.9.1/waypoint_0.9.1_linux_arm.zip
  sha256: 9d757754ca19e7fcd8915e902c53774ba931227601799eebdce0b42cd849e827
  timestamp: 2022-07-28 20:29:34+00:00

Badge

WakeMeOps

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