cloudinary / cloudinary-cli

A command line interface for Cloudinary's APIs
https://cloudinary.com/documentation/cloudinary_cli
MIT License
17 stars 9 forks source link

Docker image containing cloudinary-cli #25

Closed laurenskling closed 3 weeks ago

laurenskling commented 4 years ago

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.

kurayami07734 commented 1 year ago

I would like to work on this

gagandeepp commented 4 weeks ago

https://github.com/cloudinary/cloudinary-cli/pull/96

pataquets commented 3 weeks ago

Size reduction:

Python version must be something more recent. 3.6 is way EOL'ed: https://endoflife.date/python

gagandeepp commented 3 weeks ago

@pataquets I have fixed your pointers , please review