Fixed
Pinned fields
Click on the next to a field label to start pinning.
Details
Components
Assignee
Richard ChapmanRichard ChapmanReporter
Richard ChapmanRichard ChapmanPriority
MajorCompatibility
MinorFix versions
Pull Request URL
Roadmap
Not applicableDue date
Jun 12, 2020
Details
Details
Components
Assignee
Richard Chapman
Richard ChapmanReporter
Richard Chapman
Richard ChapmanPriority
Compatibility
Minor
Fix versions
Pull Request URL
Roadmap
Not applicable
Due date
Jun 12, 2020
Created June 12, 2020 at 11:20 AM
Updated June 15, 2020 at 4:27 PM
Resolved June 12, 2020 at 11:54 AM
using a separate image for every component makes it much harder to add a third-party component (e.g. tensorflow, or a Python library) to a k8s installation. There's really no difference between the images except for the command that is executed.
Using a single base image for all components means that an extended image can be created by anyone needing additional components, without needing to either repeat that process 10 times or know details of how our containers are built.