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

chore: docker, copy binary from dist #686

Merged
merged 1 commit into from
Apr 3, 2023

Conversation

eneskaya
Copy link
Contributor

During docker build we used to grab the binary from remote S3, which leaded to the Docker image sometimes not having the latest binary file. This PR changes the Dockerfile to copy the binary from the local /dist folder, which is always up to date after building.

@eneskaya eneskaya marked this pull request as draft March 31, 2023 15:28
@eneskaya eneskaya force-pushed the fix/docker-use-local-binary branch from 05f2595 to 4e8bd79 Compare April 3, 2023 12:12
@eneskaya eneskaya marked this pull request as ready for review April 3, 2023 12:12
@eneskaya eneskaya force-pushed the fix/docker-use-local-binary branch from 4e8bd79 to d58607a Compare April 3, 2023 12:13
@eneskaya eneskaya merged commit a91678a into develop Apr 3, 2023
@ShubhamPalriwala ShubhamPalriwala deleted the fix/docker-use-local-binary branch June 14, 2023 10:03
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