Search code examples
dockerimagecontinuous-integrationpipelineartifactory

Spinning Artifactory instance (container) during CI pipeline


I would like to spin a containerized Artifactory instance, to generate a PyPi repository and publish an artifact... all this in a CI pipeline.

artirfact-oss container image doesn't support PyPi. Any other options?


Solution

  • As PyPi is part of the paid Artifactory subscription, you can consider using a free Artifactory cloud instance.

    It has full support of PyPi and other technologies, but is limited by storage and data transfer.

    It means you'll have to adjust your automation to reuse this instance and be aware of the limits.

    If you have to run it locally, you will probably have to buy a license...