You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error: save domain docker.io image error: get repository name error: invalid reference format
Usage:
sealer build [flags] PATH
Examples:
the current path is the context path, default build type is lite and use build cache
build:
sealer build -f Kubefile -t my-kubernetes:1.19.8 .
build without cache:
sealer build -f Kubefile -t my-kubernetes:1.19.8 --no-cache .
build without base:
sealer build -f Kubefile -t my-kubernetes:1.19.8 --base=false .
build with args:
sealer build -f Kubefile -t my-kubernetes:1.19.8 --build-arg MY_ARG=abc,PASSWORD=Sealer123 .
Flags:
--base build with base image,default value is true. (default true)
--build-arg strings set custom build args
-h, --help help for build
-t, --imageName string cluster image name
-f, --kubefile string kubefile filepath (default "Kubefile")
-m, --mode string cluster image build type, default is lite (default "lite")
--no-cache build without cache
--platform string set cloud image platform,if not set,keep same platform with runtime
Global Flags:
--config string config file (default is $HOME/.sealer.json)
-d, --debug turn on debug mode
--hide-path hide the log path
--hide-time hide the log time
save domain docker.io image error: get repository name error: invalid reference format
save domain docker.io image error: get library/parameter.image tag descriptor error: unknown tag=latest, try "docker login" if you are using a private registry
请教下导致这些情况一般是因为?可以如何解决?
Anything else we need to know?:
Environment:
sealer version (use sealer version):
# sealer version
{"gitVersion":"v0.8.5","gitCommit":"f9c3d99","buildDate":"2022-04-28 14:16:58","goVersion":"go1.16.15","compiler":"gc","platform":"linux/amd64"}
@jelly320 ,
pls submit this issue to the sealer repo, it looks like failed to save container image during sealer build. Does the image library/parameter.image defined in our charts vela-core?
@jelly320 , pls submit this issue to the sealer repo, it looks like failed to save container image during sealer build. Does the image library/parameter.image defined in our charts vela-core?
What happened:
我在尝试Build application image Kubevela时出现了以下报错
imageList
Kubefile
build执行
What you expected to happen:
出现报错如下:
debug时候偶现pull docker.io/library/_params.image:latest时的报错:
请教下导致这些情况一般是因为?可以如何解决?
Anything else we need to know?:
Environment:
sealer version
):uname -a
):The text was updated successfully, but these errors were encountered: