tetratelabs / archive-envoy

Archive of Envoy® release binaries
Apache License 2.0
10 stars 4 forks source link

Moves to car, removing the dependency on Azure Pipelines #8

Closed codefromthecrypt closed 3 years ago

codefromthecrypt commented 3 years ago

This uses OCI repositories (Docker, Homebrew) instead of relying on Azure Pipelines zip downloads. Doing so simplifies maintenance and complexity.

Depends on https://github.com/tetratelabs/car/pull/10

$ ./bin/archive_release_version.sh envoyproxy/envoy v1.18.3 archive
archiving envoyproxy/envoy v1.18.3 released on 2021-05-11
using dist: v1.18.3/envoy-v1.18.3-darwin-amd64
creating v1.18.3/envoy-v1.18.3-darwin-amd64.tar.xz
using dist: v1.18.3/envoy-v1.18.3-darwin-arm64
error: darwin/arm64 is not a supported platform: darwin/amd64
using dist: v1.18.3/envoy-v1.18.3-linux-amd64
creating v1.18.3/envoy-v1.18.3-linux-amd64.tar.xz
using dist: v1.18.3/envoy-v1.18.3-linux-arm64
creating v1.18.3/envoy-v1.18.3-linux-arm64.tar.xz
using dist: v1.18.3/envoy-v1.18.3-windows-amd64
creating v1.18.3/envoy-v1.18.3-windows-amd64.tar.xz
using dist: v1.18.3/envoy-v1.18.3-windows-arm64
error: windows/arm64 is not a supported platform: windows/amd64

$ find v1.18.3 -ls
35102183        0 drwxr-xr-x    7 adrian           staff                 224 Aug  3 07:11 v1.18.3
35102545    28768 -rw-r--r--    1 adrian           staff            13753856 Aug  3 07:11 v1.18.3/envoy-v1.18.3-linux-amd64.tar.xz
35103079        8 -rw-r--r--    1 adrian           staff                1120 Aug  3 07:11 v1.18.3/envoy-v1.18.3.json
35102914    16416 -rw-r--r--    1 adrian           staff             7850784 Aug  3 07:11 v1.18.3/envoy-v1.18.3-windows-amd64.tar.xz
35102748    22624 -rw-r--r--    1 adrian           staff            11492536 Aug  3 07:11 v1.18.3/envoy-v1.18.3-linux-arm64.tar.xz
35102187    38928 -rw-r--r--    1 adrian           staff            19391528 Aug  3 07:11 v1.18.3/envoy-v1.18.3-darwin-amd64.tar.xz

fixes #5

netlify[bot] commented 3 years ago

:heavy_check_mark: Deploy Preview for archive-envoy ready!

:hammer: Explore the source changes: 2fc71291b26ca5faff647348e57766e1a0d57e44

:mag: Inspect the deploy log: https://app.netlify.com/sites/archive-envoy/deploys/60e278abab3d940009177a42

:sunglasses: Browse the preview: https://deploy-preview-8--archive-envoy.netlify.app

codefromthecrypt commented 3 years ago

ok ready to go. I tested locally v1.18.3 v1.18.3_debug and same two for 1.17.3