[PR #1611] [MERGED] [FEATURE]: Create Docker image for CCExtractor #2322

Open
opened 2026-01-29 17:21:29 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/CCExtractor/ccextractor/pull/1611
Author: @IshanGrover2004
Created: 5/27/2024
Status: Merged
Merged: 7/17/2024
Merged by: @cfsmp3

Base: masterHead: docker-image-feature


📝 Commits (10+)

  • 840a050 docs: Create a README for docker image usage
  • 76fead5 docs: Update COMPILATION.md for adding docker instruction
  • ced8a94 docs: Add detailed docker building & usage guide
  • f545459 feat: Add dockerfile
  • 970a3fe feat: Make dockerfile to build CCExtractor
  • 21a5703 fix: dockerfile
  • 772b072 feat: Optimize docker image size
  • 30f7001 docs: fix some commands usage
  • c968775 docs: Mention docker image creation in CHANGES.txt
  • 3b0ee48 docs: Update readme to remove dockerhub method

📊 Changes

4 files changed (+113 additions, -0 deletions)

View changed files

docker/README.md (+61 -0)
docker/dockerfile (+48 -0)
📝 docs/CHANGES.TXT (+1 -0)
📝 docs/COMPILATION.MD (+3 -0)

📄 Description

In raising this pull request, I confirm the following (please check boxes):

  • I have read and understood the contributors guide.
  • I have checked that another pull request for this purpose does not exist.
  • I have considered, and confirmed that this submission will be valuable to others.
  • I accept that this submission may not be used, and the pull request closed at the will of the maintainer.
  • I give this submission freely, and claim no ownership to its content.
  • I have mentioned this change in the changelog.

My familiarity with the project is as follows (check one):

  • I have never used CCExtractor.
  • I have used CCExtractor just a couple of times.
  • I absolutely love CCExtractor, but have not contributed previously.
  • I am an active contributor to CCExtractor.

Creates Docker image for easy usage of CCExtractor without any environmental hustle
Uses alpine image to build CCExtractor in it.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/CCExtractor/ccextractor/pull/1611 **Author:** [@IshanGrover2004](https://github.com/IshanGrover2004) **Created:** 5/27/2024 **Status:** ✅ Merged **Merged:** 7/17/2024 **Merged by:** [@cfsmp3](https://github.com/cfsmp3) **Base:** `master` ← **Head:** `docker-image-feature` --- ### 📝 Commits (10+) - [`840a050`](https://github.com/CCExtractor/ccextractor/commit/840a0501a76360f6fcc581f77cf85b3e9e61bf4d) docs: Create a README for docker image usage - [`76fead5`](https://github.com/CCExtractor/ccextractor/commit/76fead550fcc5d694c971123dd0797efc7b315ea) docs: Update `COMPILATION.md` for adding docker instruction - [`ced8a94`](https://github.com/CCExtractor/ccextractor/commit/ced8a9423fcc43e844b3fd46a6ebcb1259914ae2) docs: Add detailed docker building & usage guide - [`f545459`](https://github.com/CCExtractor/ccextractor/commit/f545459b2b44f574b2e747e1d23c5432a3ee37e6) feat: Add dockerfile - [`970a3fe`](https://github.com/CCExtractor/ccextractor/commit/970a3fe1620e3a4e45079cbbf1e0d179e7f0f783) feat: Make dockerfile to build CCExtractor - [`21a5703`](https://github.com/CCExtractor/ccextractor/commit/21a5703cc9d9ee6aa6ad3b01c18429cb856554e1) fix: dockerfile - [`772b072`](https://github.com/CCExtractor/ccextractor/commit/772b072d0351bad3a94cbd3aa5eafd4e8294ae19) feat: Optimize docker image size - [`30f7001`](https://github.com/CCExtractor/ccextractor/commit/30f70013112fab7cf5af5c3fd7408bc8698ed510) docs: fix some commands usage - [`c968775`](https://github.com/CCExtractor/ccextractor/commit/c968775abadf1e79222772a809eba51a69ae11d7) docs: Mention docker image creation in CHANGES.txt - [`3b0ee48`](https://github.com/CCExtractor/ccextractor/commit/3b0ee48329276dc2bc38132539fe1aee3265ef42) docs: Update readme to remove dockerhub method ### 📊 Changes **4 files changed** (+113 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `docker/README.md` (+61 -0) ➕ `docker/dockerfile` (+48 -0) 📝 `docs/CHANGES.TXT` (+1 -0) 📝 `docs/COMPILATION.MD` (+3 -0) </details> ### 📄 Description **In raising this pull request, I confirm the following (please check boxes):** - [x] I have read and understood the [contributors guide](https://github.com/CCExtractor/ccextractor/blob/master/.github/CONTRIBUTING.md). - [x] I have checked that another pull request for this purpose does not exist. - [x] I have considered, and confirmed that this submission will be valuable to others. - [x] I accept that this submission may not be used, and the pull request closed at the will of the maintainer. - [x] I give this submission freely, and claim no ownership to its content. - [x] **I have mentioned this change in the [changelog](https://github.com/CCExtractor/ccextractor/blob/master/docs/CHANGES.TXT).** **My familiarity with the project is as follows (check one):** - [ ] I have never used CCExtractor. - [ ] I have used CCExtractor just a couple of times. - [ ] I absolutely love CCExtractor, but have not contributed previously. - [x] I am an active contributor to CCExtractor. --- Creates Docker image for easy usage of CCExtractor without any environmental hustle Uses alpine image to build CCExtractor in it. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 17:21:29 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ccextractor#2322