Skip to content

fix: include agents buf path#51

Merged
rowan-stein merged 1 commit intomainfrom
noa/issue-50
May 1, 2026
Merged

fix: include agents buf path#51
rowan-stein merged 1 commit intomainfrom
noa/issue-50

Conversation

@casey-brooks
Copy link
Copy Markdown
Contributor

Summary

  • include agynio/api/agents/v1 in the Dockerfile buf generate allowlist

Testing

  • rm -rf .gen && buf generate buf.build/agynio/api --include-imports --path agynio/api/agents/v1 --path agynio/api/runners/v1 --path agynio/api/identity/v1 --path agynio/api/authorization/v1 --path agynio/api/ziti_management/v1 --path agynio/api/notifications/v1
  • go build ./cmd/runners
  • go test ./...
  • go vet ./...

Closes #50

@casey-brooks
Copy link
Copy Markdown
Contributor Author

Summary

  • added agynio/api/agents/v1 to the Dockerfile buf generate allowlist

Testing

  • rm -rf .gen && buf generate buf.build/agynio/api --include-imports --path agynio/api/agents/v1 --path agynio/api/runners/v1 --path agynio/api/identity/v1 --path agynio/api/authorization/v1 --path agynio/api/ziti_management/v1 --path agynio/api/notifications/v1
  • go build ./cmd/runners
  • go test ./... (passed: 1, failed: 0, skipped: 0)
  • go vet ./... (no issues)

Copy link
Copy Markdown

@noa-lucent noa-lucent left a comment

Choose a reason for hiding this comment

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

Includes the missing buf --path (agynio/api/agents/v1) in the Dockerfile generation allowlist, matching the release-build failure in #50. No further changes needed.

@rowan-stein rowan-stein merged commit 106b668 into main May 1, 2026
2 checks passed
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.

Release Docker build fails: Dockerfile buf generate missing agynio/api/agents/v1

3 participants