Skip to content

Commit

Permalink
[gp validate] using gitpod/workspace-full:latest as default image (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
iQQBot authored Aug 28, 2024
1 parent b6c2db7 commit 5661c6e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions components/gitpod-cli/cmd/validate.go
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,9 @@ func runRebuild(ctx context.Context, supervisorClient *supervisor.SupervisorClie
if err != nil {
return err
}
if image == "" {
image = "gitpod/workspace-full:latest"
}
fmt.Println("Using default workspace image:", image)
case string:
image = img
Expand Down

0 comments on commit 5661c6e

Please sign in to comment.