Skip to content

Optimize Dockerfile for Multiple Extensions #698

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

Open
danehans opened this issue Apr 15, 2025 · 1 comment
Open

Optimize Dockerfile for Multiple Extensions #698

danehans opened this issue Apr 15, 2025 · 1 comment
Assignees
Labels
good first issue Denotes an issue ready for a new contributor, according to the "help wanted" guidelines. help wanted Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines. triage/accepted Indicates an issue or PR is ready to be actively worked on.

Comments

@danehans
Copy link
Contributor

Currently, the EPP and BBR Dockerfiles copy cmd and pkg directories during an image build:

...
COPY cmd ./cmd
COPY pkg ./pkg
...

Since each above directory now contains EPP and BBR subdirectories, the COPY commands should be updated for each Dockerfile to only include the associated subdirectories.

@danehans danehans added good first issue Denotes an issue ready for a new contributor, according to the "help wanted" guidelines. help wanted Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines. labels Apr 15, 2025
@GunaKKIBM
Copy link

/assign

@kfswain kfswain added the triage/accepted Indicates an issue or PR is ready to be actively worked on. label Apr 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Denotes an issue ready for a new contributor, according to the "help wanted" guidelines. help wanted Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines. triage/accepted Indicates an issue or PR is ready to be actively worked on.
Projects
None yet
Development

No branches or pull requests

3 participants