Skip to content

Commit

Permalink
install go binary in jenkins CI worker
Browse files Browse the repository at this point in the history
  • Loading branch information
atharvar28 committed Aug 2, 2023
1 parent 02ab503 commit eb1d382
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .secrets.baseline
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"files": "^.secrets.baseline$",
"lines": null
},
"generated_at": "2023-07-31T16:54:24Z",
"generated_at": "2023-08-02T15:58:02Z",
"plugins_used": [
{
"name": "AWSKeyDetector"
Expand Down Expand Up @@ -78,7 +78,7 @@
{
"hashed_secret": "10daf3a26c6a17242a5ab2438a12ebc8276c7603",
"is_verified": false,
"line_number": 115,
"line_number": 119,
"type": "Secret Keyword"
}
],
Expand Down
4 changes: 4 additions & 0 deletions Docker/jenkins/Jenkins-CI-Worker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@ RUN export CLOUD_SDK_REPO="cloud-sdk-$(lsb_release -c -s)" \
google-cloud-sdk-cbt \
kubectl

# installing go binary
COPY --from=golang:1.13-alpine /usr/local/go/ /usr/local/go/
ENV PATH="/usr/local/go/bin:${PATH}"

#
# install docker tools:
#
Expand Down

0 comments on commit eb1d382

Please sign in to comment.