feat: Migrate install instructions from Gemfury to GitHub Pages#2932
Open
barnabasbusa wants to merge 1 commit intomainfrom
Open
feat: Migrate install instructions from Gemfury to GitHub Pages#2932barnabasbusa wants to merge 1 commit intomainfrom
barnabasbusa wants to merge 1 commit intomainfrom
Conversation
The apt/yum package repositories have moved from Gemfury (apt.fury.io/kurtosis-tech, yum.fury.io/kurtosis-tech) to GitHub Pages (sdk.kurtosis.com/kurtosis-cli-release-artifacts). Update all apt/yum URLs in: - Install docs (installing-the-cli.md) - Historical versions guide (installing-historical-versions.md) - CI configs (.circleci/config.yml, .github/workflows/build.yml) Also add a migration notice to the install page with one-liner commands for users still pointing at the old Gemfury repositories. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Deploying kurtosis with
|
| Latest commit: |
47bbcf7
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://001aff62.kurtosis-docs.pages.dev |
| Branch Preview URL: | https://bbusa-fix-install-instructio.kurtosis-docs.pages.dev |
2 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
apt.fury.io/kurtosis-tech,yum.fury.io/kurtosis-tech) to the new GitHub Pages hosted repo (sdk.kurtosis.com/kurtosis-cli-release-artifacts)Files changed
docs/docs/get-started/installing-the-cli.md— new URLs + migration noticedocs/docs/guides/installing-historical-versions.md— new URLs.circleci/config.yml— 4 apt source references updated.github/workflows/build.yml— 1 apt source reference updatedTest plan
apt-get update && apt-get install kurtosis-cliworks with new URLyum install kurtosis-cliworks with new URL🤖 Generated with Claude Code