Skip to content

Commit

Permalink
move to jodconverter-runtime image
Browse files Browse the repository at this point in the history
  • Loading branch information
EugenMayer committed Jan 1, 2023
1 parent cafa304 commit 366f7e3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:

env:
IMAGE_FQDN: ghcr.io/jodconverter/jodconverter-base
IMAGE_FQDN: ghcr.io/jodconverter/jodconverter-runtime

jobs:
docker:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Docker image to provide everything that is needed to run [JODconverter](https://github.com/jodconverter/jodconverter).
It includes LibreOffice and all needed libraries.

It does not include JODconverter as an app, see [JODconverter Example Apps](https://github.com/EugenMayer/docker-image-jodconverter)
It does not include JODconverter as an app, see [JODconverter Example Apps](https://github.com/jodconverter/docker-image-jodconverter-examples)
for example projects build on top of this runtime, running JODconverter example apps.

## Builds info
Expand All @@ -14,7 +14,7 @@ for example projects build on top of this runtime, running JODconverter example
- LibreOffice is 6.1.5+ right now

Hint: We cannot split [JODconverter](https://github.com/jodconverter/jodconverter) and LibreOffice into two separate images since for now, `JODconverter` has to be running on the same machine as LibreOffice.
The main reason behind this is, that [JODconverter](https://github.com/sbraconnier/jodconverter) does manage the LibreOffice instances itself, starts and stop them. It does not just connect to it (and if, it uses a local socket)
The main reason behind this is, that [JODconverter](https://github.com/jodconverter/jodconverter) does manage the LibreOffice instances itself, starts and stop them. It does not just connect to it (and if, it uses a local socket)

## Credits

Expand Down
2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
build:
docker build -t ghcr.io/eugenmayer/jodconverter-runtime:latest .
docker build -t ghcr.io/jodconverter/jodconverter-runtime:latest .

0 comments on commit 366f7e3

Please sign in to comment.