Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docker image containing cloudinary-cli #25

Closed
laurenskling opened this issue Sep 2, 2020 · 4 comments · Fixed by #96
Closed

Docker image containing cloudinary-cli #25

laurenskling opened this issue Sep 2, 2020 · 4 comments · Fixed by #96
Assignees

Comments

@laurenskling
Copy link

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
Copy link

I would like to work on this

@gagandeepp
Copy link
Contributor

#96

@gagandeepp gagandeepp mentioned this issue Oct 13, 2024
10 tasks
@pataquets
Copy link

pataquets commented Oct 14, 2024

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

@gagandeepp
Copy link
Contributor

@pataquets I have fixed your pointers , please review

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants