On 2025-06-10 14:31, PICCA Frederic-Emmanuel wrote: > Do you know how to customize the podmqn contqiner when using the rocm-podmqn-creqte script ? Since it's just a wrapper around autopkgtest-build-podman, you can user the latter's --post-command option to run a shell command in the image. And as the result of the build is a simple container image, you can use it as the base for other images in a Dockerfile/Containerfile. Best, Christian