Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

getting error with docker build #83

Open
amills-vibeirl opened this issue Dec 27, 2023 · 0 comments
Open

getting error with docker build #83

amills-vibeirl opened this issue Dec 27, 2023 · 0 comments

Comments

@amills-vibeirl
Copy link

this is what I get, got it 2x, so not sure what it is about yet

1057.1  github.com/ghodss/yaml@v1.0.0: reading github.com/ghodss/yaml/go.mod at revision v1.0.0: git ls-remote -q origin in /go/pkg/mod/cache/vcs/5c75ad62eb9c289b6ed86c76998b4ab8c8545a841036e879d703a2bbc5fcfcea: exit status 128:
1057.1  fatal: unable to access 'https://github.com/ghodss/yaml/': GnuTLS recv error (-110): The TLS connection was non-properly terminated.
------
Dockerfile.local.df:13
--------------------
  11 |     COPY go.mod go.in.mod
  12 |     RUN grep -v "^replace" "go.in.mod" > "go.mod"  # remove replace lines from go.mod
  13 | >>> RUN go mod download -x
  14 |     RUN go mod tidy
  15 |     
--------------------
ERROR: failed to solve: process "/bin/sh -c go mod download -x" did not complete successfully: exit code: 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant