You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using a dockerFileDir, the Dockerfile within that directory is to be used as the base image, and the from field is basically ignored. However, if one proceeds to remove the from field, the following error is received:
When using a dockerFileDir, the Dockerfile within that directory is to be used as the base image, and the from field is basically ignored. However, if one proceeds to remove the from field, the following error is received:
Basically, the from field should be optional when setting the dockerFileDir.
The text was updated successfully, but these errors were encountered: