Luke Skywunker
BBlueBuild
•Created by Virulent on 10/28/2024 in #questions
How to rebase back to normal fedora atomic?
Pretty much. I'm unsure of where fedora keeps there public keys so if you can't find that, you might have to rebase to an unsigned image
4 replies
BBlueBuild
•Created by kneepel on 10/15/2024 in #questions
vconsole.conf issue
@fiftydinar would you know what to do here?
7 replies
BBlueBuild
•Created by ogglord on 10/27/2024 in #questions
Unable to get version via inspection
Unfortunately, no, currently the only way we can get the version information is through a label or through actually executing inside the image to get the information
5 replies
BBlueBuild
•Created by Virt-io on 10/19/2024 in #questions
rpm-ostree replace
Got the fix out in a PR (https://github.com/blue-build/modules/pull/351) and I tested the change on your recipe at that point in time. It appears to solve the issue
8 replies
BBlueBuild
•Created by Virt-io on 10/19/2024 in #questions
rpm-ostree replace
This looks like an actual bug in the module. Mind reporting it here? https://github.com/blue-build/modules/issues/new
8 replies
BBlueBuild
•Created by valvix on 10/16/2024 in #questions
Can't install package via script?
This is pretty much exactly that
19 replies
BBlueBuild
•Created by valvix on 10/16/2024 in #questions
Can't install package via script?
I have several scripts setup for my image to pull the latest release of some programs from github since they aren't in the default repos
19 replies
BBlueBuild
•Created by valvix on 10/16/2024 in #questions
Can't install package via script?
Yeah the url install path is meant for exact urls. We do allow using
%OS_VERSION%
in the url though19 replies
BBlueBuild
•Created by fx on 10/15/2024 in #questions
Can't update - skopeo error
If so, you might have to rebase to your image using
rpm-ostree rebase ostree-unverified-image:docker://image.path/to/your/image
and then back again with rpm-ostree rebase ostree-image-signed:docker://....
10 replies
BBlueBuild
•Created by fx on 10/15/2024 in #questions
Can't update - skopeo error
Did you replace your private/public key pair recently?
10 replies
BBlueBuild
•Created by Jany on 10/15/2024 in #questions
Build fails because of missing cosign private key
It probably could have failed if the dependent bot poll request was a fork
7 replies
BBlueBuild
•Created by RoyalOughtness on 10/14/2024 in #questions
%OS_VERSION% in containerfile snippets?
I think I would have to add functionality for substitution like that for the containerfile module
24 replies
BBlueBuild
•Created by RoyalOughtness on 10/14/2024 in #questions
%OS_VERSION% in containerfile snippets?
Oh wait, you're trying to use that on the copy line
24 replies
BBlueBuild
•Created by RoyalOughtness on 10/14/2024 in #questions
%OS_VERSION% in containerfile snippets?
If you use the script module, it will automatically set up the export so you can use OS version environment variable
24 replies
BBlueBuild
•Created by RoyalOughtness on 10/14/2024 in #questions
%OS_VERSION% in containerfile snippets?
I can work on that later
24 replies
BBlueBuild
•Created by RoyalOughtness on 10/14/2024 in #questions
%OS_VERSION% in containerfile snippets?
That won't help when you're using the copy syntax. If you delete it in a later step, the image size won't really be reduced unless you're using squash
24 replies
BBlueBuild
•Created by Suspycat on 10/14/2024 in #questions
crun : Depends: criu but it is not installable
This should be fixed for you now
10 replies
BBlueBuild
•Created by Suspycat on 10/14/2024 in #questions
crun : Depends: criu but it is not installable
Probably
10 replies
BBlueBuild
•Created by Suspycat on 10/14/2024 in #questions
crun : Depends: criu but it is not installable
Hmmm
ubuntu-latest
seems to still be 22.04 for me... but for you it's 24.04. Guess I'll have to make sure there's a check10 replies