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
+2
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,7 @@ The user is expected to take care of scheduling. Some examples include running p
17
17
*[optional]`mode`: see *mirroring modes* below
18
18
*[optional]`compatibility`: pick a single compatibility string (for example, `alpine` or `dind`) to filter on with any of the SemVer modes. Must be an *exact* match, tag `v1.2.3-slim` uses compatibility `slim`. Useful option for images with multiple variants
19
19
*[optional]`replace-tag`: if `true`, will check if the image ID for an equal tag is the same for the source and the destination. If not, will replace the tag in the destination repository
20
+
*[optional]`pinned-major`: integer value, used to denote on which SemVer major to filter. Used to only duplicate tags in a single major release
20
21
21
22
### Mirroring modes
22
23
Replicant supports 4 types of mirroring in the `mode` field:
@@ -36,6 +37,7 @@ images:
36
37
mode: highest|higher|semver|all # if not specified, use top-level mode
37
38
compatibility: alpine # if not specified, will only mirror plain SemVer versions
38
39
replace-tag: true|false # if not specified, defaults to false
40
+
pinned-major: 6# if not specified, all major versions are acceptable (so long as they're valid in the selected mode)
0 commit comments