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

Support relative base images #202

Open
atemate opened this issue Mar 4, 2021 · 0 comments
Open

Support relative base images #202

atemate opened this issue Mar 4, 2021 · 0 comments

Comments

@atemate
Copy link
Contributor

atemate commented Mar 4, 2021

We really need to be able to process this:

FROM image:neuromation-base

instead of this:

FROM registry.neuro-compute.org.neu.ro/artemyushkovsky/neuromation-base

Algorithm:
neuro-extras image build -> neuro-extras reads the Dockerfile, if it has FROM image:..., then unwrap this relative name and write it to a temp file. And then build image from this dockerfile.

@atemate atemate changed the title Support relative images Support relative base images Mar 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant