feat: use smaller image + cache dir #5

Merged
cyrnel merged 1 commits from cache-dir into main 2025-10-05 00:13:53 +00:00
Owner

The previous release used the "-full" renovate image which is 6 gigabytes
but doesn't install tools at runtime. Apparently the docs discourage this, so
this release moves to using the "non-full" image.

When renovate detects e.g. a golang dependency, it will now download a golang toolchain
and store it in a persistent volume. This means the total disk usage of the tool should
be much lower for most users (the smaller image is still 1.26GB).

The previous release used the "-full" renovate image which is 6 gigabytes but doesn't install tools at runtime. Apparently the docs discourage this, so this release moves to using the "non-full" image. When renovate detects e.g. a golang dependency, it will now download a golang toolchain and store it in a persistent volume. This means the total disk usage of the tool should be much lower for most users (the smaller image is still 1.26GB).
cyrnel added 1 commit 2025-10-03 21:38:16 +00:00
feat: use smaller image + cache dir
Some checks failed
continuous-integration/drone/pr Build is failing
63b10b570b
cyrnel force-pushed cache-dir from 63b10b570b to 121b255f47 2025-10-03 22:17:09 +00:00 Compare
decentral1se reviewed 2025-10-03 22:25:40 +00:00
decentral1se left a comment
Owner

👏

👏
@ -11,3 +11,3 @@
- "swarm.cronjob.enable=true"
- "swarm.cronjob.schedule=${CRON_SCHEDULE}"
- "coop-cloud.${STACK_NAME}.version=1.0.1+41-full"
- "coop-cloud.${STACK_NAME}.version=1.0.1+41"
Owner

Do we need to bump the 1.0.1 part also?

Do we need to bump the `1.0.1` part also?
Author
Owner

I planned to do a sync on main (I probably should have just not changed the line at all)

I planned to do a `sync` on main (I probably should have just not changed the line at all)
decentral1se marked this conversation as resolved
decentral1se approved these changes 2025-10-04 08:35:53 +00:00
p4u1 approved these changes 2025-10-04 10:14:37 +00:00
cyrnel merged commit 640e0937d7 into main 2025-10-05 00:13:53 +00:00
cyrnel deleted branch cache-dir 2025-10-05 00:13:53 +00:00
Sign in to join this conversation.
No description provided.