Michael Hofmann

Results 6 issues of Michael Hofmann

Purpose was to build gitlab-runner worker VM images which are basically FC37 + moby similar to https://github.com/major/imagebuilder-fedora/. The setup is a [service](https://docs.gitlab.com/ee/ci/services/) container image with osbuild in it, which can...

Both methods are deprecated, and now result in warnings like DeprecationWarning: datetime.datetime.utcfromtimestamp() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC:...

With Python 3.13, the default SSL context enabled strict verification [1][2]: > Changed in version 3.13: The context now uses [VERIFY_X509_PARTIAL_CHAIN](https://docs.python.org/3/library/ssl.html#ssl.VERIFY_X509_PARTIAL_CHAIN) and [VERIFY_X509_STRICT](https://docs.python.org/3/library/ssl.html#ssl.VERIFY_X509_STRICT) in its default verify flags. This can...

When provisioning current c10s in image mode in Beaker, the postinst script is unable to resolve DNS names. This works fine for FC41, or for c10s package mode. Please consider...

### Issue Description - working: buildah version 1.39.3 (image-spec 1.1.0, runtime-spec 1.2.0) - broken: buildah version 1.40.0 (image-spec 1.1.1, runtime-spec 1.2.1) error running subprocess: masking non-directory "/var/tmp/buildah1757143299/mnt/rootfs/proc/interrupts" in mount namespace:...

kind/bug

## Summary Pipelines-as-Code calls `GetFiles()` serially for each PipelineRun's CEL expression evaluation, causing severe performance degradation when repositories have many PipelineRuns using `files.*` patterns. This results in minutes to hours...