Skip to content
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

Devfile Registry build fails to clone GitHub Enterprise Cloud repositories from extraDevfiles #1672

Open
vijay070 opened this issue Jan 15, 2025 · 0 comments

Comments

@vijay070
Copy link

When building Docker images for the Devfile registry, using extraDevfiles to reference repositories hosted on GitHub Enterprise Cloud (GHEC) causes the build to fail. We require the ability to authenticate using Personal Access Tokens (PATs) to successfully clone these private repositories

Steps to Reproduce:

  • Create a devfile.yaml that includes an extraDevfiles section pointing to a repository on GitHub Enterprise Cloud.
  • Attempt to build the Docker image using the Devfile registry build process.

Expected Behavior:
The build process should successfully clone the specified repository from GHEC and include its contents in the resulting Docker image.

Actual Behavior:
The build process fails to clone the GHEC repository, resulting in a build error. (Repository not found)

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

No branches or pull requests

1 participant