Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Review docker and scripts #3133

Conversation

frascuchon
Copy link
Member

Description

The docker and script have been reviewed:

  • The docker build context will be placed in the docker folder, so we don't need to change anything inside the dockerfiles
  • The unneeded scripts have been removed
  • The specific docker script has been moved into docker/scripts
  • The scripts used outside docker have been placed in the scripts folder, otherwise, script execution may change. And not much sense to put them inside the docker folder since they are used outside docker images.
  • Docs have been updated
  • The release.Dockerfile has been renamed to Dockerfile (more standard way for the principal docker image)

- The docker build context will be placed in docker folder
- The unneeded scripts have been removed
- The specific docker script have been moved into docker/scripts
- The scripts used outside docker have been placed in scripts folder
- Docs have been updated
- The release.Dockerfile have been renamed to Dockerfile
@davidberenstein1957 davidberenstein1957 merged commit ea5479b into feature/3052-refactor-to-avoid-having-too-many-files-in-root Jun 8, 2023
@davidberenstein1957 davidberenstein1957 deleted the review-docker-and-scripts branch June 8, 2023 18:06
davidberenstein1957 added a commit that referenced this pull request Jun 26, 2023
The docker and script have been reviewed:

- The docker build context will be placed in the docker folder, so we
don't need to change anything inside the dockerfiles
- The unneeded scripts have been removed
- The specific docker script has been moved into docker/scripts
- The scripts used outside docker have been placed in the scripts
folder, otherwise, script execution may change. And not much sense to
put them inside the docker folder since they are used outside docker
images.
- Docs have been updated
- The `release.Dockerfile` has been renamed to `Dockerfile` (more
standard way for the principal docker image)

---------

Co-authored-by: davidberenstein1957 <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants