Update jgraph/drawio Docker tag to v31.1.2 - #48
Conversation
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
📝 WalkthroughWalkthroughThe ChangesDraw.io image update
Estimated code review effort: 1 (Trivial) | ~2 minutes Possibly related PRs
Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches📝 Generate docstrings
Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@docker-compose.yml`:
- Line 2080: Update the draw.io service image reference from the unavailable
jgraph/drawio:31.1.2 tag to a published jgraph/drawio tag, preferably pinned to
its resolved digest for reproducible deployments.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro Plus
Run ID: 8b380379-1dfa-4f76-9703-b1f1ce67f11d
📒 Files selected for processing (1)
docker-compose.yml
| profiles: | ||
| - lazy | ||
| image: jgraph/drawio:31.0.2 | ||
| image: jgraph/drawio:31.1.2 |
There was a problem hiding this comment.
🩺 Stability & Availability | 🟠 Major | ⚡ Quick win
🧩 Analysis chain
🏁 Script executed:
#!/bin/bash
set -euo pipefail
docker manifest inspect jgraph/drawio:31.1.2 >/dev/nullRepository: xRahul/Pi-setup
Length of output: 197
🌐 Web query:
jgraph/drawio 31.1.2 Docker Hub tag published
💡 Result:
There is no publicly available evidence that a Docker Hub tag for jgraph/drawio version 31.1.2 has been published as of July 26, 2026. Official records from the jgraph/drawio Docker Hub repository show that recent tags in the 30.x series have been released [1][2], but version 31.1.2 does not appear in the repository's tag history [1]. Furthermore, recent development activity for the related drawio-desktop application has been centered on versions in the 30.x range (e.g., 30.3.11) [3].
Citations:
- 1: https://hub.docker.com/r/jgraph/drawio/tags
- 2: https://releasealert.dev/dockerhub/jgraph/drawio
- 3: 30.3.11 jgraph/drawio-desktop#2480
Use a published jgraph/drawio tag here. 31.1.2 doesn’t appear to be available, so this image pull will fail and the service won’t restart until the reference is corrected. Prefer pinning the resolved digest for reproducible deploys.
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
In `@docker-compose.yml` at line 2080, Update the draw.io service image reference
from the unavailable jgraph/drawio:31.1.2 tag to a published jgraph/drawio tag,
preferably pinned to its resolved digest for reproducible deployments.
Source: MCP tools
This PR contains the following updates:
31.0.2→31.1.2Release Notes
jgraph/docker-drawio (jgraph/drawio)
v31.1.2Compare Source
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.