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

[FEATURE] For making current docker file a multistaged one. #3223

Open
2 tasks done
vivekrawat21 opened this issue Sep 13, 2024 · 3 comments · May be fixed by #3237
Open
2 tasks done

[FEATURE] For making current docker file a multistaged one. #3223

vivekrawat21 opened this issue Sep 13, 2024 · 3 comments · May be fixed by #3237

Comments

@vivekrawat21
Copy link

vivekrawat21 commented Sep 13, 2024

Why do we need this improvement?

Current docker file is a single staged which led to the more size of the image hence make it slow to build the whole image.

How will this change help?

After updating the current docker file to multistaged one the overall size of the image will be reduced and hence it will make the image to build fast.

Screenshots

No response

How could it be implemented/designed?

For implement it we just need to change the dockerfile accordingly and break down it into different stages .

🚧 Breaking changes

No

👀 Have you checked for similar open issues?

  • I checked and didn't find a similar issue

🏢 Have you read the Contributing Guidelines?

Are you willing to work on this issue?

Yes I am willing to submit a PR!

Copy link

Welcome to AsyncAPI. Thanks a lot for reporting your first issue. Please check out our contributors guide and the instructions about a basic recommended setup useful for opening a pull request.
Keep in mind there are also other channels you can use to interact with AsyncAPI community. For more details check out this issue.

@vivekrawat21
Copy link
Author

please assign me this issue

@hkv24
Copy link
Contributor

hkv24 commented Sep 15, 2024

I am willing to submit a PR

@hkv24 hkv24 linked a pull request Sep 15, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants