Skip to content

All tools should make use of public runtime container image to manage dependencies #353

@alxmrs

Description

@alxmrs

We've finally been able to host a public Docker image for weather-tools. The first version can be pulled with this command:

docker pull gcr.io/weather-tools-prod/weather-tools:0.0.0

This unblocks our ongoing efforts to make weather-tools easy to install!

In brief, here is what's needed to make installation better:

  • For each tool's associated script, let's add an argument that points to our runtime container. Right now, we specify extra_packages. I believe this can go away. See
    cli(['--extra_package', pkg_archive])
    . I believe we can remove a lot of the packaging and installing logic in these scripts.
  • We will most likely need to create a new runtime container with an incremented version to get the latest dependencies.

The next steps to fully land a clean install experience will involve:

CC: @blackvvine @DarshanSP19

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