Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for private image registries #1113

Closed
RobertLucian opened this issue Jun 6, 2020 · 1 comment · Fixed by #1460
Closed

Add support for private image registries #1113

RobertLucian opened this issue Jun 6, 2020 · 1 comment · Fixed by #1460
Labels
enhancement New feature or request
Milestone

Comments

@RobertLucian
Copy link
Member

Description

At the moment, users can only use public images hosted on DockerHub or images hosted on AWS ECR. This feature would add support for private registries as well (i.e. DockerHub), accessible through the use of access tokens.

Motivation

For users who want their images to be private and yet not be necessarily hosted on AWS ECR.

@RobertLucian RobertLucian added the enhancement New feature or request label Jun 6, 2020
@deliahu
Copy link
Member

deliahu commented Oct 11, 2020

Potential workaround until this is implemented:

  • use a public registry
  • use a private ECR registry
  • install required dependencies via one of these approaches for Python dependencies and dependencies.sh for system dependencies.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants