-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[QUESTION] failing with buildah 1.20.0 (ubuntu-latest) #45
Comments
Hmm, this still says that ubuntu-latest contains "Buildah 1.19.8". |
Yeah, they should update that. |
same thing here? #47 Good thing we have the version output |
Yes |
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 |
For anyone else coming into this issue, you can also work around this by using 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 |
This fixes buildah build issues see redhat-actions/buildah-build#45 Signed-off-by: Alexander Trost <galexrt@googlemail.com>
redhat-actions/buildah-build#45 Signed-off-by: anthr76 <hello@anthonyrabbito.com>
This fixes our builds. Related-to: redhat-actions/buildah-build#45 Signed-off-by: Juan Antonio Osorio Robles <jaosorior@redhat.com>
This fixes our builds. Related-to: redhat-actions/buildah-build#45 Signed-off-by: Juan Antonio Osorio Robles <jaosorior@redhat.com>
Work around #45 Signed-off-by: divyansh42 <diagrawa@redhat.com>
this is fixed in v2 / v2.4 now. |
This fixes our builds. Related-to: redhat-actions/buildah-build#45 Signed-off-by: Juan Antonio Osorio Robles <jaosorior@redhat.com>
This fixes our builds. Related-to: redhat-actions/buildah-build#45 Signed-off-by: Juan Antonio Osorio Robles <jaosorior@redhat.com>
This fixes our builds. Related-to: redhat-actions/buildah-build#45 Signed-off-by: Juan Antonio Osorio Robles <jaosorior@redhat.com>
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 |
Question
Hello, thank you for this action, it's marvelous.
Today our builds started to fail and I'm wondering what's changed and where can be the cause.
The only difference between the failing one and 20hours old passing previous one I see in logs is the buildah version
1.19.8
(previous, OK) vs.1.20.0
(failed).I know it's most likely not your fault, that's why I'm creating a question in case someone else also hits this.
The text was updated successfully, but these errors were encountered: