Skip to content

ci(cflite): rename .clusterfuzzlite/Containerfile -> Dockerfile#46

Merged
hyperpolymath merged 1 commit into
mainfrom
fix/cflite-dockerfile-rename
May 14, 2026
Merged

ci(cflite): rename .clusterfuzzlite/Containerfile -> Dockerfile#46
hyperpolymath merged 1 commit into
mainfrom
fix/cflite-dockerfile-rename

Conversation

@hyperpolymath

Copy link
Copy Markdown
Owner

Summary

  • ClusterFuzzLite calls plain docker build; that step fails with
    failed to read dockerfile: open Dockerfile: no such file or directory
    because the build context only has Containerfile (the Podman
    spelling). Rename to Dockerfile (contents unchanged) so the build
    step succeeds.
  • Last of the four lanes flagged in CI: pre-existing external-action failures (a2ml, k9, hypatia, fuzz) #41. The other three
    (a2ml-validate, k9-validate, hypatia-scan) were already fixed in
    111a929 and bc7453e on main.

Test plan

Refs #41

ClusterFuzzLite invokes docker build, which looks for a file literally
named Dockerfile and fails with

    failed to read dockerfile: open Dockerfile: no such file or directory

whenever the build context only contains Containerfile (the Podman
spelling). The contents were already a valid Dockerfile, so just
rename. Closes the fuzz lane in #41.
@hyperpolymath
hyperpolymath enabled auto-merge (squash) May 13, 2026 00:55
@hyperpolymath
hyperpolymath merged commit b554e01 into main May 14, 2026
28 of 30 checks passed
@hyperpolymath
hyperpolymath deleted the fix/cflite-dockerfile-rename branch May 14, 2026 20:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant