ci.docker
ci.docker copied to clipboard
Include a features.sh script in the full/beta images
Currently the features.sh script is only in the kernel feature. This has two inconveniences
- When switching the
FROMimage from kernel to full one must always remember to remove any calls tofeatures.shfrom theirDockerfile - If a user has created product extensions they cannot use the
features.shscript to install them on the full image like the would when using the kernel image.