AlmaLinux / docker-images

Home for AlmaLinux Docker image RootFS files and production version of sources
MIT License
100 stars 27 forks source link

RPM DB junk in `almalinux/9-micro` #114

Closed tangentsoft closed 5 months ago

tangentsoft commented 5 months ago

Simple repro case:

podman run -it --rm almalinux/9-micro sh
sh-5.1# ls /var/lib/rpm
rpmdb.sqlite  rpmdb.sqlite-shm  rpmdb.sqlite-wal
pastalian commented 5 months ago

I wouldn't call it junk because it tells you what packages are installed in the image. But maybe people don't need it. I rarely use the micro image myself.

Anyway, this repo is outdated, and the current images are generated at https://github.com/AlmaLinux/container-images

tangentsoft commented 5 months ago

Re-filed.