Skip to content

new-app examples doesn't include http(s) git repo #1522

Closed
@thoraxe

Description

@thoraxe
Examples:

        # Try to create an application based on the source code in the current directory
        $ osc new-app .

        $ Use the public Docker Hub MySQL image to create an app
        $ osc new-app mysql

        # Use a MySQL image in a private registry to create an app
        $ osc new-app myregistry.com/mycompany/mysql

There's not an indication that you can point at a git repo directly. This works:

osc new-app https://github.com/openshift/simple-openshift-sinatra-sti.git
simple-openshift-sinatra
simple-openshift-sinatra-sti
simple-openshift-sinatra-sti
simple-openshift-sinatra-sti
Service "simple-openshift-sinatra" created at 172.30.17.20:8080 to talk to pods over port 8080.
A build was created - you can run `osc start-build simple-openshift-sinatra-sti` to start it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions