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: src/main/java/land/oras/auth/RegistriesConf.java
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -34,6 +34,7 @@
34
34
importjava.util.Objects;
35
35
importjava.util.Optional;
36
36
importland.oras.ContainerRef;
37
+
importland.oras.OrasModel;
37
38
importland.oras.exception.OrasException;
38
39
importland.oras.utils.Const;
39
40
importland.oras.utils.TomlUtils;
@@ -105,6 +106,7 @@ public static RegistriesConf newConf() {
105
106
* @param blocked Whether the registry is blocked. If true, the registry is blocked and cannot be used for pulling or pushing images.
106
107
* @param insecure Whether the registry is insecure. If true, the registry is considered insecure and may allow connections over HTTP or with invalid TLS certificates.
0 commit comments