GithubHelp home page GithubHelp logo

Comments (9)

divyansh42 avatar divyansh42 commented on May 25, 2024 5

Possible workaround as per buildah troubleshooting that we have did to solve this problem temporarily.

- run: |
    sudo apt-get install fuse-overlayfs
    mkdir -vp ~/.config/containers
    printf "[storage.options]\nmount_program=\"/usr/bin/fuse-overlayfs\"" > ~/.config/containers/storage.conf

from buildah-build.

tetchel avatar tetchel commented on May 25, 2024 3

For anyone else coming into this issue, you can also work around this by using runs-on: ubuntu-18.04 for the job that runs buildah. So you'll get an older, working version of buildah while we look for a permanent solution.

Or you can use the workaround above

edit: does not sound like GitHub will fix this on their end, either. actions/runner-images#3080

edit2: fixed in buildah-build@v2

from buildah-build.

tetchel avatar tetchel commented on May 25, 2024 1

this is fixed in v2 / v2.4 now.

from buildah-build.

tetchel avatar tetchel commented on May 25, 2024 1

if anyone is coming here because they see the warning printed on an ubuntu-18.04 system, don't worry, the action will still work.

however it is recommended to install fuse-overlayfs for better fs performance. upgrading to 20.04 will also remove the warning

from buildah-build.

jpopelka avatar jpopelka commented on May 25, 2024

Hmm, this still says that ubuntu-latest contains "Buildah 1.19.8".

from buildah-build.

divyansh42 avatar divyansh42 commented on May 25, 2024

Yeah, they should update that.

from buildah-build.

tetchel avatar tetchel commented on May 25, 2024

same thing here? #47

Good thing we have the version output

from buildah-build.

divyansh42 avatar divyansh42 commented on May 25, 2024

same thing here? #47

Good thing we have the version output

Yes

from buildah-build.

divyansh42 avatar divyansh42 commented on May 25, 2024

FYI: containers/buildah#3120

from buildah-build.

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.