Migrate /docker to /build-scripts and delete unused files #684
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Check the usage of
/docker
, remove the unused files and migrate the rest to/build-scripts
Change the
/prod
to/docker
Test
![image](https://private-user-images.githubusercontent.com/127404109/412891099-a5d853ec-3501-4aa6-a2e9-076a045f9ab3.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk1NjEzNjgsIm5iZiI6MTczOTU2MTA2OCwicGF0aCI6Ii8xMjc0MDQxMDkvNDEyODkxMDk5LWE1ZDg1M2VjLTM1MDEtNGFhNi1hMmU5LTA3NmEwNDVmOWFiMy5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjE0JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxNFQxOTI0MjhaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT01NGM5ZWUzNDQzNzU1MjBmYjk2NzNhZDY3MmIwZjRiNzg0MWJkZDEwNDI3YTQ0YWUxZDcwZWJhMDgwNGY2OTY1JlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.37rKph5qscrVtThty228aH8h6TPdcgWsqm_F9V8IJXU)
./builder.sh result
Build and push Docker image workflow result
![image](https://private-user-images.githubusercontent.com/127404109/412891739-fda56fc8-cf85-45c4-b4d0-27e6375cf212.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk1NjEzNjgsIm5iZiI6MTczOTU2MTA2OCwicGF0aCI6Ii8xMjc0MDQxMDkvNDEyODkxNzM5LWZkYTU2ZmM4LWNmODUtNDVjNC1iNGQwLTI3ZTYzNzVjZjIxMi5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjE0JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxNFQxOTI0MjhaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT00OGQxNmNjYjkwNzk3NzZjMDMxOTY2MmYxNmZkMzlkYjdkMDVmODIyOGQ3ZDg5MDhhOGEzNjk5MWU4NTY1MjQxJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9._UKmrnrIen7xaOJl_9U8SOurswunusB4LNcFIJQOly0)
Check List
/build-scripts/builder/builder.sh
/build-scripts
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.