feat(dirctl): embed zot into daemon subcommand#1422
Merged
Conversation
Contributor
|
The latest Buf updates on your PR. Results from workflow Buf CI / verify-proto (pull_request).
|
c51efbe to
1072454
Compare
ramizpolic
reviewed
Apr 28, 2026
eabef5c to
5321446
Compare
paralta
reviewed
Apr 29, 2026
paralta
reviewed
Apr 29, 2026
161a3fb to
54762b4
Compare
54762b4 to
867c98d
Compare
paralta
reviewed
Apr 29, 2026
paralta
reviewed
Apr 29, 2026
Signed-off-by: Árpád Csepi <csepi.arpad@outlook.com>
c15cf03 to
534ce13
Compare
Signed-off-by: Árpád Csepi <csepi.arpad@outlook.com>
Signed-off-by: Árpád Csepi <csepi.arpad@outlook.com>
Signed-off-by: Árpád Csepi <csepi.arpad@outlook.com>
534ce13 to
f1bba96
Compare
ramizpolic
approved these changes
Apr 29, 2026
keraron
pushed a commit
to keraron/dir
that referenced
this pull request
May 5, 2026
* chore(dir): format tests taskfile Signed-off-by: Árpád Csepi <csepi.arpad@outlook.com> * feat(dirctl): add embedded zot into daemon Signed-off-by: Árpád Csepi <csepi.arpad@outlook.com> * test(dirctl): add embedded zot test case to daemon Signed-off-by: Árpád Csepi <csepi.arpad@outlook.com> * fix(dir): downgrade k8s packages version to match zot Signed-off-by: Árpád Csepi <csepi.arpad@outlook.com> --------- Signed-off-by: Árpád Csepi <csepi.arpad@outlook.com> Signed-off-by: Aron Kerekes <arkereke@cisco.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR switch daemon local OCI storage solution to Zot by adding an optional embedded Zot registry to the dir daemon flow, configured with
server.store.oci.local_dir,server.store.oci.registry_address,server.store.oci.repository_name.When defined, the daemon starts Zot as an daemon process and based on the apiserver OCI store config values.
The
k8s.iogo packages required to be downgraded because zot go package has older version than latest.These changes enables to provide sync operation and federation in local development environments which detailed here: #1353
Resolves: #1352