2021-01-29 00:20:46 +05:30
|
|
|
# frozen_string_literal: true
|
|
|
|
module DependencyProxy
|
2021-02-22 17:27:13 +05:30
|
|
|
URL_SUFFIX = '/dependency_proxy/containers'
|
2021-04-17 20:07:23 +05:30
|
|
|
DISTRIBUTION_API_VERSION = 'registry/2.0'
|
2021-02-22 17:27:13 +05:30
|
|
|
|
2021-01-29 00:20:46 +05:30
|
|
|
def self.table_name_prefix
|
|
|
|
'dependency_proxy_'
|
|
|
|
end
|
|
|
|
end
|