aboutsummaryrefslogtreecommitdiffstats
path: root/modules/packages/container/const.go
blob: 6c7c9b46d13c0f68e434b53daf9c19712d953de3 (plain)
1
2
3
4
5
6
7
8
9
10
11
// Copyright 2022 The Gitea Authors. All rights reserved.
// SPDX-License-Identifier: MIT

package container

const (
	ContentTypeDockerDistributionManifestV2 = "application/vnd.docker.distribution.manifest.v2+json"

	ManifestFilename = "manifest.json"
	UploadVersion    = "_upload"
)