Docker image containing cloudinary-cli
Feature request for Cloudinary CLI
…
Explain your use case
I would love to see an official docker image containing an installed cloudinary-cli
Describe the problem you’re trying to solve
I'm using cloudinary-cli in my gitlab pipelines, it requires me to install cloudinary-cli every run. If I'd be able to directly download an image with cloudinary-cli installed, I could skip installing it every time.
Do you have a proposed solution?
The Dockerfile would be fairly simple I guess..
FROM python:3.6
pip3 install cloudinary-cli
I guess thats enough.
I would like to work on this
https://github.com/cloudinary/cloudinary-cli/pull/96
Size reduction:
- Use
--no-cachepipswitch - Use
-slimbase image variant
Python version must be something more recent. 3.6 is way EOL'ed: https://endoflife.date/python
@pataquets I have fixed your pointers , please review