Skip to content

There are no available Ubuntu (fedora, node) images to use with buildah. #148

@mmm8955405

Description

@mmm8955405

The Ubuntu environment on GitHub (ubuntu-18.04 and later versions) has installed buildah.
Running on a non GitHub action environment, such as Gitea code hosting, without installation.
The problem is the same as this link:
https://gitea.com/gitea/runner-images/issues/22

We need a small image that can run directly, or you can provide a tutorial on how to create an image that can run buildah. Otherwise, I believe it would be difficult to directly use your project except in the GitHub environment. Unless you directly use a 13GB full Ubuntu.

I tried installing buildah on the Ubuntu: 24.04 mini image and creating an Ubuntu buildh image as follows:
`FROM docker.io/catthehacker/ubuntu:act-24.04
RUN sudo apt-get -y update
RUN sudo apt-get -y install buildah

Encountered an error, as shown below`

Image

Although I know it may be necessary to add user groups and permission reasons. But I just want to use this project. I don't have much energy to study. More documents should be provided. Of course, a mirror that can be used directly is better

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    Status

    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions