Skip to content
This repository has been archived by the owner on Jan 19, 2024. It is now read-only.

Unify win-*nix image bootstrapping method #202

Closed
ScottBailey opened this issue May 25, 2023 · 1 comment · Fixed by #208
Closed

Unify win-*nix image bootstrapping method #202

ScottBailey opened this issue May 25, 2023 · 1 comment · Fixed by #208
Assignees
Labels
enhancement New feature or request 👍 lgtm

Comments

@ScottBailey
Copy link
Contributor

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.

@stephenpdeos
Copy link
Member

OS X CLI utilities are not modern so the bootstrapping file doesn't work for it.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request 👍 lgtm
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

3 participants