gitea源码

const.go 285B

123456789101112
  1. // Copyright 2022 The Gitea Authors. All rights reserved.
  2. // SPDX-License-Identifier: MIT
  3. package container
  4. const (
  5. ContentTypeDockerDistributionManifestV2 = "application/vnd.docker.distribution.manifest.v2+json"
  6. ManifestFilename = "manifest.json"
  7. UploadVersion = "_upload"
  8. )