Skip to content

Commit

Permalink
Upgrade to runtime 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
EugenMayer committed Oct 29, 2023
1 parent 12e0ff6 commit b416de4
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

env:
IMAGE_FQDN: ghcr.io/eugenmayer/kontextwork-converter
BASE_IMAGE_VERSION: 0.0.2
BASE_IMAGE_VERSION: 0.1.0

jobs:
docker:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

env:
IMAGE_FQDN: ghcr.io/eugenmayer/kontextwork-converter
BASE_IMAGE_VERSION: 0.0.1
BASE_IMAGE_VERSION: 0.1.0

jobs:
docker:
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG BASE_IMAGE_VERSION=0.0.2
ARG BASE_IMAGE_VERSION=0.1.0
# ------------------------- builder
FROM bellsoft/liberica-openjdk-debian:17 as builder
FROM bellsoft/liberica-openjdk-debian:21 as builder
RUN mkdir -p /src
COPY . /src
WORKDIR /src
Expand Down
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,14 @@ Check the controller to understand the different endpoints

CI based on tags

### Upgrade

To upgrade libreoffice or the jodconverter runtime

- see available releases under https://github.com/jodconverter/docker-image-jodconverter-runtime
- create pr and adjust docker-pr.yml and docker-publish.yml `BASE_IMAGE_VERSION` to match your version
- merge PR if tests run successfully

## Configuration

You can configure the docker images by mounting `/etc/app/application.yml` and put whatever you like into them.
Expand Down

0 comments on commit b416de4

Please sign in to comment.