Ensure no specific platform in FROM command
Risk Level: informational
Platform: Docker
Spectral Rule ID: DOCKR059
REMEDIATION
Remove the --platform flag in FROM
+ FROM fedora:36
- FROM --platform=arm64 fedora:36Read more:
Updated 7 months ago