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
I want to suggest putting the target parameter of the docker build command as a separate parameter in BuildOptions.
I understand and see the note that terratest does not support most of the build parameters, but since target allows you to do truly unit testing for the Dockerfile. I know that you can pass it as a parameter to OtherOptions, but I think put it as a separate argument will be very handy.
I can implement it on my own, but it shows in your contribution guide - let me know what you think about it :)
The text was updated successfully, but these errors were encountered:
I want to suggest putting the
target
parameter of thedocker build
command as a separate parameter inBuildOptions
.I understand and see the note that
terratest
does not support most of the build parameters, but sincetarget
allows you to do truly unit testing for the Dockerfile. I know that you can pass it as a parameter toOtherOptions
, but I think put it as a separate argument will be very handy.I can implement it on my own, but it shows in your contribution guide - let me know what you think about it :)
The text was updated successfully, but these errors were encountered: