chore(quinistry): Prepare for depot merge
This commit is contained in:
parent
6e7262763c
commit
86ff65a36c
8 changed files with 0 additions and 0 deletions
12
const.go
12
const.go
|
|
@ -1,12 +0,0 @@
|
|||
package main
|
||||
|
||||
// HTTP content types
|
||||
|
||||
const ImageConfigMediaType string = "application/vnd.docker.container.image.v1+json"
|
||||
const ManifestMediaType string = "application/vnd.docker.distribution.manifest.v2+json"
|
||||
const LayerMediaType string = "application/vnd.docker.image.rootfs.diff.tar.gzip"
|
||||
|
||||
// HTTP header names
|
||||
|
||||
const ContentType string = "Content-Type"
|
||||
const DigestHeader string = "Docker-Content-Digest"
|
||||
Loading…
Add table
Add a link
Reference in a new issue