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

provide alternate image path for install #8

Closed
eschrock opened this issue Sep 23, 2019 · 1 comment · Fixed by #27
Closed

provide alternate image path for install #8

eschrock opened this issue Sep 23, 2019 · 1 comment · Fixed by #27
Assignees
Labels
Type: Feature New feature or request

Comments

@eschrock
Copy link
Contributor

Problem

If a user doesn't have access to docker hub due to firewall issues, etc, they have no way of installing titan because the image path is hard-coded.

Solution

Provide titan install [-i image] to specify an alternate image path. This would let them go through their own offline certification process to vet the titan images, host in a private registry, etc.

Alternatives

I believe they can address this by manually pulling an image and tagging it as titan:latest, but it might be nice to have it as a first-class option.

@mcred mcred added the Type: Feature New feature or request label Sep 25, 2019
@mcred mcred self-assigned this Sep 25, 2019
@mcred
Copy link
Collaborator

mcred commented Sep 25, 2019

Should the CLI still be in charge of the correct version? -i myregistry:titan vs -i myregistry:titan:0.4.0

mcred referenced this issue in mcred/titan Sep 26, 2019
Signed-off-by: Derek Smart <[email protected]>
@mcred mcred mentioned this issue Sep 26, 2019
mcred referenced this issue in mcred/titan Sep 26, 2019
Signed-off-by: Derek Smart <[email protected]>
eschrock pushed a commit that referenced this issue Sep 26, 2019
Fixes #4
Fixes #5
Fixes #7
Fixes #8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Feature New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants