Skip to content

Add clickable links for all Docker image tags in release notes#43

Merged
konard merged 4 commits intomainfrom
issue-39-2bdad3e8ff81
Feb 17, 2026
Merged

Add clickable links for all Docker image tags in release notes#43
konard merged 4 commits intomainfrom
issue-39-2bdad3e8ff81

Conversation

@konard
Copy link
Member

@konard konard commented Feb 15, 2026

Summary

This PR adds comprehensive clickable links for all Docker image tags in the release notes, addressing issue #39.

Changes

  • Release Notes Format: Restructured release notes to use 4 tables instead of list format:

    • Docker Hub - Combo Sandboxes (Full, Essentials, JS)
    • Docker Hub - Language Sandboxes (11 languages)
    • GitHub Container Registry - Combo Sandboxes
    • GitHub Container Registry - Language Sandboxes
  • Clickable Links: All Multi-arch, AMD64, and ARM64 tags now have clickable links that filter directly to the specific tag:

    • Docker Hub URLs use /tags?name={version} pattern
    • GHCR URLs use ?tag={version} pattern

Issue Reference

Fixes #39

Test Plan

  • Template generation tested locally with sample version
  • URL patterns verified against existing Docker Hub and GHCR conventions
  • Full workflow test with next release

Case Study

Full analysis available in docs/case-studies/issue-39/CASE-STUDY.md


Generated with Claude Code

Adding CLAUDE.md with task information for AI processing.
This file will be removed when the task is complete.

Issue: #39
@konard konard self-assigned this Feb 15, 2026
…39)

Updated release notes generation in .github/workflows/release.yml to include
comprehensive tables with clickable links for all Docker image tags:

- Docker Hub: Combo sandboxes table (Full, Essentials, JS) with Multi-arch, AMD64, ARM64 clickable links
- Docker Hub: Language sandboxes table (11 languages) with Multi-arch, AMD64, ARM64 clickable links
- GHCR: Combo sandboxes table with Multi-arch, AMD64, ARM64 clickable links
- GHCR: Language sandboxes table with Multi-arch, AMD64, ARM64 clickable links

Each clickable link uses query parameters to filter directly to the specific tag:
- Docker Hub: /tags?name={version}-{arch}
- GHCR: ?tag={version}-{arch}

Added case study documentation in docs/case-studies/issue-39/CASE-STUDY.md.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@konard konard changed the title [WIP] Make sure all docker versions support multi-arch, arm64 only, and amd64 only Add clickable links for all Docker image tags in release notes Feb 15, 2026
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@konard konard marked this pull request as ready for review February 15, 2026 17:46
@konard
Copy link
Member Author

konard commented Feb 15, 2026

🤖 Solution Draft Log

This log file contains the complete execution trace of the AI solution draft process.

💰 Cost estimation:

  • Public pricing estimate: $3.696175
  • Calculated by Anthropic: $2.769265 USD
  • Difference: $-0.926911 (-25.08%)
    📎 Log file uploaded as Gist (631KB)
    🔗 View complete solution draft log

Now working session is ended, feel free to review and add any feedback on the solution draft.

@konard konard merged commit 26aa610 into main Feb 17, 2026
19 checks passed
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.

Make sure all docker versions support multi-arch, arm64 only, and amd64 only

1 participant