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

Generate only 2 docker images #1207

Merged
merged 1 commit into from
Jul 28, 2021
Merged

Generate only 2 docker images #1207

merged 1 commit into from
Jul 28, 2021

Conversation

dadoonet
Copy link
Owner

Instead of building one docker image per language which limits a bit when you want to run OCR on files containing multiple languages, we are now building 2 docker images per distribution (es6 and es7). Which means today:

  • 2.7-SNAPSHOT-ocr-es7, with alias latest and 2.7-SNAPSHOT
  • 2.7-SNAPSHOT-noocr-es7 with alias noocr
  • 2.7-SNAPSHOT-ocr-es6
  • 2.7-SNAPSHOT-noocr-es6

Instead of building one docker image per language which limits a bit when you want to run OCR on files containing multiple languages, we are now building 2 docker images per distribution (es6 and es7). Which means today:

* `2.7-SNAPSHOT-ocr-es7`, with alias `latest` and `2.7-SNAPSHOT`
* `2.7-SNAPSHOT-noocr-es7` with alias `noocr`
* `2.7-SNAPSHOT-ocr-es6`
* `2.7-SNAPSHOT-noocr-es6`
@dadoonet dadoonet added the update When updating an existing feature label Jul 28, 2021
@dadoonet dadoonet added this to the 2.7 milestone Jul 28, 2021
@dadoonet dadoonet self-assigned this Jul 28, 2021
@dadoonet dadoonet merged commit 655ca7b into master Jul 28, 2021
@dadoonet dadoonet deleted the pr/rm-2-docker-images branch July 28, 2021 15:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
update When updating an existing feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant