Skip to content

chore(docker): update GeoLite2-Country.mmdb checksum#958

Merged
Wikid82 merged 1 commit intomainfrom
bot/update-geolite2-checksum
Apr 20, 2026
Merged

chore(docker): update GeoLite2-Country.mmdb checksum#958
Wikid82 merged 1 commit intomainfrom
bot/update-geolite2-checksum

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

🤖 Automated GeoLite2 Database Checksum Update

The GeoLite2-Country.mmdb database has been updated upstream.

Changes

  • Old checksum: b018842033872f19ed9ccefb863ec954f8024db2ae913d0d4ea14e35ace4eba1
  • New checksum: 62049119bd084e19fff4689bebe258f18a5f27a386e6d26ba5180941b613fc2b
  • File modified: Dockerfile (line 352)

Verification Required

  • Local build passes: docker build --no-cache -t test .
  • Container starts successfully
  • API health check responds: curl http://localhost:8080/api/v1/health
  • CI build passes

Testing Commands

# Verify checksum locally
curl -fsSL "https://github.com/P3TERX/GeoLite.mmdb/raw/download/GeoLite2-Country.mmdb" | sha256sum

# Build and test
docker build --no-cache --pull -t charon:test-geolite2 .
docker run --rm charon:test-geolite2 /app/charon --version

Related Documentation


Auto-generated by: .github/workflows/update-geolite2.yml
Trigger: Scheduled weekly check (Mondays 2 AM UTC)

Automated checksum update for GeoLite2-Country.mmdb database.

Old: b018842033872f19ed9ccefb863ec954f8024db2ae913d0d4ea14e35ace4eba1
New: 62049119bd084e19fff4689bebe258f18a5f27a386e6d26ba5180941b613fc2b

Auto-generated by: .github/workflows/update-geolite2.yml
@github-actions github-actions bot added automated Automatically generated by CI/CD dependencies docker labels Apr 20, 2026
@codecov
Copy link
Copy Markdown

codecov bot commented Apr 20, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@github-actions
Copy link
Copy Markdown
Contributor Author

⚠️ Supply Chain Verification Results

⚠️ WARNING

📦 SBOM Summary

  • Components: 1484

🔍 Vulnerability Scan

Severity Count
🔴 Critical 0
🟠 High 8
🟡 Medium 6
🟢 Low 0
Total 18

📎 Artifacts

  • SBOM (CycloneDX JSON) and Grype results available in workflow artifacts

Generated by Supply Chain Verification workflow • View Details

@github-advanced-security
Copy link
Copy Markdown
Contributor

You are seeing this message because GitHub Code Scanning has recently been set up for this repository, or this pull request contains the workflow file for the Code Scanning tool.

What Enabling Code Scanning Means:

  • The 'Security' tab will display more code scanning analysis results (e.g., for the default branch).
  • Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results.
  • You will be able to see the analysis results for the pull request's branch on this overview once the scans have completed and the checks have passed.

For more information about GitHub Code Scanning, check out the documentation.

@Wikid82 Wikid82 merged commit 877fee4 into main Apr 20, 2026
37 of 38 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automated Automatically generated by CI/CD dependencies docker

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants