Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,75 @@
{
"version": "kc-mission-v1",
"name": "falco-1589-support-arm64-architecture-in-dockerhub",
"missionClass": "fixer",
"author": "KubeStellar Bot",
"authorGithub": "kubestellar",
"mission": {
"title": "falco: Support arm64 architecture in dockerhub",
"description": "Support arm64 architecture in dockerhub. Requested by 14+ users.",
"type": "feature",
"status": "completed",
"steps": [
{
"title": "Check current falco deployment",
"description": "Verify your falco version and configuration:\n```bash\nkubectl get pods -n falco -l app.kubernetes.io/name=falco\nhelm list -n falco 2>/dev/null || echo \"Not installed via Helm\"\n```\nThis feature requires a working falco installation."
},
{
"title": "Review falco configuration",
"description": "Inspect the relevant falco configuration:\n```bash\nkubectl get all -n falco -l app.kubernetes.io/name=falco\nkubectl get configmap -n falco -l app.kubernetes.io/part-of=falco\n```\n**Motivation**\nTried to run Falco in a arm64 AWS EC2 AMI **amazon-eks-arm64-node-***."
},
{
"title": "Apply the fix for Support arm64 architecture in dockerhub",
"description": "New dockerfiles are multiplatform ready: they can be pushed with `docker buildx` for various architectures.\nMoreover, updated falco-driver-loader to support multiple architectures.\n\nSee the source issue for community-verified solutions."
},
{
"title": "Verify the feature works",
"description": "Test that the new capability is working as expected:\n```bash\nkubectl get pods -n falco -l app.kubernetes.io/name=falco\nkubectl get events -n falco --sort-by='.lastTimestamp' | tail -10\n```\nConfirm the feature described in \"Support arm64 architecture in dockerhub\" is functioning correctly."
}
],
"resolution": {
"summary": "New dockerfiles are multiplatform ready: they can be pushed with `docker buildx` for various architectures.\nMoreover, updated falco-driver-loader to support multiple architectures.",
"codeSnippets": []
}
},
"metadata": {
"tags": [
"falco",
"graduated",
"security",
"feature"
],
"cncfProjects": [
"falco"
],
"targetResourceKinds": [
"Node"
],
"difficulty": "advanced",
"issueTypes": [
"feature"
],
"maturity": "graduated",
"sourceUrls": {
"issue": "https://github.com/falcosecurity/falco/issues/1589",
"repo": "https://github.com/falcosecurity/falco",
"pr": "https://github.com/falcosecurity/falco/pull/1990"
},
"reactions": 14,
"comments": 12,
"synthesizedBy": "copilot"
},
"prerequisites": {
"kubernetes": ">=1.24",
"tools": [
"kubectl"
],
"description": "A running Kubernetes cluster with falco installed or the issue environment reproducible."
},
"security": {
"scannedAt": "2026-04-03T06:32:51.557Z",
"scannerVersion": "cncf-gen-3.0.0",
"sanitized": true,
"findings": []
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,75 @@
{
"version": "kc-mission-v1",
"name": "falco-1589-support-arm64-architecture-in-dockerhub",
"missionClass": "solution",
"author": "KubeStellar Bot",
"authorGithub": "kubestellar",
"mission": {
"title": "falco: Support arm64 architecture in dockerhub",
"description": "Support arm64 architecture in dockerhub. Requested by 14+ users.",
"type": "feature",
"status": "completed",
"steps": [
{
"title": "Check current falco deployment",
"description": "Verify your falco version and configuration:\n```bash\nkubectl get pods -n falco -l app.kubernetes.io/name=falco\nhelm list -n falco 2>/dev/null || echo \"Not installed via Helm\"\n```\nThis feature requires a working falco installation."
},
{
"title": "Review falco configuration",
"description": "Inspect the relevant falco configuration:\n```bash\nkubectl get all -n falco -l app.kubernetes.io/name=falco\nkubectl get configmap -n falco -l app.kubernetes.io/part-of=falco\n```\n**Motivation**\nTried to run Falco in a arm64 AWS EC2 AMI **amazon-eks-arm64-node-***."
},
{
"title": "Apply the fix for Support arm64 architecture in dockerhub",
"description": "**What type of PR is this?**\n\n> Uncomment one (or more) `/kind <>` lines:\n\n> /kind bug\n\n> /kind cleanup\n\n> /kind design\n\n> /kind documentation\n\n> /kind failing-test\n\n> If contributing rules or changes to rules, please make sure to also uncomment one of the following line:\n\n> /kind rule-update\n\n> /kind rule-create\n\n**Any specific area of the project related to this PR?**\n\n> Uncomment one (or more) `/area <>` lines:\n\n> /area engine\n\n> /area rules\n\n> /area tests\n\n> /area proposals\n\n**What this PR\n\nSee the fix PR for details: linked PR"
},
{
"title": "Verify the feature works",
"description": "Test that the new capability is working as expected:\n```bash\nkubectl get pods -n falco -l app.kubernetes.io/name=falco\nkubectl get events -n falco --sort-by='.lastTimestamp' | tail -10\n```\nConfirm the feature described in \"Support arm64 architecture in dockerhub\" is functioning correctly."
}
],
"resolution": {
"summary": "**What type of PR is this?**\n\n> Uncomment one (or more) `/kind <>` lines:\n\n> /kind bug\n\n> /kind cleanup\n\n> /kind design\n\n> /kind documentation\n\n> /kind failing-test\n\n> If contributing rules or changes to rules, please make sure to also uncomment one of the following line:\n\n> /kind rule-update\n\n> /kind rule-create\n\n**Any specific area of the project related to this PR?**\n\n> Uncomment one (or more)",
"codeSnippets": []
}
},
"metadata": {
"tags": [
"falco",
"graduated",
"security",
"feature"
],
"cncfProjects": [
"falco"
],
"targetResourceKinds": [
"Node"
],
"difficulty": "advanced",
"issueTypes": [
"feature"
],
"maturity": "graduated",
"sourceUrls": {
"issue": "https://github.com/falcosecurity/falco/issues/1589",
"repo": "https://github.com/falcosecurity/falco",
"pr": "https://github.com/falcosecurity/falco/pull/1990"
},
"reactions": 14,
"comments": 12,
"synthesizedBy": "copilot"
},
"prerequisites": {
"kubernetes": ">=1.24",
"tools": [
"kubectl"
],
"description": "A running Kubernetes cluster with falco installed or the issue environment reproducible."
},
"security": {
"scannedAt": "2026-03-11T02:42:33.241Z",
"scannerVersion": "cncf-gen-3.0.0",
"sanitized": true,
"findings": []
}
}
Loading