This commit is contained in:
2021-06-01 09:00:27 +03:00
parent 86b7c30680
commit 3d6f45f81c
5 changed files with 14 additions and 7 deletions

View File

@@ -5,7 +5,6 @@ import (
"bytes"
"compress/gzip"
"encoding/json"
"errors"
"fmt"
"io"
"io/ioutil"
@@ -20,10 +19,6 @@ const (
_whPrefix = ".wh."
)
var (
errBadManifest = errors.New("bad manifest.json")
)
type (
dockerManifestJSON []struct {
Layers []string `json:"Layers"`