UNPKG

container-image-scanner

Version:

๐Ÿšจ EMERGENCY Bitnami Migration Scanner - Critical Timeline Aug 28/Sep 29, 2025. Enterprise scanner for 280+ Bitnami images, 118+ Helm charts with emergency migration automation to AWS alternatives.

97 lines (68 loc) โ€ข 3.7 kB
# Container Image Scanner v2.4.0 Release Notes ## ๐Ÿšจ Broadcom Bitnami Impact Assessment Tool This tool helps organizations assess and respond to **Broadcom's removal of free access to Bitnami container images**. ## ๐Ÿš€ What's New ### โœ… Major Improvements 1. **Broadcom Impact Analysis** - Correctly identifies which deployments will break vs. which are safe 2. **118+ Helm Charts** - Comprehensive Bitnami Helm chart detection and alternatives 3. **Breaking Change Assessment** - Distinguishes between `latest` (safe) vs pinned/semver (at risk) 4. **Migration Urgency** - Prioritizes critical migrations vs safe deployments ### ๐Ÿ”ง Technical Changes #### Broadcom Impact Assessment - **โœ… SAFE**: `latest` tags - no breaking changes expected - **๐Ÿšจ CRITICAL**: Pinned versions (e.g., `mysql:8.0.35`) - will break when Broadcom removes free access - **โš ๏ธ HIGH**: Semver tags - at risk of breaking #### Enhanced Detection - **280+ Bitnami Images**: Universal detection across all registries - **118+ Helm Charts**: Bitnami Helm chart detection and alternatives - **Private Registry Support**: ECR, Harbor, Artifactory - **Multi-Account Scanning**: AWS Organizations + specific accounts #### Container Security Analysis - **NEW**: Security context detection for production readiness - **NEW**: Resource limits configuration assessment - **REMOVED**: Irrelevant network topology analysis ### ๐Ÿ“Š Impact Assessment Examples ```bash ๐Ÿ“ฆ bitnami/mysql:8.0.35 (PINNED VERSION) ๐Ÿšจ CRITICAL: Pinned version may break - Broadcom removing free Bitnami images ๐Ÿ“‹ MIGRATION REQUIRED: Switch to AWS managed service or upstream alternative ๐Ÿฅ‡ AWS Managed Service: Amazon RDS for MySQL ๐Ÿ“ฆ bitnami/redis:latest (LATEST TAG) โœ… GOOD: Using "latest" tag - no breaking changes expected from Broadcom transition ๐Ÿฅ‡ AWS Managed Service: Amazon ElastiCache for Redis ``` ### ๐Ÿ”ง Commands Available | Command | Purpose | |---------|---------| | `cis analyze --org-scan` | Scan AWS Organization for Broadcom impact | | `cis migrate --input results.json` | Generate migration plan for at-risk deployments | | `cis doctor` | System diagnostics and prerequisites check | | `cis setup-roles --accounts 123456789012` | IAM setup helper for cross-account scanning | ### ๐Ÿ“‹ Migration Strategy (Broadcom Response) 1. **AWS Managed Services** (Primary) - RDS, ElastiCache, MSK, OpenSearch, etc. 2. **Upstream Images** (Secondary) - Official Docker Hub images 3. **Partner Solutions** (Tertiary) - AWS Marketplace alternatives 4. **Bitnami Premium** (Last Resort) - Commercial support option ### ๐Ÿงช Testing Status - โœ… **71/71 tests passing** - โœ… **Broadcom impact analysis verified** - โœ… **Breaking change detection accurate** - โœ… **Migration planning functional** ### ๐Ÿ“ฆ Installation ```bash # Install latest version npm install -g container-image-scanner@2.4.0 # Assess Broadcom impact across your organization cis analyze --org-scan --regions us-east-1,us-west-2 # Generate migration plan for at-risk deployments cis migrate --input scan-results.json ``` ### ๐ŸŽฏ Key Use Cases 1. **Impact Assessment**: "Which of my Bitnami deployments will break?" 2. **Risk Prioritization**: "What needs immediate attention vs. what's safe?" 3. **Migration Planning**: "What are my alternatives for at-risk deployments?" 4. **AWS Alternatives**: "How can I replace Bitnami with AWS managed services?" ### ๐Ÿค Support For complex migration scenarios involving Broadcom's Bitnami changes, engage **AWS Specialist SAs or AWS account teams**. --- **This tool specifically addresses Broadcom's removal of free Bitnami access and helps customers plan their response strategy.**