How to make npm available on pulp3 hosted in k8s through operator?

Hello,

How can I make it possible that I can work with npm packages like in file ?

For example:

   "acs/file/file": "http://pulp-testing.rnd.ims.co.at/pulp/api/v3/acs/file/file/",
    "content/file/files": "http://pulp-testing.rnd.ims.co.at/pulp/api/v3/content/file/files/",
    "distributions/file/file": "http://pulp-testing.rnd.ims.co.at/pulp/api/v3/distributions/file/file/",
    "publications/file/file": "http://pulp-testing.rnd.ims.co.at/pulp/api/v3/publications/file/file/",
    "remotes/file/file": "http://pulp-testing.rnd.ims.co.at/pulp/api/v3/remotes/file/file/",
    "repositories/file/file": "http://pulp-testing.rnd.ims.co.at/pulp/api/v3/repositories/file/file/"

I have all this API’s available for file, is npm under development or is there any workaround that can be done?

Thank you

1 Like

Pulp npm is currently not actively maintained (It’s not abandoned, but needs some devotion.).
You can still create images to use it with the operator as outlined in the docs here:

https://pulpproject.org/pulp-oci-images/docs/admin/guides/build-your-own-pulp-image/#pulp-minimal-customization

1 Like