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

Consider task ordering in pull command #48

Open
jberthold opened this issue Apr 12, 2017 · 0 comments
Open

Consider task ordering in pull command #48

jberthold opened this issue Apr 12, 2017 · 0 comments

Comments

@jberthold
Copy link
Collaborator

The current pull command searches the base image in all target images from the manifest (just like the bash script, the bug originated in the bash version). The correct way is to consider the order, such that the 1st image cannot be based on the 3rd.
Correct the command to

  1. only consider earlier targets in the task list to decide whether not to pull
  2. report an error if a task uses a base image which is target in a later task
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