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

Preconfigured Docker Registry credentials on the server #185

Description

@saitho

Allow to configure the credentials for Docker registry before hand on the server using pass.

  • Make "password" field in container.registries of project definition file optional
  • If none is given, assume the password for combination of registry and username is already configured (docker login [registry])
  • If password is given, set the password as usual (via docker login [registry] [username] [password])
  • Add server configuration setting to disallow manipulations of password storage => all registry credentials need to be configured beforehand; project deployment is not allowed to add or override credentials

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestm/container/dockerRelated to the Docker container module

    Type

    No type

    Projects

    No projects

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions