aboutsummaryrefslogtreecommitdiffstats
path: root/modules/packages/container/const.go
diff options
context:
space:
mode:
Diffstat (limited to 'modules/packages/container/const.go')
-rw-r--r--modules/packages/container/const.go11
1 files changed, 11 insertions, 0 deletions
diff --git a/modules/packages/container/const.go b/modules/packages/container/const.go
new file mode 100644
index 0000000000..6c7c9b46d1
--- /dev/null
+++ b/modules/packages/container/const.go
@@ -0,0 +1,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"
+)