Skip to content

Publish an official isort image on Docker Hub #1959

@ryboe

Description

@ryboe

Please publish an official image for isort on Docker Hub, AWS Public ECR, GCR, the GitHub Container Registry, or some other equivalent registry. This will make it easier to use isort in CI pipelines. I'm currently using a third-party kiwicom/isort image, but it's out of date and inherently not as trustworthy as an official image.

For reference, here's the official image for the black code formatter.

Here's an example of how I use kiwicom/isort in a GitLab CI pipeline:

isort:
  image:
    name: kiwicom/isort:5.7.0
  script:
    - isort --version
    - isort --check-only app

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