You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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:
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)
The text was updated successfully, but these errors were encountered: