os
os copied to clipboard
Main package repository for production Wolfi images
The package python-3.13 with version 3.13.3 and epoch 2 fails to build from source on amd64 with the following error: ``` 2025-06-02 07:50:34.086593298 +0000 UTC /usr/include/curses.h:993:8: note: 'bool' is defined...
Issue Based on PR: https://github.com/wolfi-dev/os/pull/46866 ## Description: The Azure CLI package (az command) is generating multiple warnings when executed in the wolfi-base container with Python 3.13. These warnings indicate potential...
FFMPEG-7.1: Add support for libass Related: #55648 ### Pre-review Checklist #### For package updates (renames) in the base images When updating packages part of base images (i.e. cgr.dev/chainguard/wolfi-base or ghcr.io/wolfi-dev/sdk)...
/usr/tmp -> /var/tmp /var/lock -> /run/lock Note at runtime for VMs, systemd handles /var/lock -> /run/lock, so being overwritten by the /run tmpfs is not a concern. Justification for doing...
Fixes: Related: ### Pre-review Checklist #### For new package PRs only - [ ] This PR is marked as fixing a pre-existing package request bug - [ ] Alternatively, the...
Resolves the various dependency issues faced during runtime Fixes: Previously, `checkov` was installed directly into the system site-packages using `py/pip-build-install` and only declared a runtime dependency on `python-3.12`. On a...
Related: https://github.com/chainguard-dev/internal-dev/issues/21951