Skip to content

Commit

Permalink
Vendir docker image now has git inside
Browse files Browse the repository at this point in the history
Signed-off-by: Pete Wall <pete.wall@grafana.com>
  • Loading branch information
petewall committed Nov 11, 2024
1 parent 3654397 commit e113c77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/k8s-monitoring/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ alloyModules/LICENSE: vendir.yml vendir.lock.yml
ifdef HAS_VENDIR
vendir sync -l
else
docker run --rm --volume $(shell pwd):/src --workdir /src ghcr.io/carvel-dev/docker-image:latest bash -c "apt-get update && apt-get install -y git && vendir sync -l"
docker run --rm --volume $(shell pwd):/src --workdir /src ghcr.io/carvel-dev/docker-image:latest vendir sync -l
endif
ALLOY_MODULE_FILES = $(shell find alloyModules -name "*.alloy")

Expand Down

0 comments on commit e113c77

Please sign in to comment.