mirror of
https://github.com/mudler/luet.git
synced 2025-08-01 07:21:21 +00:00
Start spinner before pulling docker artifacts
This commit is contained in:
parent
5ee1e28b9c
commit
57e19c61e7
@ -71,6 +71,10 @@ func (c *DockerClient) DownloadArtifact(artifact compiler.Artifact) (compiler.Ar
|
||||
//var u *url.URL = nil
|
||||
var err error
|
||||
var temp string
|
||||
|
||||
Spinner(22)
|
||||
defer SpinnerStop()
|
||||
|
||||
var resultingArtifact compiler.Artifact
|
||||
artifactName := path.Base(artifact.GetPath())
|
||||
cacheFile := filepath.Join(config.LuetCfg.GetSystem().GetSystemPkgsCacheDirPath(), artifactName)
|
||||
|
Loading…
Reference in New Issue
Block a user