dependabot[bot]
79eccd576d
build(deps): bump redis in /Containers/redis
...
Bumps redis from 8.6.2-alpine to 8.6.3-alpine.
---
updated-dependencies:
- dependency-name: redis
dependency-version: 8.6.3-alpine
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-05-06 04:20:08 +00:00
Simon L.
cdc617d0b7
another fix for redis
...
Signed-off-by: Simon L. <szaimen@e.mail.de >
2026-04-29 17:31:35 +02:00
Simon L.
71dbf98d48
fix detail
...
Signed-off-by: Simon L. <szaimen@e.mail.de >
2026-04-29 17:06:32 +02:00
Simon L.
4682355bfe
redis: fix log level
...
Signed-off-by: Simon L. <szaimen@e.mail.de >
2026-04-29 17:01:14 +02:00
Simon L.
02eae0f5ed
allow to adjust the log level globally (redis)
...
Signed-off-by: Simon L. <szaimen@e.mail.de >
2026-04-24 10:35:18 +02:00
copilot-swe-agent[bot]
fceec6f23e
feat: improve Redis container performance
...
- Disable RDB persistence (--save "") since Redis is used as a pure
cache and lock store; snapshotting causes fork/CoW pressure and I/O spikes
- Set --maxmemory-policy allkeys-lru to enable LRU eviction and prevent
unbounded memory growth
- Enable lazyfree background deletions (--lazyfree-lazy-*) to move key
eviction, expiry, and DEL operations off the main event loop thread
- Enable active memory defragmentation (--activedefrag yes) for long-running
instances
- Increase background task frequency to --hz 15 for faster key expiry
- Add Transparent Huge Pages (THP) startup warning, consistent with the
existing vm.overcommit_memory check
- Refactor start.sh to build arguments via a bash array, avoiding eval
and safely handling the empty-string --save "" and the password argument
- Remove the pre-existing unreachable exec "$@" at the end of start.sh
- Add timeout and read_timeout (1.5s) to standalone Redis config in
redis.config.php to prevent PHP workers from hanging indefinitely
Agent-Logs-Url: https://github.com/nextcloud/all-in-one/sessions/e68c1986-419f-49b4-9cd0-c1f0efda0351
Co-Authored-By: Simon L. <szaimen@e.mail.de >
Co-Authored-By: szaimen <42591237+szaimen@users.noreply.github.com >
2026-04-20 14:20:27 +02:00
Erwan Hervé
52c3192f26
chore: add OCI standard labels to all Dockerfiles ( #7899 )
...
Signed-off-by: Erwan Hervé <erwan.herve@outlook.fr >
Signed-off-by: Erwan Hervé <62173453+Erwan-loot@users.noreply.github.com >
Co-authored-by: Simon L. <szaimen@e.mail.de >
2026-04-17 10:42:55 +02:00
dependabot[bot]
188f0f89a0
build(deps): bump redis in /Containers/redis
...
Bumps redis from 8.6.1-alpine to 8.6.2-alpine.
---
updated-dependencies:
- dependency-name: redis
dependency-version: 8.6.2-alpine
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-03-25 04:07:47 +00:00
dependabot[bot]
c359f78f6c
build(deps): bump redis in /Containers/redis
...
Bumps redis from 8.2.3-alpine to 8.6.1-alpine.
---
updated-dependencies:
- dependency-name: redis
dependency-version: 8.6.1-alpine
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-02-24 04:08:32 +00:00
Simon L.
14d6579893
redis and apache: delete openssl after using it
...
Signed-off-by: Simon L. <szaimen@e.mail.de >
2026-02-06 17:23:02 +01:00
Simon L.
0e22f38d16
add wud.watch=false to all containers
...
Signed-off-by: Simon L. <szaimen@e.mail.de >
2026-01-19 17:10:22 +01:00
Simon L.
74933c6b83
update redis to v8.x
...
Signed-off-by: Simon L. <szaimen@e.mail.de >
2025-11-04 13:42:05 +01:00
dependabot[bot]
f07b015a41
build(deps): bump redis in /Containers/redis
...
Bumps redis from 7.2.11-alpine to 7.2.12-alpine.
---
updated-dependencies:
- dependency-name: redis
dependency-version: 7.2.12-alpine
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-11-04 04:13:53 +00:00
dependabot[bot]
7053a206e1
build(deps): bump redis in /Containers/redis
...
Bumps redis from 7.2.10-alpine to 7.2.11-alpine.
---
updated-dependencies:
- dependency-name: redis
dependency-version: 7.2.11-alpine
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-10-06 04:20:53 +00:00
dependabot[bot]
80d23c01d6
build(deps): bump redis in /Containers/redis
...
Bumps redis from 7.2.9-alpine to 7.2.10-alpine.
---
updated-dependencies:
- dependency-name: redis
dependency-version: 7.2.10-alpine
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-07-08 05:35:29 +00:00
dependabot[bot]
b6c078847d
build(deps): bump redis in /Containers/redis
...
Bumps redis from 7.2.8-alpine to 7.2.9-alpine.
---
updated-dependencies:
- dependency-name: redis
dependency-version: 7.2.9-alpine
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-05-30 04:40:25 +00:00
Simon L.
5536121899
add org.label-schema.vendor="Nextcloud" label to all containers
...
Signed-off-by: Simon L. <szaimen@e.mail.de >
2025-05-19 14:31:29 +02:00
dependabot[bot]
498e5a2186
build(deps): bump redis in /Containers/redis
...
Bumps redis from 7.2.7-alpine to 7.2.8-alpine.
---
updated-dependencies:
- dependency-name: redis
dependency-version: 7.2.8-alpine
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-04-25 04:32:46 +00:00
dependabot[bot]
68055bf303
build(deps): bump redis in /Containers/redis
...
Bumps redis from 7.2.6-alpine to 7.2.7-alpine.
---
updated-dependencies:
- dependency-name: redis
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-01-07 04:59:10 +00:00
Simon L.
aa0620f2ea
add healthcheck for redis
...
Signed-off-by: Simon L. <szaimen@e.mail.de >
2024-12-03 13:37:16 +01:00
Simon L.
faecc028fe
add user-IDs to all containers
...
Signed-off-by: Simon L. <szaimen@e.mail.de >
2024-11-06 14:35:40 +01:00
dependabot[bot]
966e0175ab
build(deps): bump redis in /Containers/redis
...
Bumps redis from 7.2.5-alpine to 7.2.6-alpine.
---
updated-dependencies:
- dependency-name: redis
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-10-08 05:04:09 +00:00
Simon L.
e60dd31a35
make it rm -f
...
Signed-off-by: Simon L. <szaimen@e.mail.de >
2024-07-12 10:36:14 +02:00
Simon L.
b8c1d78371
update links to upstream docker files
...
Signed-off-by: Simon L. <szaimen@e.mail.de >
2024-07-12 10:24:56 +02:00
Richard Steinmetz
8027a7e5ec
fix: remove unused go binaries from redis and postgresql images
...
Both binaries gosu and su-exec are not used in our entrypoints.
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud >
2024-07-11 18:22:39 +02:00
Simon L.
54dc5387a7
nextcloud: wait for redis to start
...
Signed-off-by: Simon L <szaimen@e.mail.de >
2024-05-29 13:48:00 +02:00
dependabot[bot]
06de90a838
---
...
updated-dependencies:
- dependency-name: redis
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-05-21 12:30:10 +00:00
Zoey
c671018798
close #4491
...
Signed-off-by: Zoey <zoey@z0ey.de >
2024-04-17 17:55:43 +02:00
Zoey
9ba0dbf6a3
add # syntax=docker/dockerfile:latest
...
Signed-off-by: Zoey <zoey@z0ey.de >
2024-02-16 16:21:18 +01:00
dependabot[bot]
e0ca3bdfd6
Bump redis from 7.2.3-alpine to 7.2.4-alpine in /Containers/redis
...
Bumps redis from 7.2.3-alpine to 7.2.4-alpine.
---
updated-dependencies:
- dependency-name: redis
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-01-10 12:45:39 +00:00
dependabot[bot]
e875c8eba3
Bump redis from 7.2.2-alpine to 7.2.3-alpine in /Containers/redis
...
Bumps redis from 7.2.2-alpine to 7.2.3-alpine.
---
updated-dependencies:
- dependency-name: redis
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-11-06 13:05:14 +00:00
dependabot[bot]
b08b1857c8
Bump redis from 7.2.1-alpine to 7.2.2-alpine in /Containers/redis
...
Bumps redis from 7.2.1-alpine to 7.2.2-alpine.
---
updated-dependencies:
- dependency-name: redis
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-10-19 13:03:17 +00:00
dependabot[bot]
f2354d0b70
Bump redis from 7.0.12-alpine to 7.2.1-alpine in /Containers/redis
...
Bumps redis from 7.0.12-alpine to 7.2.1-alpine.
---
updated-dependencies:
- dependency-name: redis
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-09-12 08:54:50 +00:00
dependabot[bot]
04e2872669
Bump redis from 7.0.11-alpine to 7.0.12-alpine in /Containers/redis
...
Bumps redis from 7.0.11-alpine to 7.0.12-alpine.
---
updated-dependencies:
- dependency-name: redis
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-07-11 12:33:20 +00:00
Simon L
68d95af47d
disable watchtower pulling for containers
...
Signed-off-by: Simon L <szaimen@e.mail.de >
2023-06-26 00:56:08 +02:00
Simon L
776e350e52
talk and redis - adjust location of entrypoints
...
Signed-off-by: Simon L <szaimen@e.mail.de >
2023-06-18 01:46:37 +02:00
Simon L
4f7f1cb0a6
adjust redis loglevel to warning
...
Signed-off-by: Simon L <szaimen@e.mail.de >
2023-06-07 17:25:57 +02:00
Simon L
3e1ae33e95
Update Containers/redis/Dockerfile
...
Signed-off-by: Simon L. <szaimen@e.mail.de >
2023-05-03 17:31:43 +02:00
Zoey
55bc84d3f2
add set -ex
...
Co-authored-by: Simon L. <szaimen@e.mail.de >
Signed-off-by: Zoey <zoey@z0ey.de >
2023-05-03 17:10:47 +02:00
Zoey
a4e894092c
add suggestion
...
Co-authored-by: Simon L. <szaimen@e.mail.de >
Signed-off-by: Zoey <zoey@z0ey.de >
2023-05-03 17:10:38 +02:00
Zoey
e4648ab03e
optimize redis Dockerfile
...
Signed-off-by: Zoey <zoey@z0ey.de >
2023-05-03 16:36:29 +02:00
dependabot[bot]
38392e0dcf
Bump redis from 7.0.10-alpine to 7.0.11-alpine in /Containers/redis
...
Bumps redis from 7.0.10-alpine to 7.0.11-alpine.
---
updated-dependencies:
- dependency-name: redis
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-04-18 12:59:40 +00:00
dependabot[bot]
e16340ffcb
Bump redis from 7.0.9-alpine to 7.0.10-alpine in /Containers/redis
...
Bumps redis from 7.0.9-alpine to 7.0.10-alpine.
---
updated-dependencies:
- dependency-name: redis
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-03-21 12:59:46 +00:00
dependabot[bot]
5fbe902145
Bump redis from 7.0.8-alpine to 7.0.9-alpine in /Containers/redis
...
Bumps redis from 7.0.8-alpine to 7.0.9-alpine.
---
updated-dependencies:
- dependency-name: redis
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-03-01 13:03:34 +00:00
Simon L
ef397a9df1
add linebreak
...
Signed-off-by: Simon L <szaimen@e.mail.de >
2023-01-30 15:33:12 +01:00
Zoey
f5616cd618
Disallow Watchtower to update AIO Container (exept Mastercontainer)
...
See: https://containrrr.dev/watchtower/container-selection/#monitor_only
Signed-off-by: Zoey <zoey@z0ey.de >
2023-01-30 14:54:31 +01:00
dependabot[bot]
0c73019092
Bump redis from 7.0.7-alpine to 7.0.8-alpine in /Containers/redis
...
Bumps redis from 7.0.7-alpine to 7.0.8-alpine.
---
updated-dependencies:
- dependency-name: redis
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-01-18 12:04:58 +00:00
Simon L
de3ec19221
alpine - remove the update arg
...
Signed-off-by: Simon L <szaimen@e.mail.de >
2023-01-15 18:22:31 +01:00
Simon L
9bc465bd0a
Merge pull request #1585 from nextcloud/enh/1396/update-redis
...
update redis to v7
2023-01-15 17:57:09 +01:00
Simon L
1e6e01b8a5
update redis to v7
...
Signed-off-by: Simon L <szaimen@e.mail.de >
Co-Authored-By: Zoey <zoey@z0ey.de >
2023-01-15 17:53:18 +01:00