Skip to content

Commit

Permalink
Merge pull request #3218 from uselagoon/fix-prepost-task-messaging
Browse files Browse the repository at this point in the history
  • Loading branch information
tobybellwood authored Jul 26, 2022
2 parents 08ed80f + 813a192 commit 784c1cd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion images/kubectl-build-deploy-dind/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ ENV DBAAS_OPERATOR_HTTP=dbaas.lagoon.svc:5000
RUN curl -sSL https://github.com/uselagoon/lagoon-linter/releases/download/v0.7.0/lagoon-linter_0.7.0_linux_amd64.tar.gz \
| tar -xz -C /usr/local/bin lagoon-linter

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

RUN curl -sSfL https://raw.githubusercontent.com/anchore/syft/main/install.sh | sh -s -- -b /usr/local/bin > /dev/null 2>&1
Expand Down
6 changes: 6 additions & 0 deletions images/kubectl-build-deploy-dind/build-deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ set -x
set -eo pipefail
set -o noglob

# print out the build-deploy-tool version information
echo "##############################################"
build-deploy-tool version
echo "##############################################"


REGISTRY=$REGISTRY
NAMESPACE=$(cat /var/run/secrets/kubernetes.io/serviceaccount/namespace)
REGISTRY_REPOSITORY=$NAMESPACE
Expand Down

0 comments on commit 784c1cd

Please sign in to comment.