Skip to content

Docker image is missing the git command #59

Description

@dev-dull

Issue

While investigating #58, it was discovered that the Docker image does not contain the git command. PyTerraBackTYL uses the the GitPython package depends which depends on the locally installed version of git. This leaves the Git based backend fundamentally broken for users of the Docker image.

Why this happened

The Dockerfile underwent a large rewrite to minimize the image size. In that process, the steps required to install git were mistakenly omitted.

A more robust end-to-end testing of the Docker image in CI/CD would have caught this. This ticket is to re-introduce the steps to install the git command into the container.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions