Update docker images#161
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub. 1 Skipped Deployment
|
There was a problem hiding this comment.
Pull request overview
This PR updates Docker base images across the project, upgrading Rust from version 1.89.0 to 1.91.0 and MinIO from RELEASE.2025-04-08T15-41-24Z-cpuv1 to RELEASE.2025-10-15T17-29-55Z. Since MinIO no longer provides prebuilt Docker images, the update includes building MinIO from source using a multi-stage Docker build.
Key Changes:
- Upgraded Rust base image to version 1.91.0
- Implemented custom MinIO Docker build from source using golang:1.24-alpine
- Modified entrypoint script to use
/bin/shinstead of/bin/bashfor Alpine compatibility
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| docker/attune/Dockerfile | Updated Rust base image to 1.91.0 |
| docker/attune-ee/Dockerfile | Updated Rust base image to 1.91.0 |
| docker/minio/Dockerfile | Replaced prebuilt MinIO image with multi-stage build from source at RELEASE.2025-10-15T17-29-55Z |
| docker/minio/entrypoint.sh | Changed shebang to /bin/sh and removed pipefail option for Alpine compatibility |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
elldritch
left a comment
There was a problem hiding this comment.
Make sure you check against the user's CVEs too and make sure that these new packages are outside the affected version list.
Done, communicated with them in Slack! 👍🏻 |
Updates Docker image bases from
bookwormtotrixie, except forminiowhich got ported toalpinedue to the fact that the MinIO team no longer provides a prebuilt OSS image (reference: minio/minio#21647).Validated this works by running E2E tests: