add sample repo annotation to imagestreams#4619
add sample repo annotation to imagestreams#4619openshift-bot merged 1 commit intoopenshift:masterfrom
Conversation
|
@jwforres here's your sample repos. note the ruby one doesn't work until @danmcp creates it (I have the content ready). @smarterclayton "api" review. @knrc @rcernich you'll want to consider doing something similar for your imagestream definitions (https://github.com/jboss-openshift/application-templates/blob/master/jboss-image-streams.json) now that you'll be allowing them to be used directly as builders. you should also add the builder tag. |
|
thank you 👍 @spadgett fyi |
|
It would be nice if sampleRepo allowed some way to specify context-dir. All of the EAP quickstarts are in a single git repository and not being able to specify the context directory means you have to use new-app --context-dir if you want to instantiate any of those projects. Might it be possible to specify this as a query parameter in the url, e.g.: https://github.com/jboss-developer/jboss-eap-quickstarts#6.4.x?context-dir=kitchensink |
|
"LGTM" |
|
@jwforres @smarterclayton how do you feel about @rcernich 's branch+context dir proposal? (I assume the #6.4.x represents a branch, which we'd turn into a git_ref) |
|
ah, fragment encoding... that takes me back |
|
i think the fragment bit is already coded into the url parsing, but there's no way to specify context directory. |
|
right, the entire fragment is treated as the refspec, this would overlay URL semantics on the fragment... does that mean the ?... bits would be query encoded (percent-escaped, etc)? |
|
however you want to tackle it. i'm just trying to add a new requirement. ;) |
|
We are going to be working on the whole create flow over the next two Cc @spadgett however you want to tackle it. i'm just trying to add a new requirement. ;) — |
|
@jwforres are you suggesting we have: ? |
|
I'm ok with that, yes its a lot of added annotations, but only when you On Fri, Sep 11, 2015 at 2:45 PM, Ben Parees notifications@github.com
|
|
continuous-integration/openshift-jenkins/merge SUCCESS (https://ci.openshift.redhat.com/jenkins/job/test_pull_requests_origin/4956/) (Image: devenv-fedora_2330) |
|
Evaluated for origin merge up to 25e0131 |
|
[Test]ing while waiting on the merge queue |
|
Evaluated for origin test up to 25e0131 |
|
bueno! thanks folks. |
|
continuous-integration/openshift-jenkins/test SUCCESS (https://ci.openshift.redhat.com/jenkins/job/test_pull_requests_origin/4956/) |
Merged by openshift-bot
|
Is there a reason we're not using https for these? |
|
Should be using https... |
add a sampleRepo annotation to builder imagestreamtags so the UI can offer it as a suggested repo to use when someone is experimenting with the builder image.