-
Notifications
You must be signed in to change notification settings - Fork 9
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
[PLA-1662] Make decoder image from dockerhub to work on macOS #35
Conversation
Signed-off-by: Leonardo Custodio <[email protected]>
PR Description updated to latest commit (6d389dd) |
PR Review
Code feedback:
✨ Review tool usage guide:Overview:
With a configuration file, use the following template:
See the review usage page for a comprehensive guide on using this tool. |
PR Code Suggestions
✨ Improve tool usage guide:Overview:
With a configuration file, use the following template:
See the improve usage page for a more comprehensive guide on using this tool. |
I suppose that later we can adjust the dockerhub pipeline from the decoder to build in both arch? @DamianFigiel ? |
Type
enhancement
Description
decoder
service indocker-compose.yml
to ensure compatibility and predictability in deployments.Changes walkthrough
docker-compose.yml
Specify Platform for Decoder Service in Docker Compose
docker-compose.yml
platform: linux/amd64
specification for thedecoder
service.