-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
[Bug]: start-build-end.sh fails with go.mod file not found #28096
Comments
.take-issue |
I try to do this and it works:
it will download the package: github.com/linkedin/goavro/v2 in I try to add this to ...
ENV GOPATH ${DOCKER_HOME_DIR}/beam/sdks/go/examples/.gogradle/project_gopath
# switch to GOPATH to run go get command
WORKDIR ${DOCKER_HOME_DIR}/beam/sdks/go/examples/.gogradle/project_gopath/src
COPY . .
# This next command still runs as root causing the ~/.cache/go-build to be owned by root
RUN go get github.com/linkedin/goavro/v2
... |
hey @lostluck, can you assign that issue to me? |
Done, but you should be able to comment '.take-issue' to get the bot to to assign you to it. See Please do ping me if you have other questions though. |
Right now, I don’t have any, but please accept my LinkedIn request. It’s Mohit Paddhariya https://linkedin.com/in/mohit-paddhariya. It helps me a lot in the software development world, as I am a bachelor from Bangalore. Thanks! |
.take-issue |
Works for me. Thanks for confirming! |
What happened?
I cloned the repository, ran start-build-env.sh and after a while it fails with
=> ERROR [7/8] RUN go get github.com/linkedin/goavro/v2 0.1s
Dockerfile:10
Issue Priority
Priority: 2 (default / most bugs should be filed as P2)
Issue Components
The text was updated successfully, but these errors were encountered: