Dusty Mabe
Dusty Mabe
When we [switched OSbuild over to not compressing](https://github.com/coreos/coreos-assembler/pull/3717) we started getting failures where images wouldn't boot like: ``` Booting `Fedora CoreOS 40.20240207.dev.1 (ostree:0)' error: ../../grub-core/fs/fshelp.c:257:file `/boot/ostree/fedora-coreos-f25027bf4dfb2213 7b7c8401ed2396924ba112482afc30d62b7a4ab1310b09db/vmlinuz-6.8.0-0.rc0.20240112gi t70d201a40823.5.fc40.x86_64' not found....
Now that our OSBuild workflow is using the cache we saw at least one case where the pipeline was running out of space. Since we had a previous proposal [1]...
Based on the discussion in https://github.com/coreos/fedora-coreos-tracker/issues/1660 level 10 seems to give us a good speedup versus size tradeoff.
When following the steps for building SCOS I ran `cosa init --variant scos https://github.com/openshift/os.git` and got a failure. Let's run this with `sudo`.
For [this](https://github.com/coreos/coreos-assembler/blob/a4f25d5e5b4e369e2624bfcebec85352c5c0ad2e/mantle/cmd/kola/testiso.go#L223-L237) test (added in https://github.com/coreos/coreos-assembler/pull/2435) it's not working. Systemd complains about the unit: ``` [ 7.228836] systemd[1]: /etc/systemd/system/verify-no-efi-boot-entry.service:10: Ignoring unknown escape sequences: "! efibootmgr -v | grep -E "(HD|CDROM)\(""...
We've been bumping up into quota limits for SSH keypairs in VexxHost (our openstack provider for kola testing) and I didn't quite understand why because the web interface doesn't show...
The Aliyun SDK has a native file format it can consume for credentials [1]. This commit proposes we use that file format here and drop the custom JSON parsing that...
It would be nice if we could group configuration from different types of sections together inside a yaml `.bu` file. This would allow for better management of the configuration (i.e....
It seems Dockerfile supports adding a git repo files via: ``` ADD [--keep-git-dir=] ``` https://docs.docker.com/engine/reference/builder/#adding-a-git-repository-add-git-ref-dir Do we support that? Can we support that?
**Description** Builds from git repo URLs don't recurse git submodules. This was fixed once in https://github.com/containers/buildah/issues/3104 but is now broken again. **Steps to reproduce the issue:** 1. `podman build -t...