Skip to content

Feature request: Remove hardcoded registries from predefined image names #35

@berquist

Description

@berquist

I am trying to use the MinIO predefined image. docker.io is heavily rate-limited at the location I'm using the crate from. MinIO is also available from Quay at quay.io/minio/minio. Because this is hardcoded in a const variable, I think the only way around this and still use rustainers is to copy all of the code from minio.rs into my project and provide a different value for const MINIO_IMAGE.

Removing the registry name would allow setting the registry via Podman/... configuration outside of rustainers.

Another option is to allow customizing the entire image name via the code, but this is a much deeper change.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions