Skip to content

Add rclone.org devcontainer feature - #84

Merged
sebst merged 2 commits into
mainfrom
copilot/add-feature-rclone-org
Mar 16, 2026
Merged

sebst merged 2 commits into
mainfrom
copilot/add-feature-rclone-org

Conversation

Copilot AI commented Mar 16, 2026 •

Copy link
Copy Markdown
Contributor

Adds a new devcontainer feature to install the rclone binary from GitHub releases.

Changes

  • src/rclone.org/ — New feature with devcontainer-feature.json, install.sh, and README.md
    • Downloads the versioned .zip release artifact from GitHub (rclone ships zip, not tar.gz)
    • Architecture mapping: amd64, arm64, arm-v7, 386
    • Installs unzip via apt if not present; extracts binary to /usr/local/bin/rclone
    • Supports latest (default) or pinned X.Y.Z version
  • test/rclone.org/test.sh — Verifies rclone --version executes successfully
  • .github/workflows/test.yaml — Adds rclone.org to both test-autogenerated and test-scenarios matrices

Usage

"features": {
    "ghcr.io/devcontainer-community/devcontainer-features/rclone.org:1": {}
}

Pin to a specific version:

"features": {
    "ghcr.io/devcontainer-community/devcontainer-features/rclone.org:1": {
        "version": "1.73.2"
    }
}

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • https://api.github.com/repos/rclone/rclone/releases
    • Triggering command: /usr/bin/curl curl -s REDACTED (http block)
  • https://api.github.com/repos/rclone/rclone/releases/latest
    • Triggering command: /usr/bin/curl curl -s REDACTED (http block)

If you need me to access, download, or install something from one of these locations, you can either:

Original prompt

This section details on the original issue you should resolve

<issue_title>Add feature rclone.org</issue_title>
<issue_description></issue_description>

<agent_instructions>See: https://github.com/rclone/rclone/releases</agent_instructions>

Comments on the Issue (you are @copilot in this section)


📱 Kick off Copilot coding agent tasks wherever you are with GitHub Mobile, available on iOS and Android.

Co-authored-by: sebst <592313+sebst@users.noreply.github.com>
Copilot AI changed the title [WIP] Add feature rclone.org Add rclone.org devcontainer feature Mar 16, 2026
Copilot AI requested a review from sebst March 16, 2026 14:45
@sebst
sebst marked this pull request as ready for review March 16, 2026 14:56
@sebst
sebst merged commit 2e23025 into main Mar 16, 2026
80 of 85 checks passed
@sebst
sebst deleted the copilot/add-feature-rclone-org branch March 16, 2026 14:56
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.

Add feature rclone.org

2 participants