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
{{ message }}
This repository has been archived by the owner on Jan 19, 2024. It is now read-only.
Windows and Linux/OSX each have different files to perform a bootstrap. These methods are diverging and the windows bootstrap.bat file is not sufficient to create a image for testing. Additionally, some regression tests depend on the *nix bootstrap.sh file to pass.
The bootsrap.sh file should be rewritten in python to simplify long term maintenance.
Additionally, Dockerfile.unix and Dockerfile.win are the same and should simply be renamed to Dockerfile which seems to be the Docker default.
This is low priority but necessary for windows testing.
The text was updated successfully, but these errors were encountered:
Windows and Linux/OSX each have different files to perform a bootstrap. These methods are diverging and the windows
bootstrap.bat
file is not sufficient to create a image for testing. Additionally, some regression tests depend on the *nixbootstrap.sh
file to pass.The bootsrap.sh file should be rewritten in python to simplify long term maintenance.
Additionally,
Dockerfile.unix
andDockerfile.win
are the same and should simply be renamed toDockerfile
which seems to be the Docker default.This is low priority but necessary for windows testing.
The text was updated successfully, but these errors were encountered: