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

Fix response integrity check bug (#23) and fix missing tests data #25

Merged
merged 2 commits into from
Dec 1, 2017

Conversation

ixmatus
Copy link
Collaborator

@ixmatus ixmatus commented Dec 1, 2017

This change is being made because the Docker-Content-Digest value sent back by docker distribution is a hash digest from the image manifest list when only the image manifest is accepted by the client.

This issue on docker distribution tracks the regression: distribution/distribution#2395

Fixes #23

Issue #24 tracks reverting this change when the docker distribution issue is resolved.

This change also fixes a test failure caused by the tests data dir not being included in the cabal source distribution.

This change is being made because the `Docker-Content-Digest` value
sent back by docker distribution is a hash digest from the image
manifest list when only the image manifest is accepted by the client.

This issue on docker distribution tracks the regression:
distribution/distribution#2395

Fixes #23

Issue #24 tracks reverting this change when the docker distribution
issue is resolved.
This fixes a test failure caused by the tests data dir not being
included in the cabal source distribution.
@ixmatus ixmatus merged commit 63129b1 into master Dec 1, 2017
@ixmatus ixmatus deleted the parnell/more-hocker-fixes branch December 1, 2017 19:06
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.

hocker-config and hocker-layer fail the response integrity check
3 participants