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

Docker 1.10 fixes and new fedora-testing image #3823

Closed
wants to merge 3 commits into from

Conversation

mvollmer
Copy link
Member

Docker 1.10 is in fedora-testing and triggers some long-standing bugs in our code.

cockpituous and others added 2 commits February 23, 2016 21:55
- Docker 1.10 now uses ":" characters in its image ids while we used
  to assume that ids are purely alphanumeric.

- We used to merge the short and long forms of the container info in
  the wrong order, and Docker 1.10 now triggers this bug by including
  mostly empty HostConfig and NetworkSettings fields in the short
  form.
stefwalter pushed a commit that referenced this pull request Feb 25, 2016
- Docker 1.10 now uses ":" characters in its image ids while we used
  to assume that ids are purely alphanumeric.

- We used to merge the short and long forms of the container info in
  the wrong order, and Docker 1.10 now triggers this bug by including
  mostly empty HostConfig and NetworkSettings fields in the short
  form.

Closes #3823
Reviewed-by: Stef Walter <stefw@redhat.com>
stefwalter pushed a commit that referenced this pull request Feb 25, 2016
Closes #3823
Reviewed-by: Stef Walter <stefw@redhat.com>
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

Successfully merging this pull request may close these issues.

None yet

2 participants