Commit Graph

15 Commits

Author SHA1 Message Date
renovate[bot]
5ace04e3e1 Update alpine Docker tag to v20231219 2023-12-20 06:11:18 +00:00
renovate[bot]
99345e40bc
Update alpine Docker tag to v20230901 2023-09-15 06:57:34 +00:00
renovate[bot]
90972a0cc0 Update alpine Docker tag to v20230329 2023-05-04 21:14:38 +00:00
eikek
b37f98e01f Remove explicit install of zlib
The explicit install was added earlier due to a broken zlib
package (see issue #1517). This has now been fixed for a while in
alpine and can be removed.
2022-11-24 23:56:23 +01:00
eikek
a5315f44ee Update joex docker image
Must drop wkhtmltopdf because it is not available anymore in alpine.
Weasyprint is supposed to be a drop-in replacement, doing poorer
outputs in my eyes. There are alternatives like downloading
pre-compiled binaries, but not for all platforms.
2022-11-07 10:31:25 +01:00
Jonas Schoenenberger
db1c8b519d set jdk17 for all platforms 2022-08-23 08:32:44 +02:00
eikek
7233f606af Fix dockerfiles 2022-08-12 17:30:57 +02:00
eikek
f626f684d5 Fix packages in dockerfile 2022-08-08 08:33:01 +02:00
eikek
5cd5ba46af Another try fixing the zlib issue in docker images
zlib 1.2.12-r0 is not working with openjdk, it affects the checksum
calculation of the db migrations. It must be at least 1.2.12-r1. For
some reason joex has this newer version, but the restserver image not.
They are installed explicitely now on both images.

That's why the migration is now disabled on rest-server in the
docker-compose file. It is ok if this is run on one server. It can now
happen that on first start joex is migrating the db and the restserver
tries to do things that don't work yet - it is a corner case. This is
removed with the next version.

Refs: #1517
2022-05-25 23:49:58 +02:00
eikek
a6759a4f70 Use openjdk8 on alpine for arm64 and arm/v7 2022-03-04 21:51:40 +01:00
eikek
7afcdea9f6 Try older docker base image due to missing packages 2021-11-30 22:42:48 +01:00
eikek
26847dc970 Remove default config file in docker images
Since this file cannot be changed inside the image, and people need to
specify a new file or env variables, it doesn't make sense to add it.
Also if it is present, it is preferred to the env variables.
2021-10-25 11:27:17 +02:00
eikek
9457de32b6 Fix health check in docker images 2021-08-11 19:23:15 +02:00
eikek
76e47310ce Docker buildx setup for multiple architectures 2021-06-08 21:29:36 +02:00
eikek
b122d9eab0 Rework docker setup 2021-05-31 14:32:37 +02:00