cloudinary-cli icon indicating copy to clipboard operation
cloudinary-cli copied to clipboard

Docker image containing cloudinary-cli

Open laurenskling opened this issue 5 years ago • 1 comments

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.

laurenskling avatar Sep 02 '20 10:09 laurenskling

I would like to work on this

kurayami07734 avatar Oct 16 '23 13:10 kurayami07734

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

gagandeepp avatar Oct 13 '24 07:10 gagandeepp

Size reduction:

  • Use --no-cache pip switch
  • Use -slim base image variant

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

pataquets avatar Oct 14 '24 07:10 pataquets

@pataquets I have fixed your pointers , please review

gagandeepp avatar Oct 14 '24 08:10 gagandeepp