Skip to content

Add docker cloudbuild setup#4

Merged
trevor-e merged 7 commits into
mainfrom
telkins/add-docker-build
Feb 20, 2026
Merged

Add docker cloudbuild setup#4
trevor-e merged 7 commits into
mainfrom
telkins/add-docker-build

Conversation

@trevor-e
Copy link
Copy Markdown
Member

No description provided.

Comment thread Dockerfile
Comment thread Dockerfile
Comment thread Dockerfile
Comment thread cloudbuild.yaml
Copy link
Copy Markdown

@cursor cursor Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 3 potential issues.

Bugbot Autofix is OFF. To automatically fix reported issues with Cloud Agents, enable Autofix in the Cursor dashboard.

Comment thread Dockerfile
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*

COPY --from=builder /output/ /livegrep/
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Dockerfile missing CMD or ENTRYPOINT directive

High Severity

The runtime stage of the Dockerfile copies the built livegrep binaries but doesn't specify a CMD or ENTRYPOINT directive. When this container is deployed to Cloud Run (as configured in cloudbuild.yaml), it won't know which binary to execute, causing the service and job to fail at startup.

Fix in Cursor Fix in Web

Comment thread cloudbuild.yaml
Comment thread cloudbuild.yaml
@trevor-e trevor-e merged commit 09f1f8b into main Feb 20, 2026
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant