File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11#! /bin/bash
22
3- SYSDIG_VERSION=" 0.34.0 "
4- SYSDIG_VERSION_MAC=" 0.34.0 "
3+ SYSDIG_VERSION=" 0.35.1 "
4+ SYSDIG_VERSION_MAC=" 0.35.1 "
55
66# Env parameters
77# - CLEANUP (default: true)
@@ -104,7 +104,7 @@ install_dependencies() {
104104 # Linux binaries
105105
106106 mkdir -p deps/sysdig-linux
107-
107+
108108 id=$( docker create sysdig/sysdig:$SYSDIG_VERSION )
109109 docker cp $id :/usr/bin/sysdig deps/sysdig-linux
110110 docker cp $id :/usr/bin/csysdig deps/sysdig-linux
@@ -117,9 +117,9 @@ install_dependencies() {
117117
118118 if [ " ${BUILD_MAC} " = " true" ] || [ " ${BUILD_MAC_INSTALLER} " = " true" ]; then
119119 # Mac binaries
120-
120+
121121 mkdir -p deps/sysdig-mac
122-
122+
123123 curl -L -o sysdig.dmg " https://github.com/draios/sysdig/releases/download/${SYSDIG_VERSION_MAC} /sysdig-${SYSDIG_VERSION_MAC} -x86_64.dmg"
124124 7z x sysdig.dmg || true
125125 cp -v sysdig-${SYSDIG_VERSION_MAC} -x86_64/bin/sysdig deps/sysdig-mac/
@@ -178,7 +178,7 @@ build() {
178178 rm -rf out/container/public/testem.js
179179
180180 mkdir -p dist
181- cp -r out/container/* dist
181+ cp -r out/container/* dist
182182 docker build . -t ${DOCKER_IMAGE_TAG}
183183
184184 if [ " ${ENVIRONMENT} " = " production" ]; then
@@ -221,7 +221,7 @@ cleanup() {
221221 rm -rf dist
222222
223223 npm run clean
224-
224+
225225 docker rm ${DOCKER_IMAGE_TAG} || echo " Image ${DOCKER_IMAGE_TAG} not found!"
226226 fi
227227}
Original file line number Diff line number Diff line change 11{
22 "name" : " sysdig-inspect" ,
3- "version" : " 0.9 .0" ,
3+ "version" : " 0.10 .0" ,
44 "description" : " Sysdig Inspect" ,
55 "repository" : {
66 "type" : " git" ,
You can’t perform that action at this time.
0 commit comments