Skip to content

Commit

Permalink
feat: build tc-redirect-tap from our fork
Browse files Browse the repository at this point in the history
See awslabs/tc-redirect-tap#8

Signed-off-by: Andrey Smirnov <smirnov.andrey@gmail.com>
  • Loading branch information
smira authored and talos-bot committed Feb 5, 2021
1 parent cc8f5b9 commit 3cb9fc9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Pkgfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ format: v1alpha2
vars:
TOOLS_IMAGE: ghcr.io/talos-systems/tools:v0.3.0-19-ge54841a
PKGS_PREFIX: ghcr.io/talos-systems
PKGS_VERSION: v0.3.0-68-g72c4450
PKGS_VERSION: v0.3.0-69-gf9d9690

labels:
org.opencontainers.image.source: https://github.com/talos-systems/extras
7 changes: 4 additions & 3 deletions tc-redirect-tap/pkg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@ dependencies:
- stage: base
steps:
- sources:
- url: https://github.com/awslabs/tc-redirect-tap/archive/a0300978797dabc3b4ffaa4a30817d6e8dd10018.tar.gz
# see https://github.com/awslabs/tc-redirect-tap/pull/8
- url: https://github.com/smira/tc-redirect-tap/archive/2d0ec76e7ae722aa78e158e55b518dd053bf1605.tar.gz
destination: tc-redirect-tap.tar.gz
sha256: e68d47eea3c97370219dd951438fa60182c0a392d878dfdb69ce5ff43ece2e67
sha512: 621fa15839f9a527cddf29502c923877f6ebd4dede2ef2f04c77ad7a7a2ae73af841726c4143d308c141723d554ec48a7ca631b67b0a7ff1c81680d5eb2d7b8e
sha256: 84b94cca0c9c4032ab3d8c9e555c06bc6fd0bcd08b67b309123102d4c4bdc5c8
sha512: 8bb0de371f0f1d78daa8b2d0c29dcd52baa0aa282f2bf830470750b39e62fb9bbaea6f1c5bafde81e7c605ba297c5e558df999865eaf0b426c3458fdddeb84c6
prepare:
- |
tar -xzf tc-redirect-tap.tar.gz --strip-components=1
Expand Down

0 comments on commit 3cb9fc9

Please sign in to comment.