Skip to content

Conversation

@kadma
Copy link

@kadma kadma commented Jan 3, 2026

…List, Appsmith, and Budibase.

What is this PR about?

New PR of AList, Appsmith, and Budibase

Checklist

Before submitting this PR, please make sure that:

Change log

  • appsmith: updated to stable version v1.94. Added "restart: unless-stopped" as recommended in the documentation, and reorganized the volume configuration for better clarity.

  • alist: updated to stable version v3.55.0, which includes new features.

  • budibase: updated to stable version 3.23.47. This release fixes several app issues. The watchtower service was removed because it used a deprecated image and is not included in the official docker-compose file.

Copilot AI review requested due to automatic review settings January 3, 2026 18:53
@github-actions
Copy link

github-actions bot commented Jan 3, 2026

built with Refined Cloudflare Pages Action

⚡ Cloudflare Pages Deployment

Name Status Preview Last Commit
templates ✅ Ready (View Log) Visit Preview a82750a

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the Docker images for three applications (AList, Appsmith, and Budibase) to their latest stable versions. The updates include version bumps, registry URL corrections, service cleanup, and volume configuration improvements.

Key changes:

  • AList updated from v3.41.0 to v3.55.0 with corrected documentation links
  • Appsmith updated from v1.29 to v1.94 with improved volume management using named volumes and added restart policy
  • Budibase updated from 3.5.3 to 3.23.47 with removal of deprecated watchtower service, registry URL simplification, and dependency version updates

Reviewed changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.

File Description
meta.json Updated version numbers and documentation URLs for AList, Appsmith, and Budibase templates
blueprints/alist/docker-compose.yml Bumped AList image version to v3.55.0
blueprints/appsmith/docker-compose.yml Updated to v1.94, replaced host path volume with named volume, added restart policy and volumes section
blueprints/budibase/docker-compose.yml Updated all Budibase services to 3.23.47, removed watchtower service, updated Redis to 8.4-alpine, unpinned MinIO version, and removed registry prefixes


minio:
image: minio/minio:RELEASE.2024-11-07T00-52-20Z
image: minio/minio
Copy link

Copilot AI Jan 3, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The MinIO image is using an unpinned version (no tag specified), which violates the repository's coding guidelines. According to the guidelines, versions must be pinned and the 'latest' tag should never be used. This can cause the template to break when upstream images change unexpectedly.

Looking at other blueprints in the repository (e.g., colanode, huly), MinIO is properly pinned to specific RELEASE tags like 'RELEASE.2024-11-07T00-52-20Z' or 'RELEASE.2025-04-08T15-41-24Z'. Please pin the MinIO image to a specific release version that is compatible with Budibase 3.23.47.

Copilot generated this review using guidance from repository custom instructions.
Pins a specific MinIO image version RELEASE.2025-09-07T16-13-09Z
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant