-
Notifications
You must be signed in to change notification settings - Fork 2
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
DUPLO-26299 Build fix #115
Conversation
Task linked: DUPLO-26299 duploctl build issue |
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
☂️ Python Coverage
Overall Coverage
New FilesNo new covered files... Modified FilesNo covered modified files...
|
User description
Describe Changes
Build fix by removing any potential cyclic dependencies in docker-compose.yaml.
Link to Issues
DUPLO-26299
Related: docker/compose 12235
PR Type
enhancement, documentation
Description
docker-compose.yaml
by explicitly defining inherited sections.docker-compose.yaml
to include specific image tags and build arguments.duploctl-bin
service.CHANGELOG.md
to reflect the changes made in thedocker-compose.yaml
.Changes walkthrough 📝
CHANGELOG.md
Update changelog with cyclic dependency fix
CHANGELOG.md
docker-compose.yaml
.docker-compose.yaml
Fix cyclic dependencies and update service configurations
docker-compose.yaml
duploctl-bin
.