How to build image from a private edx repo?

Hi all, I wonder if anyone has a way to build a custom image from a private repo? Right now, my only solution is passing the username and password in EDX_PLATFORM_REPOSITORY which will be deprecated in August this year. Thank you all!

P/S: My way of building looks like this:
tutor images build openedx
–build-arg EDX_PLATFORM_REPOSITORY=https://username:password@github.com/myrepo.git
–build-arg EDX_PLATFORM_VERSION=main

Can you switch to a Personal Access Token with GitHub Creating a personal access token - GitHub Docs ?

2 Likes

I see, I will try. Thanks so much!

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.