Skip to content

Commit

Permalink
feat: add vendir (#502)
Browse files Browse the repository at this point in the history
Signed-off-by: Dominik Tomasi <[email protected]>
  • Loading branch information
dtomasi authored Jul 29, 2024
1 parent 811464a commit c898dcd
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions vendir.hcl
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
repository = "https://github.com/carvel-dev/vendir"
description = "Easy way to vendor portions of git repos, github releases, helm charts, docker image contents, etc. declaratively"
homepage = "https://carvel.dev/vendir"
binaries = [
"vendir"
]
source = "https://github.com/carvel-dev/vendir/releases/download/v${version}/vendir-${os}-${arch}"
test = "vendir --version"

on "unpack" {
rename {
from = "${root}/vendir-${os}-${arch}"
to = "${root}/vendir"
}
}

version "0.41.0" {
auto-version {
github-release = "carvel-dev/vendir"
}
}

0 comments on commit c898dcd

Please sign in to comment.