- 
          
 - 
                Notifications
    
You must be signed in to change notification settings  - Fork 738
 
feat: add static registry to talosctl #11962
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
acc75fd    to
    0769412      
    Compare
  
    120de1a    to
    67fdcd1      
    Compare
  
    f4fecc3    to
    17e3d88      
    Compare
  
    17e3d88    to
    eccaa41      
    Compare
  
    | 
               | 
          ||
| var err error | ||
| 
               | 
          ||
| digest, err = crane.Digest( | 
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we should find a signature for the exactly same digest as we mirror, to close the gap between resolving a tag and fetching a signature
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think I've fixed it to what you've meant.
eccaa41    to
    16ba309      
    Compare
  
    | 
           As another question more higher level: 
 Do we need to pull another/incompatible way with  With image cache e.g. we already solved the problem of running on non-Linux and being able to handle paths with something like   | 
    
Fixes siderolabs#11928 Fixes siderolabs#11929 Signed-off-by: Mateusz Urbanek <[email protected]>
16ba309    to
    8878f39      
    Compare
  
    | 
           
  | 
    
| 
           Alternative approach using image cache and registryd: #12014  | 
    
          
 I think  If  But my point is not to have two implementations, but rather just one (if we can).  | 
    
talosctlincludes two new subcommandstalosctl image registry createandtalosctlimage registry serve.talosctl image registry createallows creating a local OCI image registry containing Talos images for speeding up installations, upgrades, and deployments in air-gapped environments.talosctl image registry serveallows serving the created OCI image registry over HTTP. It is a read-only registry, meaning images cannot be pushed to it, but the backing storage can be updated by re-running thecreatecommand.Fixes #11928
Fixes #11929
Signed-off-by: Mateusz Urbanek [email protected]