Support for proxy repositories by pulling from the proxy and then tagging the image.
7 lines
93 B
Go
7 lines
93 B
Go
package main
|
|
|
|
type Config struct {
|
|
SocketPath string
|
|
ContainerdNamespace string
|
|
}
|