Skip to content

Pull, deploy, update Docker-image-based deployments #201

@bobheadxi

Description

@bobheadxi

A great number of self-hosted services out there offer easily deployable Docker images. Would be handy to have Inertia be able to do things like:

  1. inertia init in arbitrary directory
  2. In config, set build type to dockerhub and add a Dockerhub image name to pull
  3. When inertia [REMOTE] up, pull the appropriate image and deploy it

What this gives Inertia:

  • users can now see a cool third-party project and effortlessly deploy it with Inertia
  • users now have the option to use Dockerhub's automated builds, and register a webhook to notify Inertia of any updates. This will require some work on More flexible webhook and git host support #133, however, to decouple our current webhook stuff from GitHub and make it more accepting of other webhooks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    :deploydaemon build and deploy functionality

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions