sdk-container-builds icon indicating copy to clipboard operation
sdk-container-builds copied to clipboard

Infer `latest` tag when no tag is specified on a user-provided base image

Open baronfel opened this issue 2 years ago • 0 comments

For usability, we should infer a tag of latest when a user provides a base image with no tag. This matches the Docker CLI tooling and should provide an easier onboarding story. We should issue a warning when doing this as well, something like No tag was specified for {image registry and repository}, so 'latest' is being used as the tag..

baronfel avatar May 26 '23 19:05 baronfel