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 d76c610  Comment out sbomasm and parlay in the containers
d76c610 is described below

commit d76c610a5119786525f0c00fbbfbc2d9d94691c0
Author: Sean B. Palmer <[email protected]>
AuthorDate: Tue Aug 26 20:19:28 2025 +0100

    Comment out sbomasm and parlay in the containers
---
 Dockerfile.alpine | 6 ++++--
 Dockerfile.ubuntu | 6 ++++--
 2 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/Dockerfile.alpine b/Dockerfile.alpine
index a8c12ab..65f97ff 100644
--- a/Dockerfile.alpine
+++ b/Dockerfile.alpine
@@ -79,10 +79,12 @@ RUN [ -f apache-rat-${RAT_VERSION}.jar ] || mv $(find . 
-maxdepth 1 -type f -nam
 RUN mv apache-rat-${RAT_VERSION}.jar /opt/tools
 RUN java -version
 
+# WORKDIR /var/run
 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 git clone https://github.com/sbp/sbomasm && cd sbomasm && 
GOPATH=/usr/local go install ./...
+# 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 c6146aa..a51b070 100644
--- a/Dockerfile.ubuntu
+++ b/Dockerfile.ubuntu
@@ -91,10 +91,12 @@ RUN [ -f apache-rat-${RAT_VERSION}.jar ] || mv $(find . 
-maxdepth 1 -type f -nam
 RUN mv apache-rat-${RAT_VERSION}.jar /opt/tools
 RUN java -version
 
+# WORKDIR /var/run
 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 git clone https://github.com/sbp/sbomasm && cd sbomasm && 
GOPATH=/usr/local go install ./...
+# 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