chore(quinistry): Prepare for depot merge

This commit is contained in:
Vincent Ambo 2019-12-21 00:48:37 +00:00
parent 6e7262763c
commit 86ff65a36c
8 changed files with 0 additions and 0 deletions

View file

@ -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"