Giter Club home page Giter Club logo

Comments (3)

korylprince avatar korylprince commented on August 11, 2024 1

This is a pretty common issue. Alpine uses musl, while Ubuntu uses glibc. Sometimes there are compatibility issues. The proper fix here is to make sure you're building on the same platform as your container will run. i.e. multi-stage builds.

However, you can also just disable CGo so that the binary isn't linked at all (also in the SO page you linked):

$ CGO_ENABLED=0 make docker
$ docker build . -t <some tag>

This means scepserver will use Go's built in DNS, user, and group resolution and probably some other stuff. I don't think any of that would affect scepserver though.

from scep.

NxSoftware avatar NxSoftware commented on August 11, 2024

Thanks for the quick reply. I've gone with the CGO_ENABLED flag for now but will explore setting up a multi-stage build

from scep.

korylprince avatar korylprince commented on August 11, 2024

@NxSoftware I have a minimal example here, if you want a starting place.

from scep.

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.