This repository was archived by the owner on Feb 11, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- golang/go1.18.5 .linux-amd64.tar.gz :
2- size : 141855946
3- object_id : d380aecf-44d1-4003-61f5-36a76ad4c864
4- sha : sha256:9e5de37f9c49942c601b191ac5fba404b868bfc21d446d6960acc12283d6e5f2
1+ golang/go1.20.3 .linux-amd64.tar.gz :
2+ size : 100142274
3+ object_id : 174649c4-e2e3-4628-6a2c-662beef751af
4+ sha : sha256:979694c2c25c735755bf26f4f45e19e64e4811d661dd07b8c010f7a8e18adfca
55libpcap-1.10.1.tgz :
66 size : 935221
77 object_id : 71073646-0c7a-4aba-5c05-19f5330adb7a
Original file line number Diff line number Diff line change 88# $BOSH_COMPILE_TARGET - where this package & spec'd source files are available
99# $BOSH_INSTALL_TARGET - where you copy/install files to be included in package
1010
11- tar xzf golang/go1.20.2 .linux-amd64.tar.gz
11+ tar xzf golang/go1.20.3 .linux-amd64.tar.gz
1212export GOROOT="${BOSH_COMPILE_TARGET}/go"
1313export PATH="${PATH}:${GOROOT}/bin"
1414
Original file line number Diff line number Diff line change @@ -4,6 +4,6 @@ name: pcap-agent
44dependencies: []
55
66files:
7- - golang/go1.20.2 .linux-amd64.tar.gz
7+ - golang/go1.20.3 .linux-amd64.tar.gz
88- pcap/**/*
99- libpcap-1.10.1.tgz
Original file line number Diff line number Diff line change 55# $BOSH_INSTALL_TARGET - where you copy/install files to be included in package
66
77# FIXME: Adjust to vendored BOSH package
8- tar xzf golang/go1.20.2 .linux-amd64.tar.gz
8+ tar xzf golang/go1.20.3 .linux-amd64.tar.gz
99export GOROOT=$BOSH_COMPILE_TARGET/go
1010
1111# TODO: maybe these are not needed? Where does this get executed?
Original file line number Diff line number Diff line change @@ -4,6 +4,6 @@ name: pcap-api
44dependencies: []
55
66files:
7- - golang/go1.20.2 .linux-amd64.tar.gz
7+ - golang/go1.20.3 .linux-amd64.tar.gz
88- pcap/**/*
99- libpcap-1.10.1.tgz
You can’t perform that action at this time.
0 commit comments