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

Allow namespacing of private registry images #41

Open
Cryptophobia opened this issue Jul 17, 2018 · 0 comments
Open

Allow namespacing of private registry images #41

Cryptophobia opened this issue Jul 17, 2018 · 0 comments

Comments

@Cryptophobia
Copy link
Member

Right now, if the ECR registry is namespaces in the values.yml is like this:

    registryid: "373147738271"
    hostname: "373147738271.dkr.ecr.us-east-1.amazonaws.com/team_hephy"

The deis-builder still creates image repo in ECR without the namespace.

Error:

Successfully built 2641d630d4e2
Pushing to registry
name unknown: The repository with name 'team_hephy/slack' does not exist in the registry with id '318742728771'
remote: 2018/07/17 16:15:49 Error running git receive hook [Build pod exited with code 1, stopping build.]

The deis-builder will not be able to push because it has not idea of namespacing the images right now. This needs to be fixed in the code.

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

No branches or pull requests

1 participant