Skip to content
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.

Commit

Permalink
Small clarifying comment
Browse files Browse the repository at this point in the history
  • Loading branch information
izaaklauer committed Sep 16, 2022
1 parent 3c260d8 commit bf72485
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions internal/installutil/odr.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ func DeriveDefaultODRImage(serverImage string) (string, error) {
return fmt.Sprintf("%s-odr:%s", imageName, tag), nil
}

// NOTE: the server image is also used for static (non-ODR) runners.
// Static runners cannot use the ODR image.
const DefaultServerImage = "hashicorp/waypoint:latest"

// When we have a serverImage value to give to DeriveDefaultOdrImage,
Expand Down

0 comments on commit bf72485

Please sign in to comment.