You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: spring-boot-project/spring-boot-docker-compose/src/main/java/org/springframework/boot/docker/compose/core/Regex.java
+6-8
Original file line number
Diff line number
Diff line change
@@ -19,17 +19,15 @@
19
19
importjava.util.regex.Pattern;
20
20
21
21
/**
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
0 commit comments