Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for RunSave (0.06 sec)

  1. tools/docker-builder/docker.go

    				return fmt.Errorf("copy: %v", err)
    			}
    		}
    	}
    	return nil
    }
    
    // RunSave handles the --save portion. Part of this is done by buildx natively - it will emit .tar
    // files. We need tar.gz though, so we have a bit more work to do
    func RunSave(a Args, files map[string]string) error {
    	if !a.Save {
    		return nil
    	}
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jul 26 01:07:39 UTC 2023
    - 11K bytes
    - Viewed (0)
Back to top