Giter Site home page Giter Site logo

Comments (3)

r3mi avatar r3mi commented on August 29, 2024 1

yes, it works ok now.
docker pull is ok.

Thank you, it was very quick !

from runitor.

bdd avatar bdd commented on August 29, 2024 1

Well, thank you for filing an issue with good investigation accompanied with the correct diagnosis of the problem. I just typed a few commands :)

from runitor.

bdd avatar bdd commented on August 29, 2024

Images are build with Podman, which uses Buildah.

Looks like Nixpkgs unstable when I last built the images (2 weeks ago) had Buildah 1.33.5, tagged Feb 1st.

% nix run pkgs#skopeo -- inspect docker://docker.io/runitor/runitor:v1.2.0-ubuntu \
  | jq -r '.Labels["io.buildah.version"]'
1.33.5

I now have 1.35.3, tagged March 29th.

% nix run pkgs#buildah -- --version
buildah version 1.35.3 (image-spec 1.1.0, runtime-spec 1.1.0)

Let's rebuild all the images and push again.

% nix run pkgs#skopeo -- inspect docker://docker.io/runitor/runitor:v1.2.0-ubuntu \
  | jq -r '.Labels["io.buildah.version"]'
1.35.3

Alright. Can you try again to see if this version of Buildah fixes the issue reported in containers/storage#1847?

from runitor.

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.