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: README.md
+28-1Lines changed: 28 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,7 +68,7 @@ Then on your `pom.xml`
68
68
69
69
## Authentication
70
70
71
-
Using default existing login existing credentials (e.g. `~/.docker/config.json`)
71
+
Using default existing login existing credentials (e.g. `~/.docker/config.json`) or `$XDG_RUNTIME_DIR/containers/auth.json` (no support for repository prefix yet)
Since version `0.4.0` ORAS Java SDK partially support the `registries.conf` (https://github.com/containers/image/blob/main/docs/containers-registries.conf.5.md)
86
+
87
+
For example
88
+
89
+
```toml
90
+
# Use registry for unqualified images
91
+
short-name-mode = "enforcing"# Default if not set. Unsafe if `disabled` and multiple unqualified-search-registries are set
0 commit comments