Add restic.net devcontainer feature - #85
Conversation
Co-authored-by: sebst <592313+sebst@users.noreply.github.com>
sebst
left a comment
There was a problem hiding this comment.
Update branch to resolve merge conflicts
… restic.net Co-authored-by: sebst <592313+sebst@users.noreply.github.com>
Done in ae07bb2. Applied all changes from main ( |
sebst
left a comment
There was a problem hiding this comment.
This branch has conflicts that must be resolved
Use the web editor or the command line to resolve conflicts before continuing.
.github/workflows/test.yaml
…flict Co-authored-by: sebst <592313+sebst@users.noreply.github.com>
Resolved in dd034eb. The |
sebst
left a comment
There was a problem hiding this comment.
Tests are failing for these features:
- rclone.org
- charmbracelet-gum
Adds a devcontainer feature that installs restic from GitHub releases with a configurable
versionoption (defaults tolatest).Changes
src/restic.net/devcontainer-feature.json— feature metadata withversionoptionsrc/restic.net/install.sh— fetches and installs restic binary fromrestic/resticGitHub releases.bz2single-binary releases viabunzip2(restic doesn't ship tarballs)amd64,arm64,arm,386)test/restic.net/test.sh— verifiesrestic versionoutput.github/workflows/test.yaml— addsrestic.netto bothtest-autogeneratedandtest-scenariosmatricesUsage
{ "features": { "ghcr.io/devcontainer-community/devcontainer-features/restic.net:1": { "version": "latest" // or e.g. "0.18.1" } } }Original prompt
restic.net#49🔒 GitHub Advanced Security automatically protects Copilot coding agent pull requests. You can protect all pull requests by enabling Advanced Security for your repositories. Learn more about Advanced Security.