Skip to content

[Enhancement]: Prepend "library/" to official docker image "alpine" #6166

Description

@akurth

Module

Core

Proposal

Hello,

would it be possible to prepend "library/" to the official alpine docker image pulled in ("library/alpine"); that’s where the image is actually located.

Reason: it is often desired to use a dockerhub mirror (because of rate limits), which we achieve by setting the following property: "hub.image.name.prefix=our.company.mirror/". While this works fine for the testcontainers images, it doesn’t work for the official docker images like "alpine". We have to work around that by setting the property "tinyimage.container.image=library/alpine:3.16", which is deprecated and discouraged according to the docs.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions