Skip to content

Commit

Permalink
rename build-deploy-tool to build-validate
Browse files Browse the repository at this point in the history
  • Loading branch information
tobybellwood committed Jun 18, 2022
1 parent 0cc5cb5 commit b1cf5dc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion images/kubectl-build-deploy-dind/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ RUN curl -sSL https://github.com/uselagoon/lagoon-linter/releases/download/v0.7.
| tar -xz -C /usr/local/bin lagoon-linter

RUN curl -sSL https://github.com/uselagoon/build-deploy-tool/releases/download/v0.12.0/build-deploy-tool_0.12.0_linux_amd64.tar.gz \
| tar -xz -C /usr/local/bin build-validate
| tar -xz -C /usr/local/bin build-deploy-tool \
&& mv /usr/local/bin/build-deploy-tool /usr/local/bin/build-validate

RUN curl -sSfL https://raw.githubusercontent.com/anchore/syft/main/install.sh | sh -s -- -b /usr/local/bin > /dev/null 2>&1
#curl -sSfL https://raw.githubusercontent.com/anchore/grype/main/install.sh | sh -s -- -b /usr/local/bin > /dev/null 2>&1
Expand Down

0 comments on commit b1cf5dc

Please sign in to comment.