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
The main idea here is that we will offer a type safe interface for constructing the various Dockerfile instructions. This will help reduce bugs which could only be found once you actually attempt to invoke the docker build.
todo
healthcheck needs a more structured interface.
onbuild needs a more structured interface.
evaluate the other instruction types and add new constructors as needed.
The text was updated successfully, but these errors were encountered:
The main idea here is that we will offer a type safe interface for constructing the various Dockerfile instructions. This will help reduce bugs which could only be found once you actually attempt to invoke the docker build.
todo
The text was updated successfully, but these errors were encountered: