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

Commits on Jun 12, 2017

  1. Configuration menu
    Copy the full SHA
    958d403 View commit details
    Browse the repository at this point in the history
  2. Change library used to encode manifest (appc#245).

    Manifest was encoded using official encoding/json which does not canonical encode data.
    Use library from github.com/docker/go/canonical/json instead.
    gfyrag committed Jun 12, 2017
    Configuration menu
    Copy the full SHA
    4b0111f View commit details
    Browse the repository at this point in the history