mirror of
https://github.com/project-zot/zot.git
synced 2026-06-17 04:48:26 +08:00
Renamed zot-exporter to zxp and added its image to zot release
Signed-off-by: Alexei Dodon <adodon@cisco.com>
This commit is contained in:
committed by
Ramkumar Chinchani
parent
cec66f6bc2
commit
c9a81baa10
@@ -0,0 +1,16 @@
|
||||
//go:build minimal
|
||||
// +build minimal
|
||||
|
||||
package main
|
||||
|
||||
import (
|
||||
"os"
|
||||
|
||||
"zotregistry.io/zot/pkg/exporter/cli"
|
||||
)
|
||||
|
||||
func main() {
|
||||
if err := cli.NewExporterCmd().Execute(); err != nil {
|
||||
os.Exit(1)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user