Skip to content
This repository has been archived by the owner on Aug 14, 2020. It is now read-only.

Change library used to encode manifest. #247

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

gfyrag
Copy link

@gfyrag gfyrag commented Jun 12, 2017

Manifest was encoded using official encoding/json which does not canonical encode data.
Use library from github.com/docker/go/canonical/json instead.

Manifest was encoded using official encoding/json which does not canonical encode data.
Use library from github.com/docker/go/canonical/json instead.
@onlyjob
Copy link

onlyjob commented Jul 22, 2018

I'm concerned about use of github.com/docker/go. The library is uncommon; it is used (almost?) exclusively by Docker's Notary and appears to be poorly maintained or dormant (the only release in 2015, last commit 2+ years ago)...

Perhaps it would be best to avoid this library.

@lucab
Copy link
Contributor

lucab commented Jul 22, 2018

For reference, this PR comes from the discussion at #245.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants