Skip to content
This repository was archived by the owner on Dec 9, 2024. It is now read-only.

Pickup .docker/config.json for authentication to push #9

@rhuss

Description

@rhuss

At the moment you have to provide the credentials for pushing a docker image directly in the configuration.
Even when these can be picked up from an environment variable, this is not optimal.

Instead (or in addition) it should work similarly like the kubectl authentication, by picking up the default credentials stored in ~/.docker/config.json. This way the full machinery of docker login can be used for handling various authentication mechanism (like e.g. for registries like GCR or ECR that use a different authentication mechanism than simple user/password auth).

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requesthelp wantedExtra attention is needed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions