Skip to content

Commit f3d86b6

Browse files
committed
Merge branch '3.3.x'
Closes spring-projectsgh-42686
2 parents e36e267 + e291e12 commit f3d86b6

File tree

1 file changed

+6
-8
lines changed
  • spring-boot-project/spring-boot-docker-compose/src/main/java/org/springframework/boot/docker/compose/core

1 file changed

+6
-8
lines changed

spring-boot-project/spring-boot-docker-compose/src/main/java/org/springframework/boot/docker/compose/core/Regex.java

+6-8
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,15 @@
1919
import java.util.regex.Pattern;
2020

2121
/**
22-
* Regular Expressions for image names and references based on those found in the Docker
23-
* codebase.
22+
* Regular Expressions for image names and references based on those found in the CNCF
23+
* Distribution Project codebase.
2424
*
2525
* @author Scott Frederick
2626
* @author Phillip Webb
27-
* @see <a href=
28-
* "https://github.com/docker/distribution/blob/master/reference/reference.go">Docker
29-
* grammar reference</a>
30-
* @see <a href=
31-
* "https://github.com/docker/distribution/blob/master/reference/regexp.go">Docker grammar
32-
* implementation</a>
27+
* @see <a href="https://github.com/distribution/reference/blob/main/reference.go">OCI
28+
* Image grammar reference</a>
29+
* @see <a href="https://github.com/distribution/reference/blob/main/regexp.go">OCI Image
30+
* grammar implementation</a>
3331
* @see <a href=
3432
* "https://stackoverflow.com/questions/37861791/how-are-docker-image-names-parsed">How
3533
* are Docker image names parsed?</a>

0 commit comments

Comments
 (0)