Commit Graph

20 Commits

Author SHA1 Message Date
Alan Guo Xiang Tan ae194861f8
Bump Redis to 7.0.15 (#907)
Pulls in bug and security fixes since 7.0.7
2025-01-07 13:46:53 +08:00
Rafael dos Santos Silva 6765ecc554
FIX: Config page size for Redis Jemalloc on ARM64 (#776) 2024-03-01 17:14:57 -03:00
Alan Guo Xiang Tan 7cc301e9a9
PERF: Speed up building slim image by setting --jobs to number of cores (#770)
On a M3 Max macbook pro with 14 cores,

Before:

```
=> [25/44] RUN /tmp/install-imagemagick                                 150.6s
=> [27/44] RUN /tmp/install-jemalloc                                     54.9s
=> [31/44] RUN /tmp/install-redis                                        42.9s
```

After:

```
=> [25/44] RUN /tmp/install-imagemagick                                  44.4s
=> [27/44] RUN /tmp/install-jemalloc                                     13.7s
=> [31/44] RUN /tmp/install-redis                                        11.7s
```
2024-02-06 16:38:04 +08:00
Rafael dos Santos Silva 9cd1d8a338 Update Ruby to 3.1.3 and deps bump 2022-12-21 06:23:16 +08:00
Rafael dos Santos Silva c562672f9a Revert "bump deps"
This reverts commit b1d243400c.
2022-12-21 06:23:16 +08:00
Rafael dos Santos Silva b1d243400c bump deps 2022-12-20 17:37:35 -03:00
Gabe Pacuilla 93906f14f4
DEV: use consistent third-party installation method (#610)
* DEV: use consistent third-party installation method

* FIX: slim base image build on aarch64
2022-03-14 19:22:43 -04:00
Gabe Pacuilla 8b0ae9b4da
DEV: compile redis with TLS support in our base image (#606) 2022-02-24 14:14:33 -05:00
Michael Fitz-Payne aadd087790
Update dependencies (#573) 2021-10-19 12:33:03 +10:00
Rafael dos Santos Silva 8b3e8f7dc8 Update dependencies 2021-09-06 18:18:23 -03:00
Rafael dos Santos Silva 1087cb2432 Bump deps 2021-05-28 13:54:21 -03:00
Penar Musaraj 9a4400bc13
Remove Svgo, update ImageMagick, Redis, Libheif (#533) 2021-04-08 11:34:29 -04:00
Rafael dos Santos Silva 41fba181bd Bump Redis minor version 2021-01-27 15:27:41 -03:00
Rafael dos Santos Silva 86b9032bbe
Upgrade to Redis 6.0.9 (#487)
This unlocks using the new I/O Threads feature of Redis 6.X.

In order to support it the redis template file now accepts a parameter
allowing an operator to enable it and pick how many threads.

By default sets threads to 1, which disables the feature and acts like
redis 5.
2020-11-11 12:47:29 -03:00
Penar Musaraj 574c0509ef
Update dependencies: nginx, redis, imagemagick (#475)
- Redis from 5.0.5 to 5.0.9
- Nginx from 1.17.9 to 1.18.0
- ImageMagick from 7.0.10-6 to 7.0.10-24
2020-07-24 09:09:15 -04:00
Michael Brown 896202973f Add hash checks to downloaded source files
* we had one in place for redis but nowhere else
2020-04-09 14:58:32 -03:00
Daniel Waterworth d683400a19 Check that redis archive matches hash (#450)
Redis is downloaded without TLS
2019-10-02 10:29:19 +10:00
Sam Saffron 6515dc3582 DEV: bump dependencies
- new ImageMagick
- new NGINX moved to stable from mailine
- new Redis
- new PNG Quant
- updated libjemalloc
2019-06-18 16:14:38 +10:00
Sam Saffron ae073319bf Update dependencies
Including minor upgrades for redis,ruby,image magick, libpng

One notable thing here is that I removed the SHA check from redis

I am not against checking SHA but we need to explode if it fails and do
something far more consistent across our various downloads
2019-03-21 10:46:05 +11:00
Dan Ungureanu d5c4bf2860 Build Redis from source. (#417) 2019-02-01 15:59:08 +11:00