-
Notifications
You must be signed in to change notification settings - Fork 5.3k
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
Building container fails after removing old image. #5465
Labels
Comments
iangneal
added a commit
to Rozelette/compose
that referenced
this issue
Dec 10, 2017
get_container_data_volumes. Added a case to the unit test to check that an empty existing image doesn't result in an exception.
iangneal
added a commit
to Rozelette/compose
that referenced
this issue
Dec 10, 2017
get_container_data_volumes. Added a case to the unit test to check that an empty existing image doesn't result in an exception. Signed-off-by: Ian Glen Neal <[email protected]>
iangneal
added a commit
to Rozelette/compose
that referenced
this issue
Jan 11, 2018
get_container_data_volumes. Added a case to the unit test to check that an empty existing image doesn't result in an exception. Signed-off-by: Ian Glen Neal <[email protected]>
iangneal
added a commit
to Rozelette/compose
that referenced
this issue
Jan 11, 2018
get_container_data_volumes. Added a case to the unit test to check that an empty existing image doesn't result in an exception. Signed-off-by: Ian Glen Neal <[email protected]>
iangneal
added a commit
to Rozelette/compose
that referenced
this issue
Jan 11, 2018
get_container_data_volumes. Added a case to the unit test to check that an empty existing image doesn't result in an exception. Signed-off-by: Ian Glen Neal <[email protected]> Signed-off-by: Ian Glen Neal <[email protected]>
iangneal
added a commit
to Rozelette/compose
that referenced
this issue
Jan 11, 2018
get_container_data_volumes. Added a case to the unit test to check that an empty existing image doesn't result in an exception. Signed-off-by: Ian Glen Neal <[email protected]> Signed-off-by: Ian Glen Neal <[email protected]>
iangneal
added a commit
to Rozelette/compose
that referenced
this issue
Jan 11, 2018
get_container_data_volumes. Added a case to the unit test to check that an empty existing image doesn't result in an exception. Signed-off-by: Ian Glen Neal <[email protected]> Signed-off-by: Ian Glen Neal <[email protected]>
iangneal
added a commit
to Rozelette/compose
that referenced
this issue
Jan 11, 2018
get_container_data_volumes. The ImageNotFound exception is now bubbled up to the client, which prompts the user on the desired course of action (rebuild or abort). Added a case to the unit test to check that an empty existing image doesn't result in an exception. Closed old pull request docker#5466 because I did a rebase and it showed over 300 commits to merge, which I thought was messy. Signed-off-by: Ian Glen Neal <[email protected]>
iangneal
added a commit
to Rozelette/compose
that referenced
this issue
Jan 11, 2018
get_container_data_volumes. Added a case to the unit test to check that an empty existing image doesn't result in an exception. Signed-off-by: Ian Glen Neal <[email protected]> Signed-off-by: Ian Glen Neal <[email protected]>
iangneal
added a commit
to Rozelette/compose
that referenced
this issue
Jan 11, 2018
get_container_data_volumes. The ImageNotFound exception is now bubbled up to the client, which prompts the user on the desired course of action (rebuild or abort). Added a case to the unit test to check that an empty existing image doesn't result in an exception. Closed old pull request docker#5466 because I did a rebase and it showed over 300 commits to merge, which I thought was messy. Signed-off-by: Ian Glen Neal <[email protected]>
iangneal
added a commit
to Rozelette/compose
that referenced
this issue
Jan 11, 2018
get_container_data_volumes. The ImageNotFound exception is now bubbled up to the client, which prompts the user on the desired course of action (rebuild or abort). Added a case to the unit test to check that an empty existing image doesn't result in an exception. Closed old pull request docker#5466 because I did a rebase and it showed over 300 commits to merge, which I thought was messy. Signed-off-by: Ian Glen Neal <[email protected]>
iangneal
added a commit
to Rozelette/compose
that referenced
this issue
Jan 11, 2018
get_container_data_volumes. The ImageNotFound exception is now bubbled up to the client, which prompts the user on the desired course of action (rebuild or abort). Added a case to the unit test to check that an empty existing image doesn't result in an exception. Closed old pull request docker#5466 because I did a rebase and it showed over 300 commits to merge, which I thought was messy. Signed-off-by: Ian Glen Neal <[email protected]>
iangneal
added a commit
to Rozelette/compose
that referenced
this issue
Jan 11, 2018
get_container_data_volumes. Added a case to the unit test to check that an empty existing image doesn't result in an exception. Signed-off-by: Ian Glen Neal <[email protected]> Signed-off-by: Ian Glen Neal <[email protected]>
iangneal
added a commit
to Rozelette/compose
that referenced
this issue
Jan 11, 2018
get_container_data_volumes. The ImageNotFound exception is now bubbled up to the client, which prompts the user on the desired course of action (rebuild or abort). Added a case to the unit test to check that an empty existing image doesn't result in an exception. Closed old pull request docker#5466 because I did a rebase and it showed over 300 commits to merge, which I thought was messy. Signed-off-by: Ian Glen Neal <[email protected]>
iangneal
added a commit
to Rozelette/compose
that referenced
this issue
Jan 11, 2018
get_container_data_volumes. The ImageNotFound exception is now bubbled up to the client, which prompts the user on the desired course of action (rebuild or abort). Added a case to the unit test to check that an empty existing image doesn't result in an exception. Closed old pull request docker#5466 because I did a rebase and it showed over 300 commits to merge, which I thought was messy. Signed-off-by: Ian Glen Neal <[email protected]>
iangneal
added a commit
to Rozelette/compose
that referenced
this issue
Jan 11, 2018
get_container_data_volumes. The ImageNotFound exception is now bubbled up to the client, which prompts the user on the desired course of action (rebuild or abort). Added a case to the unit test to check that an empty existing image doesn't result in an exception. Closed old pull request docker#5466 because I did a rebase and it showed over 300 commits to merge, which I thought was messy. Signed-off-by: Ian Glen Neal <[email protected]>
shin-
pushed a commit
to shin-/compose
that referenced
this issue
Jan 12, 2018
get_container_data_volumes. The ImageNotFound exception is now bubbled up to the client, which prompts the user on the desired course of action (rebuild or abort). Added a case to the unit test to check that an empty existing image doesn't result in an exception. Closed old pull request docker#5466 because I did a rebase and it showed over 300 commits to merge, which I thought was messy. Signed-off-by: Ian Glen Neal <[email protected]>
shin-
pushed a commit
that referenced
this issue
Jan 19, 2018
get_container_data_volumes. The ImageNotFound exception is now bubbled up to the client, which prompts the user on the desired course of action (rebuild or abort). Added a case to the unit test to check that an empty existing image doesn't result in an exception. Closed old pull request #5466 because I did a rebase and it showed over 300 commits to merge, which I thought was messy. Signed-off-by: Ian Glen Neal <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I found this issue while working on a fix for issue #4337.
By running the following sequence of commands on this example repository:
Compose fails because the old image is never properly rebuilt from the old container:
The text was updated successfully, but these errors were encountered: