File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2929 - name : dockerfile
3030 value : /cmd/domainproxy/docker/Dockerfile.all-in-one
3131 - name : path-context
32- value : cmd
32+ value : " "
3333 pipelineSpec :
3434 finally :
3535 - name : show-sbom
Original file line number Diff line number Diff line change 2626 - name : dockerfile
2727 value : /cmd/domainproxy/docker/Dockerfile.all-in-one
2828 - name : path-context
29- value : cmd
29+ value : " "
3030 pipelineSpec :
3131 finally :
3232 - name : show-sbom
Original file line number Diff line number Diff line change 33WORKDIR /work
44COPY ./ .
55
6- RUN go build -o domainproxyserver domainproxy/server/main.go
7- RUN go build -o domainproxyclient domainproxy/client/main.go
6+ RUN go build -o domainproxyserver cmd/ domainproxy/server/main.go
7+ RUN go build -o domainproxyclient cmd/ domainproxy/client/main.go
88
99FROM quay.io/konflux-ci/buildah-task:latest@sha256:5cbd487022fb7ac476cbfdea25513b810f7e343ec48f89dc6a4e8c3c39fa37a2
1010USER 0
You can’t perform that action at this time.
0 commit comments