gitextract_ti1ehyvg/ ├── .github/ │ ├── dependabot.yml │ └── workflows/ │ └── image_build.yaml ├── .gitignore ├── LICENSE ├── README.md ├── base.Dockerfile ├── build.Dockerfile ├── pacman.conf ├── renovate.json └── x86_docker/ ├── Dockerfile ├── LICENSE ├── Makefile ├── README.md ├── exclude ├── packages └── rootfs/ ├── etc/ │ ├── locale.conf │ └── locale.gen └── usr/ └── share/ └── libalpm/ └── hooks/ └── package-cleanup.hook