We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
streamdevice-ioc/Dockerfile
Lines 7 to 31 in 94ca201
this approach is coupling different applications unnecessarily
The mks container approach seems better as it does not couple the build process.
streamdevice-ioc/Dockerfile.mks
Lines 1 to 8 in 94ca201
streamdevice-ioc/docker-compose.yml
Lines 80 to 92 in 94ca201
when building any container the initial action performed by the Makefile is a cleanup, if something goes wrong here things will go wild
streamdevice-ioc/Makefile
Lines 1 to 3 in 94ca201
streamdevice-ioc/scripts/Makefile
Line 10 in 94ca201
Lines 74 to 90 in 94ca201
The text was updated successfully, but these errors were encountered:
edupcoelho
rbatistacardoso
No branches or pull requests
streamdevice-ioc/Dockerfile
Lines 7 to 31 in 94ca201
this approach is coupling different applications unnecessarily
The mks container approach seems better as it does not couple the build process.
streamdevice-ioc/Dockerfile.mks
Lines 1 to 8 in 94ca201
streamdevice-ioc/docker-compose.yml
Lines 80 to 92 in 94ca201
when building any container the initial action performed by the Makefile is a cleanup, if something goes wrong here things will go wild
streamdevice-ioc/Makefile
Lines 1 to 3 in 94ca201
streamdevice-ioc/scripts/Makefile
Line 10 in 94ca201
streamdevice-ioc/scripts/Makefile
Lines 74 to 90 in 94ca201
The text was updated successfully, but these errors were encountered: