2020-11-13 16:09:31 -05:00
|
|
|
# frozen_string_literal: true
|
|
|
|
module DependencyProxy
|
2020-12-08 19:09:42 -05:00
|
|
|
URL_SUFFIX = '/dependency_proxy/containers'
|
2021-02-22 13:10:55 -05:00
|
|
|
DISTRIBUTION_API_VERSION = 'registry/2.0'
|
2020-12-08 19:09:42 -05:00
|
|
|
|
2020-11-13 16:09:31 -05:00
|
|
|
def self.table_name_prefix
|
|
|
|
'dependency_proxy_'
|
|
|
|
end
|
|
|
|
end
|