RegistryServiceConfig
Table of Contents
- $allowNondistributableArtifactsCIDRs : array<string|int, string>|null
- List of IP ranges to which nondistributable artifacts can be pushed,.
- $allowNondistributableArtifactsHostnames : array<string|int, string>|null
- List of registry hostnames to which nondistributable artifacts can be.
- $indexConfigs : array<string|int, IndexInfo>|null
- $insecureRegistryCIDRs : array<string|int, string>|null
- List of IP ranges of insecure registries, using the CIDR syntax.
- $mirrors : array<string|int, string>|null
- List of registry URLs that act as a mirror for the official.
- getAllowNondistributableArtifactsCIDRs() : array<string|int, string>|null
- List of IP ranges to which nondistributable artifacts can be pushed,.
- getAllowNondistributableArtifactsHostnames() : array<string|int, string>|null
- List of registry hostnames to which nondistributable artifacts can be.
- getIndexConfigs() : array<string|int, IndexInfo>|null
- getInsecureRegistryCIDRs() : array<string|int, string>|null
- List of IP ranges of insecure registries, using the CIDR syntax.
- getMirrors() : array<string|int, string>|null
- List of registry URLs that act as a mirror for the official.
- setAllowNondistributableArtifactsCIDRs() : self
- List of IP ranges to which nondistributable artifacts can be pushed,.
- setAllowNondistributableArtifactsHostnames() : self
- List of registry hostnames to which nondistributable artifacts can be.
- setIndexConfigs() : self
- setInsecureRegistryCIDRs() : self
- List of IP ranges of insecure registries, using the CIDR syntax.
- setMirrors() : self
- List of registry URLs that act as a mirror for the official.
Properties
$allowNondistributableArtifactsCIDRs
List of IP ranges to which nondistributable artifacts can be pushed,.
protected
array<string|int, string>|null
$allowNondistributableArtifactsCIDRs
another server.
Warning: Nondistributable artifacts typically have restrictions
$allowNondistributableArtifactsHostnames
List of registry hostnames to which nondistributable artifacts can be.
protected
array<string|int, string>|null
$allowNondistributableArtifactsHostnames
another server.
Warning: Nondistributable artifacts typically have restrictions
$indexConfigs
protected
array<string|int, IndexInfo>|null
$indexConfigs
$insecureRegistryCIDRs
List of IP ranges of insecure registries, using the CIDR syntax.
protected
array<string|int, string>|null
$insecureRegistryCIDRs
false
.
Warning: Using this option can be useful when running a local
$mirrors
List of registry URLs that act as a mirror for the official.
protected
array<string|int, string>|null
$mirrors
Methods
getAllowNondistributableArtifactsCIDRs()
List of IP ranges to which nondistributable artifacts can be pushed,.
public
getAllowNondistributableArtifactsCIDRs() : array<string|int, string>|null
another server.
Warning: Nondistributable artifacts typically have restrictions
Return values
array<string|int, string>|null —getAllowNondistributableArtifactsHostnames()
List of registry hostnames to which nondistributable artifacts can be.
public
getAllowNondistributableArtifactsHostnames() : array<string|int, string>|null
another server.
Warning: Nondistributable artifacts typically have restrictions
Return values
array<string|int, string>|null —getIndexConfigs()
public
getIndexConfigs() : array<string|int, IndexInfo>|null
Return values
array<string|int, IndexInfo>|null —getInsecureRegistryCIDRs()
List of IP ranges of insecure registries, using the CIDR syntax.
public
getInsecureRegistryCIDRs() : array<string|int, string>|null
false
.
Warning: Using this option can be useful when running a local
Return values
array<string|int, string>|null —getMirrors()
List of registry URLs that act as a mirror for the official.
public
getMirrors() : array<string|int, string>|null
Return values
array<string|int, string>|null —setAllowNondistributableArtifactsCIDRs()
List of IP ranges to which nondistributable artifacts can be pushed,.
public
setAllowNondistributableArtifactsCIDRs(array<string|int, string>|null $allowNondistributableArtifactsCIDRs) : self
another server.
Warning: Nondistributable artifacts typically have restrictions
Parameters
- $allowNondistributableArtifactsCIDRs : array<string|int, string>|null
Return values
self —setAllowNondistributableArtifactsHostnames()
List of registry hostnames to which nondistributable artifacts can be.
public
setAllowNondistributableArtifactsHostnames(array<string|int, string>|null $allowNondistributableArtifactsHostnames) : self
another server.
Warning: Nondistributable artifacts typically have restrictions
Parameters
- $allowNondistributableArtifactsHostnames : array<string|int, string>|null
Return values
self —setIndexConfigs()
public
setIndexConfigs(array<string|int, IndexInfo>|null $indexConfigs) : self
Parameters
- $indexConfigs : array<string|int, IndexInfo>|null
Return values
self —setInsecureRegistryCIDRs()
List of IP ranges of insecure registries, using the CIDR syntax.
public
setInsecureRegistryCIDRs(array<string|int, string>|null $insecureRegistryCIDRs) : self
false
.
Warning: Using this option can be useful when running a local
Parameters
- $insecureRegistryCIDRs : array<string|int, string>|null
Return values
self —setMirrors()
List of registry URLs that act as a mirror for the official.
public
setMirrors(array<string|int, string>|null $mirrors) : self
Parameters
- $mirrors : array<string|int, string>|null