Git Product home page Git Product logo

Comments (7)

hxzhao527 avatar hxzhao527 commented on May 18, 2024 2

Yes.There is a error in dockerfile, which caused by me. I'm sorry.

To change the builder image, maybe not the best way. This is not the main problem.
As you see by ldd, it depends on ld-linux-x86-64.so.2 which is 64bits( arch=amd64 ).But the alpine image didn't have this library.

I have tried to change the builder image. This needs to change other file, like generate.sh.(no bash in alpine, which the go generate in main.go depends on)

So change go build to GOARCH=386 GOOS=linux go build maybe better.

But my way maybe not the best either.

Welcome to submit a PR to fix this. We can talk about this later.
Thanks a lot.


I send a 👎 to myself for my careless. Thanks again.

from goproxy.

hxzhao527 avatar hxzhao527 commented on May 18, 2024 1

Btw... Why are we pulling in internal code from Go -- cmd/internal/... into this project in the first place? This seems to get run by go generate and build/generate.sh :/ This seems really weird to me that we're relying on internal APIs and copying them in-place.

Haha. This may belongs to #41 .I will talk about this there.

from goproxy.

prologic avatar prologic commented on May 18, 2024

I will fis this shortly -- PR incoming.

from goproxy.

prologic avatar prologic commented on May 18, 2024

Btw... Why are we pulling in internal code from Go -- cmd/internal/... into this project in the first place? This seems to get run by go generate and build/generate.sh :/ This seems really weird to me that we're relying on internal APIs and copying them in-place.

from goproxy.

lovejoy avatar lovejoy commented on May 18, 2024

how long the image will update ?

from goproxy.

hxzhao527 avatar hxzhao527 commented on May 18, 2024

how long the image will update ?

Ready now.

from goproxy.

prologic avatar prologic commented on May 18, 2024

By goproxy • Updated 7 minutes ago

It's already updated

See: https://hub.docker.com/r/goproxy/goproxy

from goproxy.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.