-
Notifications
You must be signed in to change notification settings - Fork 12
Add Devcontainer Feature and Automated Publishing Workflow #45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Conversation
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
wdconinc
commented
Aug 24, 2025
Collaborator
Author
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This workflow requires a secret token WRITE_PACKAGES_TOKEN to run. The token needs write:packages permission. I can add tokens, but I cannot create tokens with write permission to the cvmfs-contrib packages repository on ghcr.io.
dbc26c4 to
6964803
Compare
wdconinc
commented
Aug 25, 2025
Added instructions for using the GitHub Action with Docker.
Removed 'sudo' from mkdir and echo commands for creating default.local file.
31ff58c to
6ef1714
Compare
…iner-feature.json
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
This pull request introduces several updates to improve the installation and configuration of the CVMFS client. Key changes include:
install.sh: The script now uses a relative path for the core installer, resolving a file not found error during container rebuilds.README.mdhas been updated with clear instructions for publishing the devcontainer feature.publish-feature.yml) has been added to automate the publishing process to GitHub Container Registry (GHCR).Motivation
These changes aim to streamline the installation process and enhance the usability of the CVMFS client within the devcontainer environment. The automation of the publishing process will also facilitate easier updates and deployments.
Changes
src/cvmfs/install.sh: Updated to use a relative path for the core installer.src/cvmfs/README.md: Added publishing instructions..github/workflows/publish-feature.yml: New workflow for automated publishing to GHCR.Testing
Please ensure to test the installation process and verify that the automated publishing workflow functions as expected.
Related Issues