-
Notifications
You must be signed in to change notification settings - Fork 42
Description
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`
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
Labels
Type
Projects
Status
