Commit Graph

108 Commits

Author SHA1 Message Date
Daniel Berteaud 16ebfc4834 Remove curl and jq, as redis-server will use its own image now 2024-05-19 21:59:10 +02:00
Daniel Berteaud 47708ac5f5 Install valkey-cli and valkey-compat 2024-05-18 23:40:46 +02:00
Daniel Berteaud d239124602 Run as the valkey user 2024-05-18 23:30:13 +02:00
Daniel Berteaud 1659b67687 Build valkey image on top of alpine
Add jq and curl to help with the valkey bundle (consul tags management)
2024-05-18 23:16:46 +02:00
Daniel Berteaud 60b5aaecdb Update jmx exporter to 1.0.0 2024-05-17 16:29:28 +02:00
Daniel Berteaud a458d799d7 Build mongo60 and mongo70 base images 2024-05-13 14:18:36 +02:00
Daniel Berteaud cf95702ad3 Add missing valkey image 2024-04-11 23:04:09 +02:00
Daniel Berteaud aaebe5a8b7 Default XMX ratio back to 0.25 2024-04-05 10:33:43 +02:00
Daniel Berteaud 3f4ca9acad Remove support for pgcat 2024-04-04 16:33:16 +02:00
Daniel Berteaud aedf834476 Adjust some JVM_OPTS 2024-04-04 11:53:16 +02:00
Daniel Berteaud c1dd61ce53 Set XMX ratio to 0.3 2024-03-26 12:12:56 +01:00
Daniel Berteaud a78d1c6676 Fix HTTPS_PROXY handling 2024-03-22 10:31:53 +01:00
Daniel Berteaud f06ba30318 Fallback to /proc/meminfo when memory.limit_in_bytes exists but no limit
is set
2024-03-13 14:24:36 +01:00
Daniel Berteaud 2dbcd67c01 Use limit_in_bytes, not max_usage_in_bytes 2024-03-13 12:25:59 +01:00
Daniel Berteaud c7f2306104 Missing cat in java entrypoint snippet 2024-03-13 11:53:22 +01:00
Daniel Berteaud 8f75a170dd Rebuild postgres image with pgvecto.rs 0.2.1 2024-03-11 10:09:14 +01:00
Daniel Berteaud 47459e3abb Set vecto.rs version 2024-02-21 14:20:02 +01:00
Daniel Berteaud caf42f1fdb Include sql upgrade for pgvecto.rs 2024-02-21 12:22:34 +01:00
Daniel Berteaud 2a2a4dff5c Revuild postgres images with vecto.rs 0.2.0 2024-02-21 10:34:03 +01:00
Daniel Berteaud 599369aa09 Add mongo-healthcheck in mongo image 2024-02-19 12:11:13 +01:00
Daniel Berteaud 0c652b69e1 Don't try to add CA if already in the trust store 2024-02-13 11:24:38 +01:00
Daniel Berteaud 5f37b62369 Better handling of NO_PROXY for java images 2024-02-05 14:13:45 +01:00
Daniel Berteaud 64961d142d Better proxy handling for java 2024-02-05 13:44:28 +01:00
Daniel Berteaud c84f740cca Rebuild all base images 2024-02-01 00:10:10 +01:00
Daniel Berteaud f962c178b7 Better java opts handling 2024-02-01 00:09:54 +01:00
Daniel Berteaud c7b3555d3b Reduce default XMX to 60% 2024-01-26 13:09:12 +01:00
Daniel Berteaud 5399a90c7a Change priority of entrypoint scriplets for java base image 2024-01-25 09:22:29 +01:00
Daniel Berteaud 7bf6861628 Remove fetch-artifact.sh from java as it's too specific 2024-01-23 15:33:59 +01:00
Daniel Berteaud 95f8b84a94 Some more fixes on max memory detection 2024-01-23 13:54:29 +01:00
Daniel Berteaud 6273bf21a0 Fix Xmx computation 2024-01-23 13:41:25 +01:00
Daniel Berteaud 23d1eb54ad Keep 33% free mem (and up to 2GB) to compute Xmx 2024-01-23 09:41:54 +01:00
Daniel Berteaud 000d793f1d Detect max_memory independant from NOMAD 2024-01-22 21:26:34 +01:00
Daniel Berteaud 7c8a44dc2e Replace ready unit with a simple placeholder 2024-01-20 00:23:10 +01:00
Daniel Berteaud 4c92d8c118 Use minit instead of supercronic 2024-01-19 23:07:58 +01:00
Daniel Berteaud db618ef413 Disable minit logs and set LANG and TZ in base images 2024-01-19 21:27:06 +01:00
Daniel Berteaud 292dbe1fe4 Install minit in alma base images 2024-01-19 21:11:44 +01:00
Daniel Berteaud 0d1fda575b Ensure CGO is disabled when building minit 2024-01-19 13:40:24 +01:00
Daniel Berteaud b424d279c3 Remove supercronic from sqlite image 2024-01-18 10:49:18 +01:00
Daniel Berteaud fddd5faf4b Add minit in java base images 2024-01-18 10:06:57 +01:00
Daniel Berteaud 203a848b6f Add a dummy minit unit 2024-01-18 09:34:46 +01:00
Daniel Berteaud 7daf5e8d7d Remove obsolete build script 2024-01-18 09:30:53 +01:00
Daniel Berteaud e7648ce2ed Use minit instead of caretakerd for php image 2024-01-17 23:25:50 +01:00
Daniel Berteaud e3c763941a Disable minit logging and create /etc/minit.d in alpine 2024-01-17 22:29:23 +01:00
Daniel Berteaud fe59af29b2 Add minit to the alpine base image 2024-01-17 21:46:12 +01:00
Daniel Berteaud f4d5c8e9a0 More work on php and add a wkhtmltopdf base image 2024-01-14 21:35:48 +01:00
Daniel Berteaud 2fafac7cec More work on the php base image 2024-01-13 23:08:35 +01:00
Daniel Berteaud 16241300f1 Start working on a php base image 2024-01-13 13:46:46 +01:00
Daniel Berteaud 9fd32400d5 Add a pgcat base image 2024-01-11 21:06:29 +01:00
Daniel Berteaud cea85901a8 Flush privileges during init 2024-01-10 21:51:06 +01:00
Daniel Berteaud 05a2b81b63 Include mariadb image 2024-01-10 21:39:16 +01:00