Coder Social home page Coder Social logo

Comments (7)

JamesMConroy avatar JamesMConroy commented on May 28, 2024

I don't know why but if I build the container myself the error disappears. Maybe it just needs to be rebuilt (or podman does something different from docker)

from panamax.

k3d3 avatar k3d3 commented on May 28, 2024

Interesting - I don't understand why that would be happening, considering I'm using the official rust image as a base. The only thing I could think of is I'm running the docker builds on an Arch host, which probably has a newer GLIBC version. But that shouldn't affect what happens inside docker, since that image should have its own GLIBC version.

I'll take a further look into it.

from panamax.

k3d3 avatar k3d3 commented on May 28, 2024

Oh, I figured it out. I have a multistage dockerfile which builds with rust:latest and then copies it to debian:latest for hosting. For now I'll just switch both to rust:latest, which kinda defeats the purpose of multistage (to keep docker images small), but that should at least make it work.

from panamax.

k3d3 avatar k3d3 commented on May 28, 2024

Now I'm realizing that the rust image is based on the debian image, and my issue was that I had pulled the latest rust but not the latest debian. Doing that has fixed the issues, so I'll just re-push the images.

(at some point I'll have to throw this into Github Actions)

from panamax.

JamesMConroy avatar JamesMConroy commented on May 28, 2024

Yay. I've been meaning to learn GH actions, so I'll take a look at getting a build and test going.

from panamax.

JamesMConroy avatar JamesMConroy commented on May 28, 2024

Created #66 to build and run the image on every push and MR. It should also push it to docker hub.

from panamax.

JamesMConroy avatar JamesMConroy commented on May 28, 2024

With #66 merged this issue should be caught earlier, and this issue can be closed.

from panamax.

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.