This is an automated email from the ASF dual-hosted git repository.

sbp pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tooling-trusted-release.git


The following commit(s) were added to refs/heads/main by this push:
     new 9730713  Add sbomasm and parlay to the containers
9730713 is described below

commit 9730713b7a3360de0f5cdb081539789a0534010e
Author: Sean B. Palmer <[email protected]>
AuthorDate: Tue Aug 26 14:33:54 2025 +0100

    Add sbomasm and parlay to the containers
---
 Dockerfile.alpine | 2 ++
 Dockerfile.ubuntu | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/Dockerfile.alpine b/Dockerfile.alpine
index 8fda370..a8c12ab 100644
--- a/Dockerfile.alpine
+++ b/Dockerfile.alpine
@@ -81,6 +81,8 @@ RUN java -version
 
 RUN GOPATH=/usr/local go install github.com/anchore/syft/cmd/[email protected]
 # RUN curl -sSfL 
https://raw.githubusercontent.com/anchore/syft/main/install.sh | sh -s -- -b 
/usr/local/bin
+RUN GOPATH=/usr/local go install github.com/interlynk-io/[email protected]
+RUN GOPATH=/usr/local go install github.com/snyk/[email protected]
 RUN GOPATH=/usr/local go install github.com/interlynk-io/[email protected]
 
 EXPOSE 4443
diff --git a/Dockerfile.ubuntu b/Dockerfile.ubuntu
index abf603b..c6146aa 100644
--- a/Dockerfile.ubuntu
+++ b/Dockerfile.ubuntu
@@ -93,6 +93,8 @@ RUN java -version
 
 RUN GOPATH=/usr/local go install github.com/anchore/syft/cmd/[email protected]
 # RUN curl -sSfL 
https://raw.githubusercontent.com/anchore/syft/main/install.sh | sh -s -- -b 
/usr/local/bin
+RUN GOPATH=/usr/local go install github.com/interlynk-io/[email protected]
+RUN GOPATH=/usr/local go install github.com/snyk/[email protected]
 RUN GOPATH=/usr/local go install github.com/interlynk-io/[email protected]
 
 EXPOSE 4443


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to