Justin Chadwell
							
						 
						
							 
							
							
							
								
							
								4ecca34a42 
								
							
								 
							
						 
						
							
							
								
								imagetools: give imagetools create a progress bar  
							
							 
							
							... 
							
							
							
							Signed-off-by: Justin Chadwell <me@jedevc.com> 
							
						 
						
							3 years ago  
						
					 
				
					
						
							
							
								 
								Justin Chadwell
							
						 
						
							 
							
							
							
								
							
								37ca8631f9 
								
							
								 
							
						 
						
							
							
								
								imagetools: copy manifests between repositories  
							
							 
							
							... 
							
							
							
							Signed-off-by: Justin Chadwell <me@jedevc.com> 
							
						 
						
							3 years ago  
						
					 
				
					
						
							
							
								 
								Justin Chadwell
							
						 
						
							 
							
							
							
								
							
								d3412f1039 
								
							
								 
							
						 
						
							
							
								
								imagetools: refactor combining repository logic  
							
							 
							
							... 
							
							
							
							This patch modifies the existing combining code in imagetools create to
provide better support for multiple repositories down the road.
Specifically, the code should no longer rely on a single repository
being used for all sources and tags, and should resolve descriptors in
their relevant repositories.
Signed-off-by: Justin Chadwell <me@jedevc.com> 
							
						 
						
							3 years ago  
						
					 
				
					
						
							
							
								 
								Justin Chadwell
							
						 
						
							 
							
							
							
								
							
								04b44b3a89 
								
							
								 
							
						 
						
							
							
								
								imagetools: respect --builder flag  
							
							 
							
							... 
							
							
							
							The --builder flag was being ignored by imagetools because of pointer
problems. Essentially, because the root cmds aren't parsed immediately,
we need to pass a pointer to the builder string so that it can be
updated before the RunE function gets called.
Signed-off-by: Justin Chadwell <me@jedevc.com> 
							
						 
						
							4 years ago  
						
					 
				
					
						
							
							
								 
								Sebastiaan van Stijn
							
						 
						
							 
							
							
								
								
							
							
								
							
								fc7ba75fd7 
								
									
								
							
								 
							
						 
						
							
							
								
								Remove uses of deprecated io/ioutil  
							
							 
							
							... 
							
							
							
							The package has been deprecated since Go 1.16: https://go.dev/doc/go1.16#ioutil 
Signed-off-by: Sebastiaan van Stijn <github@gone.nl> 
							
						 
						
							4 years ago  
						
					 
				
					
						
							
							
								 
								CrazyMax
							
						 
						
							 
							
							
								
								
							
							
								
							
								20a55e9184 
								
									
								
							
								 
							
						 
						
							
							
								
								imagetools inspect: multi-platform support  
							
							 
							
							... 
							
							
							
							Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com> 
							
						 
						
							4 years ago  
						
					 
				
					
						
							
							
								 
								CrazyMax
							
						 
						
							 
							
							
								
								
							
							
								
							
								6c56109083 
								
									
								
							
								 
							
						 
						
							
							
								
								imagetools inspect: add --format flag  
							
							 
							
							... 
							
							
							
							Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com> 
							
						 
						
							4 years ago  
						
					 
				
					
						
							
							
								 
								CrazyMax
							
						 
						
							 
							
							
								
								
							
							
								
							
								eab0e6a8fe 
								
									
								
							
								 
							
						 
						
							
							
								
								cli: fix builder persistent flag  
							
							 
							
							... 
							
							
							
							Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com> 
							
						 
						
							4 years ago  
						
					 
				
					
						
							
							
								 
								Tonis Tiigi
							
						 
						
							 
							
							
							
								
							
								88d0775692 
								
							
								 
							
						 
						
							
							
								
								refactor accessing registry configs via drivers  
							
							 
							
							... 
							
							
							
							Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com> 
							
						 
						
							4 years ago  
						
					 
				
					
						
							
							
								 
								Tonis Tiigi
							
						 
						
							 
							
							
							
								
							
								328441cdc6 
								
							
								 
							
						 
						
							
							
								
								imagetools: fix merging JSON descriptor with old one  
							
							 
							
							... 
							
							
							
							Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com> 
							
						 
						
							5 years ago  
						
					 
				
					
						
							
							
								 
								Sebastiaan van Stijn
							
						 
						
							 
							
							
								
								
							
							
								
							
								e1bbb9d8de 
								
									
								
							
								 
							
						 
						
							
							
								
								imagetools inspect: don't discard errors from PrintManifestList  
							
							 
							
							... 
							
							
							
							Looks like this function may return an error, which we currently discard.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl> 
							
						 
						
							5 years ago  
						
					 
				
					
						
							
							
								 
								Tonis Tiigi
							
						 
						
							 
							
							
							
								
							
								dba79ba223 
								
							
								 
							
						 
						
							
							
								
								update lint to go1.16/golangci  
							
							 
							
							... 
							
							
							
							Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com> 
							
						 
						
							5 years ago  
						
					 
				
					
						
							
							
								 
								Tonis Tiigi
							
						 
						
							 
							
							
							
								
							
								eb1aabe9e3 
								
							
								 
							
						 
						
							
							
								
								imagetools: avoid printing newline on raw mode  
							
							 
							
							... 
							
							
							
							Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com> 
							
						 
						
							6 years ago  
						
					 
				
					
						
							
							
								 
								Tonis Tiigi
							
						 
						
							 
							
							
							
								
							
								94a0422a1b 
								
							
								 
							
						 
						
							
							
								
								rename to docker/buildx  
							
							 
							
							... 
							
							
							
							Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com> 
							
						 
						
							7 years ago  
						
					 
				
					
						
							
							
								 
								Tonis Tiigi
							
						 
						
							 
							
							
							
								
							
								96b1892b63 
								
							
								 
							
						 
						
							
							
								
								imagetools: push support for create  
							
							 
							
							... 
							
							
							
							Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com> 
							
						 
						
							7 years ago  
						
					 
				
					
						
							
							
								 
								Tonis Tiigi
							
						 
						
							 
							
							
							
								
							
								80ad78e372 
								
							
								 
							
						 
						
							
							
								
								imagetools: add create support  
							
							 
							
							... 
							
							
							
							Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com> 
							
						 
						
							7 years ago  
						
					 
				
					
						
							
							
								 
								Tonis Tiigi
							
						 
						
							 
							
							
							
								
							
								0a28ec6f38 
								
							
								 
							
						 
						
							
							
								
								imagetools: implement inspect for manifest list  
							
							 
							
							... 
							
							
							
							Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com> 
							
						 
						
							7 years ago  
						
					 
				
					
						
							
							
								 
								Tonis Tiigi
							
						 
						
							 
							
							
							
								
							
								a0719aee88 
								
							
								 
							
						 
						
							
							
								
								commands: imagetools stubs  
							
							 
							
							... 
							
							
							
							Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com> 
							
						 
						
							7 years ago