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