Skip to content

[repo-assist] remove: Dockerfile and mybinder badge/documentation#1204

Draft
github-actions[bot] wants to merge 2 commits intomainfrom
repo-assist/remove-mybinder-2026-05-09-daaa0795d585a29d
Draft

[repo-assist] remove: Dockerfile and mybinder badge/documentation#1204
github-actions[bot] wants to merge 2 commits intomainfrom
repo-assist/remove-mybinder-2026-05-09-daaa0795d585a29d

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot commented May 9, 2026

🤖 This PR was created by Repo Assist, an automated AI assistant, at the request of @dsyme.

Closes #1178


Summary

Removes the mybinder.org Binder integration from this repository, as requested by the maintainer.

Changes

File Change
docs/Dockerfile Deleted — no longer needed
docs/img/badge-binder.svg Deleted — no longer needed
docs/content.fsx Remove Binder badge link; remove "To add a mybinder badge..." documentation section
docs/codeformat.fsx Remove Binder badge link
docs/markdown.fsx Remove Binder badge link
docs/apidocs.fsx Remove Binder badge link
docs/evaluation.fsx Remove Binder badge link
docs/literate.fsx Remove Binder badge link
docs/upgrade.md Remove mybinder recommendation from upgrade guide
RELEASE_NOTES.md Changelog entry under [Unreleased] ### Removed

Rationale

The Binder integration relied on:

  • A deprecated .NET 7 SDK base image (mcr.microsoft.com/dotnet/sdk:7.0, EOL May 2024)
  • A deprecated and pinned Microsoft.dotnet-interactive version (1.0.410202)

Per the maintainer discussion in #1178, the Dockerfile is only used for mybinder.org (the "run in Binder" badge on docs pages), not in CI. The decision was made to remove it cleanly rather than update to a new (also potentially deprecated) version.

Test Status

  • dotnet fantomas docs/*.fsx --check — formatting verified, no changes needed
  • Documentation-only change; no compiled .NET code was modified

Generated by 🌈 Repo Assist, see workflow run. Learn more.

To install this agentic workflow, run

gh aw add githubnext/agentics/workflows/repo-assist.md@c7d030cd6d4607b90d9ac3ffc8b24aff4f251632

Remove the docs/Dockerfile (used for mybinder.org Binder integration)
and all mybinder badge links from the six documentation .fsx pages.
Also remove the mybinder documentation section from content.fsx and
the mybinder recommendation from upgrade.md.

The Binder integration relied on a deprecated .NET 7 SDK image and a
deprecated Microsoft.dotnet-interactive version; mybinder.org support
is discontinued per maintainer decision.

Closes #1178

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

.NET interactive going away, need replacement

0 participants