-
Notifications
You must be signed in to change notification settings - Fork 70
Fix clean image build #693
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
Conversation
| clang-tidy-10 \ | ||
| clang-tidy-13 \ | ||
| doxygen \ | ||
| libpython3-dev \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These are already installed in faabric-base (w/ the exception of libcairo2-dev that we move to cpp-root).
| packaging==20.9 | ||
| pydot==1.4.2 | ||
| psutil==5.8.0 | ||
| psutil==5.9.3 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This fixes a warning in pip.
| CONTAINER_NAME2FILE_MAP = { | ||
| "redis": "redis.dockerfile", | ||
| "minio": "minio.dockerfile", | ||
| "cpp-root": "cpp-root.dockerfile", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Moving cpp-root to the begining as base inherits from it.
#689 breaks the build of fresh
basedocker images, as we did not use the python tasks there thus the env. variables were not set. This PR addresses that and overwrites the0.8.16tag.