Robert
Robert
BBlueBuild
Created by iron on 3/11/2025 in #questions
Build Cache for GitLab.com
I have created this issue here: https://github.com/blue-build/cli/issues/410
10 replies
BBlueBuild
Created by iron on 3/11/2025 in #questions
Build Cache for GitLab.com
With our project https://gitlab.com/eu-os/workspace-images/eu-os-base-demo we would also benefit from this caching. Buildah got recently the options --layers --cache-from … --cache-to. Man here: https://manpages.ubuntu.com/manpages/plucky/man1/buildah-build.1.html With Gitlab CI, this could look like: podman build -t container-name:$VERSION --layers --cache-to $CI_REGISTRY_IMAGE/cache-image --cache-from $CI_REGISTRY_IMAGE/cache-image -f Containerfile . The cache-image could possibly made configurable. @Luke Skywunker I did not find the issue in the cli repo. If you tell me where it is, I can also add this info to the issue (and track the issue myself). 🙂
10 replies
UBUniversal Blue
Created by Robert on 4/5/2024 in #💾ublue-dev
SBOMs
Hi all! I also want to generate SBOMs for my container image built with blue-build in Gitlab (https://gitlab.com/eu-os/workspace-images/eu-os-base-demo/-/pipelines/1766492430). Our image relies on ghcr.io/ublue-os/kinoite-main@sha256:4f29bb4df0be156856d33b858b7769d57ded84a776ba1c05f1821a85211b9468. Unfortunately, the standard Gitlab tools (trivy) do not support this base OS, so that's why I try other tools to create the sbom. With syft pulling tgz from the registry, I get a timeout/out-of-memory. Has anyone of you a tip for me how to generate SBOMs? Other idea: Is there a way that I can point Gitlab's trivy to import the SBOM that you generate?
67 replies
BBlueBuild
Created by Robert on 1/26/2025 in #questions
Gitlab CI: update images automatically
Do you have logic in place to prevent a new image being built when no upstream changes have been made since last time?
9 replies