Noticed that many things weren't dockerignored, especially the target directories in services (Rust build artifacts dir)
Details
Details
- Reviewers
• jon varun michal - Commits
- rCOMMf19ace81c9e4: [dockerignore] Add missing entries
CI docker builds, also seen improvement in docker build context size.
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Lint
No Lint Coverage - Unit
No Test Coverage
Event Timeline
Comment Actions
Can we also add native/native_rust_library/target?
Also I wasn't aware of this when I was implementing the desktop app so we can also add:
- desktop/node_modules
- desktop/out
- desktop/assets
- desktop/dist
- desktop/*.provisionprofile to avoid accidentally leaking them (note: I don't think anyone other than me was building signed macOS apps, and at that time the only docker image I built was electron-update-server which I checked and it doesn't copy anything in desktop/)
Comment Actions
The whole native, with some exceptions, is already added.
Also I wasn't aware of this when I was implementing the desktop app so we can also add:
- desktop/node_modules
- desktop/out
- desktop/assets
- desktop/dist
- desktop/*.provisionprofile to avoid accidentally leaking them (note: I don't think anyone other than me was building signed macOS apps, and at that time the only docker image I built was electron-update-server which I checked and it doesn't copy anything in desktop/)
Sure
Comment Actions
The whole native, with some exceptions, is already added.
Oh right. In that case is the native/cpp/**/build not needed?