sealerio / sealer

Build, Share and Run Both Your Kubernetes Cluster and Distributed Applications (Project under CNCF)
http://sealer.cool
Apache License 2.0
2.06k stars 360 forks source link

Support abbreviated image name when using Sealer Image offline #2152

Open YTGhost opened 1 year ago

YTGhost commented 1 year ago

Issue Description

Type: feature request

Describe what feature you want

When create the build content, the address of the image to be cached needs to be filled in completely, image address such as nginx:latest are not supported now. We need to be able to support it.

Additional context

Add any other context or screenshots about the feature request here.

YTGhost commented 1 year ago

/assign

kakaZhou719 commented 1 year ago

@YTGhost , do you mean that sealer could download container image address looks like : nginx:latest ? set default address domain and repository docker.io/library ?