Gerrod

Results 15 comments of Gerrod

Can you run `pip list | grep createrepo_c` inside of the container? We want to make sure that the image you are using has the latest version of `createrepo_c` which...

Ok, after doing a bit more research I think I should just implement this issue: https://github.com/pypa/bandersnatch/issues/830 and switch the filter to using regex since the musllinux and manylinux PEPs (656...

@luckylinux Have you read the docker/podman-compose example? https://pulpproject.org/pulp-oci-images/docs/admin/tutorials/quickstart/#podman-or-docker-compose It contains an example `compose.yml` and the necessary files needed to start up Pulp with compose. I think most of our users...

I'm pretty sure the reason for the `passwd` file is to get the postgres image to run as uid 26 (https://github.com/pulp/pulp-oci-images/commit/0006127b12fbb79a7c09c437fc86cb0803c7168b), this way the data for the database can be...

I don't think there are any restrictions on using bind mounts over volumes besides the normal UID issues on who can access what. If you want to experiment and post...