docker: add support for try-like repository (bug 1986575)#83
docker: add support for try-like repository (bug 1986575)#83
Conversation
As Try is a rather large repo, it's not always desirable to use it. Instead, the feature is set behind a docker compose profile which is not enabled by default, but can be on demand.
zzzeid
left a comment
There was a problem hiding this comment.
In theory, we could just create a small repo clone (similar to test-repo, first-repo, etc.) that allows multiple heads, and treat it as a try repo. That way it would be compatible with the existing repos. Thoughts?
One problem I ran into is that, to test the Try functionality, I needed something with So this is to support this use-case. |
As Try is a rather large repo, it's not always desirable to use it. Instead, the feature is set behind a docker compose profile which is not enabled by default, but can be on demand.