chore: make sure we are only building stripped go binaries for Docker containers#4382
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
abelanger5
approved these changes
Jul 8, 2026
mnafees
added a commit
that referenced
this pull request
Jul 9, 2026
mnafees
added a commit
that referenced
this pull request
Jul 9, 2026
* initial commit for no-auth local mode * no-auth authz * CLI and docs * fix build error * error boundary * documentation changes * local keyset * no auth keyset in hatchet lite + docs * rm stale file * edit doc * no auth user default to seed admin * fmt docs * simple test for noauth tokens * auth disabled go build tag * dev image * rename strings * rename files * update docs * prose rewording * upload authmode disabled keyset * format * remove code * fix precommitlint * fix banner * UI changes for no auth mode * embed the JWT itself for auth disabled mode * sane expiry * PR comments * test for noauth * auth disabled test * PR comments * ignore noauth keysets and jwt for gitguardian * resolve PR comments * chore: make sure we are only building stripped go binaries for Docker containers (#4382) * update docs * update docs and build dashboard-dev images as well * build all 5 images authdisabled in PR CI
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Make sure we always strip symbols and debug information when building Go binaries.
Type of change
Checklist
Changes have been:
🤖 AI Disclosure