commit
e291e120f7
|
|
@ -19,17 +19,15 @@ package org.springframework.boot.docker.compose.core;
|
||||||
import java.util.regex.Pattern;
|
import java.util.regex.Pattern;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Regular Expressions for image names and references based on those found in the Docker
|
* Regular Expressions for image names and references based on those found in the CNCF
|
||||||
* codebase.
|
* Distribution Project codebase.
|
||||||
*
|
*
|
||||||
* @author Scott Frederick
|
* @author Scott Frederick
|
||||||
* @author Phillip Webb
|
* @author Phillip Webb
|
||||||
* @see <a href=
|
* @see <a href="https://github.com/distribution/reference/blob/main/reference.go">OCI
|
||||||
* "https://github.com/docker/distribution/blob/master/reference/reference.go">Docker
|
* Image grammar reference</a>
|
||||||
* grammar reference</a>
|
* @see <a href="https://github.com/distribution/reference/blob/main/regexp.go">OCI Image
|
||||||
* @see <a href=
|
* grammar implementation</a>
|
||||||
* "https://github.com/docker/distribution/blob/master/reference/regexp.go">Docker grammar
|
|
||||||
* implementation</a>
|
|
||||||
* @see <a href=
|
* @see <a href=
|
||||||
* "https://stackoverflow.com/questions/37861791/how-are-docker-image-names-parsed">How
|
* "https://stackoverflow.com/questions/37861791/how-are-docker-image-names-parsed">How
|
||||||
* are Docker image names parsed?</a>
|
* are Docker image names parsed?</a>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue