Conversation
Dockerfile
Outdated
| @@ -0,0 +1,45 @@ | |||
| ARG BUILDER_IMAGE=docker-registry-proxy.corp.amdocs.com/golang:1.24 | |||
There was a problem hiding this comment.
Non-amdocs folks cannot reach this builder image.
ERROR: failed to solve: docker-registry-proxy.corp.amdocs.com/redhat/ubi9:9.5: failed to resolve source metadata for docker-registry-proxy.corp.amdocs.com/redhat/ubi9:9.5: failed to do request: Head "https://docker-registry-proxy.corp.amdocs.com/v2/redhat/ubi9/manifests/9.5": dialing docker-registry-proxy.corp.amdocs.com:443 container via direct connection because has no HTTPS proxy: connecting to docker-registry-proxy.corp.amdocs.com:443: dial tcp: lookup docker-registry-proxy.corp.amdocs.com: no such host
Can this be a generic image, like before?
https://github.com/couchbase/xdcrDiffer/pull/116/files#diff-dd2c0eb6ea5cfc6c4bd4eac30934e2d5746747af48fef6da689e85b752f39557R1
ARG BUILDER_IMAGE=docker.io/golang:1.22
| source/ | ||
| target/ | ||
| xdcrDiffer | ||
| go.mod |
There was a problem hiding this comment.
I think go.mod and go.sum should be included
Otherwise, I'm getting
------
> [builder 3/6] RUN make all:
0.169 go build -o xdcrDiffer -v
0.175 go: cannot find main module, but found .git/config in /go
0.175 to create a module there, run:
0.175 go mod init
0.176 make: *** [Makefile:17: build] Error 1
------
|
@CodeJitsu42 - please note that f8575c1 has been checked in which includes your information from PR 116 combined with my findings on MB-65665. Please rebase and give that a try, and see what other improvements you'd like to make on top. Thanks. |
|
Hello @nelio2k , thank you. I rebased and tested and things work fine. Additionally there were some attempts to make the tool run with TLS.
However i got the below error:
|
Opened a new PR to main
In this PR: