Skip to content

Docker image grate-devs/grate referenced in docs does not exist #719

@dkobierski

Description

@dkobierski

Description

The documentation references the Docker image grate-devs/grate, but this image does not exist on Docker Hub. Users following the docs will get a "not found" error.

Steps to Reproduce

docker pull grate-devs/grate:latest

Result:

Error response from daemon: pull access denied for grate-devs/grate, repository does not exist or may require 'docker login'

Workaround

The image is still published under the old namespace:

docker pull erikbra/grate:latest  # This works

Expected Behavior

Publish the image under a namespace matching the new org (note: Docker Hub doesn't support hyphens in namespace names per docker/hub-feedback#373).

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