Skip to content

Commit

Permalink
loading image log
Browse files Browse the repository at this point in the history
  • Loading branch information
dleviminzi committed Mar 4, 2025
1 parent fe039dc commit 7576da0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/worker/lifecycle.go
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ func (s *Worker) RunContainer(ctx context.Context, request *types.ContainerReque
go s.containerLogger.CaptureLogs(request, logChan)

// Attempt to pull image
log.Info().Str("container_id", containerId).Msgf("lazy-pulling image: %s", request.ImageId)
outputLogger.Info(fmt.Sprintf("Loading image <%s>...\n", request.ImageId))
elapsed, err := s.imageClient.PullLazy(ctx, request, outputLogger)
if err != nil {
if !request.IsBuildRequest() {
Expand Down

0 comments on commit 7576da0

Please sign in to comment.